ENUM

CatalogItemTypeNames

Enumeration of core catalog item types. These are provided as supported catalog types as Strings which allows a catalog provider to extend the supported catalog item types

link GraphQL Schema definition

  • enum CatalogItemTypeNames {
  • # Carvel package
  • CARVEL_PACKAGE
  • # A folder containing other catalog items. The folder is not expected to be
  • # deployable
  • FOLDER
  • # Helm chart
  • HELM_CHART
  • # An OCI container image
  • OCI_CONTAINER_IMAGE
  • }