@jkcfg/kubernetes
Version:
jk Kubernetes library
12 lines • 423 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.",
"properties": {
"partition": {
"type": "integer",
"description": "Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.",
"format": "int32"
}
}
}