API Ref v1.22 alpha.3

This commit is contained in:
Philippe Martin
2021-06-26 11:26:10 +02:00
parent 6848d25094
commit d531f1d97b
58 changed files with 793 additions and 666 deletions
@@ -352,7 +352,7 @@ NodeStatus is information about the current status of a node.
<a name="ContainerImage"></a>
*Describe a container image*
- **images.names** ([]string), required
- **images.names** ([]string)
Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"]
@@ -770,6 +770,8 @@ PATCH /api/v1/nodes/{name}
200 (<a href="{{< ref "../cluster-resources/node-v1#Node" >}}">Node</a>): OK
201 (<a href="{{< ref "../cluster-resources/node-v1#Node" >}}">Node</a>): Created
401: Unauthorized
@@ -818,6 +820,8 @@ PATCH /api/v1/nodes/{name}/status
200 (<a href="{{< ref "../cluster-resources/node-v1#Node" >}}">Node</a>): OK
201 (<a href="{{< ref "../cluster-resources/node-v1#Node" >}}">Node</a>): Created
401: Unauthorized