github.com/giantswarm/apiextensions/v6@v6.6.0/hack/assets.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/giantswarm/apiextensions/v6/pkg/crd"
     5  )
     6  
     7  var upstreamReleaseAssets = []crd.ReleaseAssetFileDefinition{}
     8  
     9  var remoteRepositories = []crd.RemoteRepositoryDefinition{
    10  	{
    11  		Path:      "config/crd",
    12  		Owner:     "giantswarm",
    13  		Provider:  "common",
    14  		Name:      "apiextensions-application",
    15  		Reference: "v0.6.0",
    16  	},
    17  	{
    18  		Path:      "config/crd",
    19  		Owner:     "giantswarm",
    20  		Provider:  "common",
    21  		Name:      "silence-operator",
    22  		Reference: "v0.6.1",
    23  	},
    24  	{
    25  		Path:      "config/crd",
    26  		Owner:     "giantswarm",
    27  		Provider:  "common",
    28  		Name:      "release-operator",
    29  		Reference: "v4.0.0",
    30  	},
    31  	{
    32  		Path:      "config/crd",
    33  		Owner:     "giantswarm",
    34  		Provider:  "common",
    35  		Name:      "config-controller",
    36  		Reference: "v0.5.1",
    37  	},
    38  	{
    39  		Path:      "config/crd",
    40  		Owner:     "giantswarm",
    41  		Provider:  "common",
    42  		Name:      "organization-operator",
    43  		Reference: "v1.0.0",
    44  	},
    45  }