Interface: CatalogCategorySpec#
Common.Catalog.CatalogCategorySpec
Table of contents#
Properties#
Properties#
displayColumns#
• Optional
Readonly
displayColumns: CategoryColumnRegistration
[]
These are the columns used for displaying entities when in the catalog.
If this is not provided then some default columns will be used, similar in scope to the columns in the "Browse" view.
Even if you provide columns, a "Name" column will be provided as well with
priority: 0
.
These columns will not be used in the "Browse" view.
group#
• Readonly
group: string
The grouping for for the category. This MUST be a DNS label.
names#
• Readonly
names: Object
This is the concerning the category
Type declaration#
Name | Type | Description |
---|---|---|
kind |
string |
The kind of entity that this category is for. This value MUST be a DNS label and MUST be equal to the kind fields that are produced by the .versions.[] \| .entityClass fields. |
versions#
• Readonly
versions: CatalogCategoryVersion
[]
The specific versions of the constructors.
NOTE: the field .apiVersion
after construction MUST match {.group}/{.versions.[] | .name}
.
For example, if group = "entity.k8slens.dev"
and there is an entry in .versions
with
name = "v1alpha1"
then the resulting .apiVersion
MUST be entity.k8slens.dev/v1alpha1