Interface: KubeCRD
lib/k8s/crd .KubeCRD
Hierarchy
-
↳
KubeCRD
Properties
apiVersion
• Optional
apiVersion: string
Inherited from
KubeObjectInterface . apiVersion
Defined in
kind
• kind: string
Inherited from
Defined in
metadata
• metadata:
KubeMetadata
Inherited from
KubeObjectInterface . metadata
Defined in
spec
• spec: Object
Index signature
▪ [other: string
]: any
Type declaration
Name | Type |
---|---|
group |
string |
names |
{ kind : string ; listKind : string ; plural : string ; singular : string } |
names.kind |
string |
names.listKind |
string |
names.plural |
string |
names.singular |
string |
scope |
string |
version |
string |
versions |
{ additionalPrinterColumns : { description? : string ; format? : string ; jsonPath : string ; name : string ; priority? : number ; type : string }[] ; name : string ; served : boolean ; storage : boolean }[] |