Skip to content

Commit 37a54d5

Browse files
author
Kenneth Owens
committed
Generated code
1 parent 22957a6 commit 37a54d5

21 files changed

+876
-793
lines changed

api/openapi-spec/swagger.json

+13-16
Original file line numberDiff line numberDiff line change
@@ -51639,19 +51639,6 @@
5163951639
}
5164051640
}
5164151641
},
51642-
"io.k8s.kubernetes.pkg.apis.apps.v1beta1.PartitionStatefulSetStrategy": {
51643-
"description": "PartitionStatefulSetStrategy contains the parameters used with the PartitionStatefulSetStrategyType.",
51644-
"required": [
51645-
"ordinal"
51646-
],
51647-
"properties": {
51648-
"ordinal": {
51649-
"description": "Ordinal indicates the ordinal at which the StatefulSet should be partitioned.",
51650-
"type": "integer",
51651-
"format": "int32"
51652-
}
51653-
}
51654-
},
5165551642
"io.k8s.kubernetes.pkg.apis.apps.v1beta1.RollbackConfig": {
5165651643
"properties": {
5165751644
"revision": {
@@ -51674,6 +51661,16 @@
5167451661
}
5167551662
}
5167651663
},
51664+
"io.k8s.kubernetes.pkg.apis.apps.v1beta1.RollingUpdateStatefulSetStrategy": {
51665+
"description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.",
51666+
"properties": {
51667+
"partition": {
51668+
"description": "Partition indicates the ordinal at which the StatefulSet should be partitioned.",
51669+
"type": "integer",
51670+
"format": "int32"
51671+
}
51672+
}
51673+
},
5167751674
"io.k8s.kubernetes.pkg.apis.apps.v1beta1.Scale": {
5167851675
"description": "Scale represents a scaling request for a resource.",
5167951676
"properties": {
@@ -51893,9 +51890,9 @@
5189351890
"io.k8s.kubernetes.pkg.apis.apps.v1beta1.StatefulSetUpdateStrategy": {
5189451891
"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.",
5189551892
"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.",
51898-
"$ref": "#/definitions/io.k8s.kubernetes.pkg.apis.apps.v1beta1.PartitionStatefulSetStrategy"
51893+
"rollingUpdate": {
51894+
"description": "RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.",
51895+
"$ref": "#/definitions/io.k8s.kubernetes.pkg.apis.apps.v1beta1.RollingUpdateStatefulSetStrategy"
5189951896
},
5190051897
"type": {
5190151898
"description": "Type indicates the type of the StatefulSetUpdateStrategy.",

api/swagger-spec/apps_v1beta1.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -6046,23 +6046,20 @@
60466046
"type": "string",
60476047
"description": "Type indicates the type of the StatefulSetUpdateStrategy."
60486048
},
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."
6049+
"rollingUpdate": {
6050+
"$ref": "v1beta1.RollingUpdateStatefulSetStrategy",
6051+
"description": "RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType."
60526052
}
60536053
}
60546054
},
6055-
"v1beta1.PartitionStatefulSetStrategy": {
6056-
"id": "v1beta1.PartitionStatefulSetStrategy",
6057-
"description": "PartitionStatefulSetStrategy contains the parameters used with the PartitionStatefulSetStrategyType.",
6058-
"required": [
6059-
"ordinal"
6060-
],
6055+
"v1beta1.RollingUpdateStatefulSetStrategy": {
6056+
"id": "v1beta1.RollingUpdateStatefulSetStrategy",
6057+
"description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.",
60616058
"properties": {
6062-
"ordinal": {
6059+
"partition": {
60636060
"type": "integer",
60646061
"format": "int32",
6065-
"description": "Ordinal indicates the ordinal at which the StatefulSet should be partitioned."
6062+
"description": "Partition indicates the ordinal at which the StatefulSet should be partitioned."
60666063
}
60676064
}
60686065
},

docs/api-reference/apps/v1beta1/definitions.html

+38-38
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,40 @@ <h3 id="_v1_affinity">v1.Affinity</h3>
585585
</tbody>
586586
</table>
587587

588+
</div>
589+
<div class="sect2">
590+
<h3 id="_v1beta1_rollingupdatestatefulsetstrategy">v1beta1.RollingUpdateStatefulSetStrategy</h3>
591+
<div class="paragraph">
592+
<p>RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.</p>
593+
</div>
594+
<table class="tableblock frame-all grid-all" style="width:100%; ">
595+
<colgroup>
596+
<col style="width:20%;">
597+
<col style="width:20%;">
598+
<col style="width:20%;">
599+
<col style="width:20%;">
600+
<col style="width:20%;">
601+
</colgroup>
602+
<thead>
603+
<tr>
604+
<th class="tableblock halign-left valign-top">Name</th>
605+
<th class="tableblock halign-left valign-top">Description</th>
606+
<th class="tableblock halign-left valign-top">Required</th>
607+
<th class="tableblock halign-left valign-top">Schema</th>
608+
<th class="tableblock halign-left valign-top">Default</th>
609+
</tr>
610+
</thead>
611+
<tbody>
612+
<tr>
613+
<td class="tableblock halign-left valign-top"><p class="tableblock">partition</p></td>
614+
<td class="tableblock halign-left valign-top"><p class="tableblock">Partition indicates the ordinal at which the StatefulSet should be partitioned.</p></td>
615+
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
616+
<td class="tableblock halign-left valign-top"><p class="tableblock">integer (int32)</p></td>
617+
<td class="tableblock halign-left valign-top"></td>
618+
</tr>
619+
</tbody>
620+
</table>
621+
588622
</div>
589623
<div class="sect2">
590624
<h3 id="_v1_nodeselectorterm">v1.NodeSelectorTerm</h3>
@@ -1832,40 +1866,6 @@ <h3 id="_v1beta1_deployment">v1beta1.Deployment</h3>
18321866
</tbody>
18331867
</table>
18341868

1835-
</div>
1836-
<div class="sect2">
1837-
<h3 id="_v1beta1_partitionstatefulsetstrategy">v1beta1.PartitionStatefulSetStrategy</h3>
1838-
<div class="paragraph">
1839-
<p>PartitionStatefulSetStrategy contains the parameters used with the PartitionStatefulSetStrategyType.</p>
1840-
</div>
1841-
<table class="tableblock frame-all grid-all" style="width:100%; ">
1842-
<colgroup>
1843-
<col style="width:20%;">
1844-
<col style="width:20%;">
1845-
<col style="width:20%;">
1846-
<col style="width:20%;">
1847-
<col style="width:20%;">
1848-
</colgroup>
1849-
<thead>
1850-
<tr>
1851-
<th class="tableblock halign-left valign-top">Name</th>
1852-
<th class="tableblock halign-left valign-top">Description</th>
1853-
<th class="tableblock halign-left valign-top">Required</th>
1854-
<th class="tableblock halign-left valign-top">Schema</th>
1855-
<th class="tableblock halign-left valign-top">Default</th>
1856-
</tr>
1857-
</thead>
1858-
<tbody>
1859-
<tr>
1860-
<td class="tableblock halign-left valign-top"><p class="tableblock">ordinal</p></td>
1861-
<td class="tableblock halign-left valign-top"><p class="tableblock">Ordinal indicates the ordinal at which the StatefulSet should be partitioned.</p></td>
1862-
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
1863-
<td class="tableblock halign-left valign-top"><p class="tableblock">integer (int32)</p></td>
1864-
<td class="tableblock halign-left valign-top"></td>
1865-
</tr>
1866-
</tbody>
1867-
</table>
1868-
18691869
</div>
18701870
<div class="sect2">
18711871
<h3 id="_v1_azurefilevolumesource">v1.AzureFileVolumeSource</h3>
@@ -6648,10 +6648,10 @@ <h3 id="_v1beta1_statefulsetupdatestrategy">v1beta1.StatefulSetUpdateStrategy</h
66486648
<td class="tableblock halign-left valign-top"></td>
66496649
</tr>
66506650
<tr>
6651-
<td class="tableblock halign-left valign-top"><p class="tableblock">partition</p></td>
6652-
<td class="tableblock halign-left valign-top"><p class="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>
6651+
<td class="tableblock halign-left valign-top"><p class="tableblock">rollingUpdate</p></td>
6652+
<td class="tableblock halign-left valign-top"><p class="tableblock">RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.</p></td>
66536653
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
6654-
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1beta1_partitionstatefulsetstrategy">v1beta1.PartitionStatefulSetStrategy</a></p></td>
6654+
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1beta1_rollingupdatestatefulsetstrategy">v1beta1.RollingUpdateStatefulSetStrategy</a></p></td>
66556655
<td class="tableblock halign-left valign-top"></td>
66566656
</tr>
66576657
</tbody>
@@ -6807,7 +6807,7 @@ <h3 id="_any">any</h3>
68076807
</div>
68086808
<div id="footer">
68096809
<div id="footer-text">
6810-
Last updated 2017-06-10 04:36:47 UTC
6810+
Last updated 2017-06-12 15:33:31 UTC
68116811
</div>
68126812
</div>
68136813
</body>

0 commit comments

Comments
 (0)