@k8slens/extensions / Exports / Common / Catalog / CatalogCategoryVersion
Interface: CatalogCategoryVersion#
Common.Catalog.CatalogCategoryVersion
Table of contents#
Properties#
Properties#
entityClass#
• Readonly entityClass: CatalogEntityConstructor<CatalogEntity<CatalogEntityMetadata, CatalogEntityStatus, CatalogEntitySpec>>
The constructor for the entities.
name#
• Readonly name: string
The specific version that the associated constructor is for. This MUST be
a DNS label and SHOULD be of the form vN, vNalphaY, or vNbetaY where
N and Y are both integers greater than 0.
Examples: The following are valid values for this field.
- v1
- v1beta1
- v1alpha2
- v3beta2