Interface: KubeObjectInterfaceCreate
Defined in: lib/k8s/KubeObject.ts:740
KubeObjectInterfaceCreate is a version of KubeObjectInterface for creating objects where uid, creationTimestamp, etc. are optional
Extends
Omit<KubeObjectInterface,"metadata">
Indexable
[key: string]: any
[key: number]: any
Properties
metadata
metadata: KubeMetadataCreate;
Defined in: lib/k8s/KubeObject.ts:741