You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "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.",
51895
51892
"properties": {
51896
-
"partition": {
51897
-
"description": "Partition is used to communicate the ordinal at which to partition the StatefulSet when Type is PartitionStatefulSetStrategyType. This value must be set when Type is PartitionStatefulSetStrategyType, and it must be nil otherwise.",
Copy file name to clipboardexpand all lines: api/swagger-spec/apps_v1beta1.json
+8-11
Original file line number
Diff line number
Diff line change
@@ -6046,23 +6046,20 @@
6046
6046
"type": "string",
6047
6047
"description": "Type indicates the type of the StatefulSetUpdateStrategy."
6048
6048
},
6049
-
"partition": {
6050
-
"$ref": "v1beta1.PartitionStatefulSetStrategy",
6051
-
"description": "Partition is used to communicate the ordinal at which to partition the StatefulSet when Type is PartitionStatefulSetStrategyType. This value must be set when Type is PartitionStatefulSetStrategyType, and it must be nil otherwise."
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Partition indicates the ordinal at which the StatefulSet should be partitioned.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Ordinal indicates the ordinal at which the StatefulSet should be partitioned.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Partition is used to communicate the ordinal at which to partition the StatefulSet when Type is PartitionStatefulSetStrategyType. This value must be set when Type is PartitionStatefulSetStrategyType, and it must be nil otherwise.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.</p></td>
0 commit comments