OBJECT
KubernetesPackageCatalog
A catalog represents a collection of installable package definitions.
link GraphQL Schema definition
- type KubernetesPackageCatalog implements Catalog, Node {
- # domain-specific catalog instance identifier
- String! :
- # service providing and managing the catalog
- KubernetesPackageCatalogQueryProvider! :
- # Enumeration of features supported by this catalog.
- # This can be used by clients to adapt their usage of this catalog.
- # DISCOVER_DEPLOYMENTS
- # DEPLOY
- # UPGRADE
- # PROJECT_SCOPING
- String!] : [
- # global opaque identifier to meet Node contract
- ID! :
- # catalog name
- String! :
- # This catalog can have permissions scoped by VMW.CSP.Projects - provide links to
- # those project scopes
- Entity!] : [
- # Arguments
- # after: [Not documented]
- # catalogItemId: Optionally filter by catalogItemIds
- # depreciationStatus: filter catalog items by depreciation status
- # filter: filter applying only to first-level catalog item fields
- # first: [Not documented]
- (
- String, :
- String!], : [
- CatalogItemDepreciationStatus!], : [
- QueryFilter, :
- Int :
- ): KubernetesPackageCatalogItemConnection
- # itemType supported by this catalog.
- # This is not an enum since new service may provide new types
- # Examples of core types are:
- # CONTAINER_IMAGE - OCI-compatible container image
- # HELM_CHART
- # CARVEL - carvel package
- String!] : [
- }