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 {
- # A folder containing other catalog items. The folder is not expected to be
- # deployable
- # An OCI container image
- # Helm chart
- # Carvel package
- }