github.com/giantswarm/apiextensions/v6@v6.6.0/pkg/label/catalog.go (about) 1 package label 2 3 // CatalogName label is used to identify resources belonging to a Giant Swarm 4 // app catalog. 5 const CatalogName = "application.giantswarm.io/catalog" 6 7 // CatalogType label is used to identify the type of Giant Swarm app catalog 8 // e.g. stable or test. 9 const CatalogType = "application.giantswarm.io/catalog-type" 10 11 // CatalogVisibility label is used to determine how Giant Swarm app catalogs 12 // are displayed in the UX. e.g. public or internal. 13 const CatalogVisibility = "application.giantswarm.io/catalog-visibility"