OBJECT
KubernetesPackageCatalogItem
Represents a specific versioned release an installable package
link GraphQL Schema definition
- type KubernetesPackageCatalogItem implements CatalogItem, Node {
- # In software packaging ecosystems, it will be common for certain catalog items
- # like Helm charts or Carvel packages
- # to bundle software coming from an external providers. Therefore the version of
- # the Helm chart or Carvel pacakge does
- # not necessarely have to match the version of the application. For example,
- # version 29.3.6 of Bitnami's Kafka Helm chart
- # bundles Kafka 3.7.1. For addressing this scenario, a version field representing
- # the application version is needed.
- String :
- CatalogItemArchitecture!] : [
- # optional back-reference to containing catalog
- KubernetesPackageCatalog :
- # Normalized category for software exposed within the Hub.
- CatalogItemCategory :
- # Type of commercial support associated to the catalog item
- CatalogItemSupport :
- DateTime :
- CatalogItemDepreciationInfo :
- # user-visible description
- String :
- # Optional MD5 or other digest of this catalog item
- String :
- # Navigation hyperlinks to access reports for the container image
- HyperLink!] : [
- # Opaque global node ID
- ID! :
- # domain-specific identifier in the context of this catalog
- String! :
- # catalog item type, expected to be one of the supported types defined by the
- # containing catalog
- String! :
- KubernetesKindPackageMetadata! :
- # user-visible name of catalog item
- String! :
- # Query contained catalog items.
- # These can be dependencies or instances of the given catalog
- #
- # Arguments
- # after: [Not documented]
- # depreciationStatus: filter catalog items by depreciation status
- # filter: filter applying only to first-level catalog item fields
- # first: [Not documented]
- (
- String, :
- CatalogItemDepreciationStatus!], : [
- QueryFilter, :
- Int :
- ): KubernetesPackageCatalogItemConnection
- # Optional field to search for entities deployed from this catalog item.
- EntityConnection :
- # application release version (not counting dot releases with fixes)
- # For example, this might be 17 for Oracle, or 12.3 for Postgres
- String! :
- # revision of the given release
- # For example, this might be 17.3 for Oracle or 12.3.3-r1 for Postgres
- Int :
- # Optional tags
- Tag!] : [
- DateTime :
- # A link to the location where the catalog item can be pulled from
- # This could be a link to an OCI repository, e.g.
- # - gcr.io/sys-2b0106it/canary-staging/bitnami/charts/debian/etcd:8.2.0
- # or a traditional HTTP helm repository, e.g.
- # - https://charts.bitnami.com/bitnami/redis-14.4.0.tgz
- String :
- String! :
- }