apps.v1.statefulSetUpdateStrategy
"StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy."
Index
Fields
fn withType
withType(type)
"Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate."
obj rollingUpdate
"RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType."
fn rollingUpdate.withPartition
withPartition(partition)
"Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0."