Interface: KubeStatefulSet
lib/k8s/statefulSet .KubeStatefulSet
Hierarchy
-
↳
KubeStatefulSet
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 |
---|---|
selector |
LabelSelector
|
template |
{ metadata :
KubeMetadata
; spec :
KubePodSpec
} |
template.metadata |
KubeMetadata
|
template.spec |
KubePodSpec
|
updateStrategy |
{ rollingUpdate : { partition : number } ; type : string } |
updateStrategy.rollingUpdate |
{ partition : number } |
updateStrategy.rollingUpdate.partition |
number |
updateStrategy.type |
string |
Defined in
status
• status: Object
Index signature
▪ [otherProps: string
]: any