Interface: KubeDeployment
lib/k8s/deployment .KubeDeployment
Hierarchy
-
↳
KubeDeployment
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
▪ [otherProps: string
]: any
Type declaration
Name | Type |
---|---|
selector? |
LabelSelector
|
strategy? |
{ [otherProps: string] : any ; type : string } |
strategy.type |
string |
template |
{ metadata? :
KubeMetadata
; spec :
KubePodSpec
} |
template.metadata? |
KubeMetadata
|
template.spec |
KubePodSpec
|
Defined in
status
• status: Object
Index signature
▪ [otherProps: string
]: any