Skip to content

Commit fdc82d1

Browse files
author
Klaus Ma
committed
generated codes.
1 parent c9a46a0 commit fdc82d1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46918,7 +46918,7 @@
4691846918
}
4691946919
},
4692046920
"io.k8s.kubernetes.pkg.api.v1.Binding": {
46921-
"description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
46921+
"description": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.",
4692246922
"required": [
4692346923
"target"
4692446924
],

api/swagger-spec/v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17327,7 +17327,7 @@
1732717327
"models": {
1732817328
"v1.Binding": {
1732917329
"id": "v1.Binding",
17330-
"description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
17330+
"description": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.",
1733117331
"required": [
1733217332
"target"
1733317333
],

docs/api-reference/v1/definitions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8071,7 +8071,7 @@ <h3 id="_v1_containerstateterminated">v1.ContainerStateTerminated</h3>
80718071
<div class="sect2">
80728072
<h3 id="_v1_binding">v1.Binding</h3>
80738073
<div class="paragraph">
8074-
<p>Binding ties one object to another. For example, a pod is bound to a node by a scheduler.</p>
8074+
<p>Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.</p>
80758075
</div>
80768076
<table class="tableblock frame-all grid-all" style="width:100%; ">
80778077
<colgroup>
@@ -10112,7 +10112,7 @@ <h3 id="_any">any</h3>
1011210112
</div>
1011310113
<div id="footer">
1011410114
<div id="footer-text">
10115-
Last updated 2017-06-06 04:24:44 UTC
10115+
Last updated 2017-06-08 02:30:43 UTC
1011610116
</div>
1011710117
</div>
1011810118
</body>

pkg/api/v1/generated.proto

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/api/v1/types_swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (AzureFileVolumeSource) SwaggerDoc() map[string]string {
9595
}
9696

9797
var map_Binding = map[string]string{
98-
"": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
98+
"": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.",
9999
"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
100100
"target": "The target object that you want to bind to the standard object.",
101101
}

0 commit comments

Comments
 (0)