Merge pull request #47041 from k82cn/k8s_10043

Automatic merge from submit-queue

Deprecated binding for 1.7

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #10043

```release-note
Deprecated Binding objects in 1.7.
```
This commit is contained in:
Kubernetes Submit Queue
2017-06-07 23:10:38 -07:00
committed by GitHub
11 changed files with 18 additions and 16 deletions

View File

@@ -8071,7 +8071,7 @@ Examples:<br>
<div class="sect2">
<h3 id="_v1_binding">v1.Binding</h3>
<div class="paragraph">
<p>Binding ties one object to another. For example, a pod is bound to a node by a scheduler.</p>
<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>
</div>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
@@ -10112,7 +10112,7 @@ Examples:<br>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2017-06-06 04:24:44 UTC
Last updated 2017-06-08 02:30:43 UTC
</div>
</div>
</body>