Skip to content

Commit c064178

Browse files
feat(container): update the api
#### container:v1 The following keys were added: - resources.projects.resources.locations.resources.clusters.methods.setLocations.deprecated (Total Keys: 1) - resources.projects.resources.zones.resources.clusters.methods.locations.deprecated (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredFleet.$ref (Total Keys: 1) #### container:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.clusters.methods.setLocations.deprecated (Total Keys: 1) - resources.projects.resources.zones.resources.clusters.methods.locations.deprecated (Total Keys: 1) - schemas.AddonsConfig.properties.gcsFuseCsiDriverConfig.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredFleet.$ref (Total Keys: 1) - schemas.GcsFuseCsiDriverConfig (Total Keys: 3)
1 parent 78faba7 commit c064178

14 files changed

+345
-264
lines changed

docs/dyn/container_v1.projects.locations.clusters.html

Lines changed: 42 additions & 37 deletions
Large diffs are not rendered by default.

docs/dyn/container_v1.projects.locations.clusters.nodePools.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,11 @@ <h3>Method Details</h3>
393393
],
394394
&quot;status&quot;: &quot;A String&quot;, # Status of an operation stage. Unset for single-stage operations.
395395
},
396-
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URL for the resource.
396+
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
397397
&quot;startTime&quot;: &quot;A String&quot;, # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
398398
&quot;status&quot;: &quot;A String&quot;, # The current status of the operation.
399399
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
400-
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URL for the target of the operation.
400+
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
401401
&quot;zone&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
402402
}</pre>
403403
</div>
@@ -464,11 +464,11 @@ <h3>Method Details</h3>
464464
],
465465
&quot;status&quot;: &quot;A String&quot;, # Status of an operation stage. Unset for single-stage operations.
466466
},
467-
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URL for the resource.
467+
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
468468
&quot;startTime&quot;: &quot;A String&quot;, # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
469469
&quot;status&quot;: &quot;A String&quot;, # The current status of the operation.
470470
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
471-
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URL for the target of the operation.
471+
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
472472
&quot;zone&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
473473
}</pre>
474474
</div>
@@ -962,11 +962,11 @@ <h3>Method Details</h3>
962962
],
963963
&quot;status&quot;: &quot;A String&quot;, # Status of an operation stage. Unset for single-stage operations.
964964
},
965-
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URL for the resource.
965+
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
966966
&quot;startTime&quot;: &quot;A String&quot;, # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
967967
&quot;status&quot;: &quot;A String&quot;, # The current status of the operation.
968968
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
969-
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URL for the target of the operation.
969+
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
970970
&quot;zone&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
971971
}</pre>
972972
</div>
@@ -1049,11 +1049,11 @@ <h3>Method Details</h3>
10491049
],
10501050
&quot;status&quot;: &quot;A String&quot;, # Status of an operation stage. Unset for single-stage operations.
10511051
},
1052-
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URL for the resource.
1052+
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
10531053
&quot;startTime&quot;: &quot;A String&quot;, # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
10541054
&quot;status&quot;: &quot;A String&quot;, # The current status of the operation.
10551055
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
1056-
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URL for the target of the operation.
1056+
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
10571057
&quot;zone&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
10581058
}</pre>
10591059
</div>
@@ -1135,11 +1135,11 @@ <h3>Method Details</h3>
11351135
],
11361136
&quot;status&quot;: &quot;A String&quot;, # Status of an operation stage. Unset for single-stage operations.
11371137
},
1138-
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URL for the resource.
1138+
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
11391139
&quot;startTime&quot;: &quot;A String&quot;, # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
11401140
&quot;status&quot;: &quot;A String&quot;, # The current status of the operation.
11411141
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
1142-
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URL for the target of the operation.
1142+
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
11431143
&quot;zone&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
11441144
}</pre>
11451145
</div>
@@ -1214,11 +1214,11 @@ <h3>Method Details</h3>
12141214
],
12151215
&quot;status&quot;: &quot;A String&quot;, # Status of an operation stage. Unset for single-stage operations.
12161216
},
1217-
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URL for the resource.
1217+
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
12181218
&quot;startTime&quot;: &quot;A String&quot;, # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
12191219
&quot;status&quot;: &quot;A String&quot;, # The current status of the operation.
12201220
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
1221-
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URL for the target of the operation.
1221+
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
12221222
&quot;zone&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
12231223
}</pre>
12241224
</div>
@@ -1382,11 +1382,11 @@ <h3>Method Details</h3>
13821382
],
13831383
&quot;status&quot;: &quot;A String&quot;, # Status of an operation stage. Unset for single-stage operations.
13841384
},
1385-
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URL for the resource.
1385+
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
13861386
&quot;startTime&quot;: &quot;A String&quot;, # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
13871387
&quot;status&quot;: &quot;A String&quot;, # The current status of the operation.
13881388
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
1389-
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URL for the target of the operation.
1389+
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
13901390
&quot;zone&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
13911391
}</pre>
13921392
</div>

docs/dyn/container_v1.projects.locations.operations.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ <h3>Method Details</h3>
181181
],
182182
&quot;status&quot;: &quot;A String&quot;, # Status of an operation stage. Unset for single-stage operations.
183183
},
184-
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URL for the resource.
184+
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
185185
&quot;startTime&quot;: &quot;A String&quot;, # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
186186
&quot;status&quot;: &quot;A String&quot;, # The current status of the operation.
187187
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
188-
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URL for the target of the operation.
188+
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
189189
&quot;zone&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
190190
}</pre>
191191
</div>
@@ -255,11 +255,11 @@ <h3>Method Details</h3>
255255
],
256256
&quot;status&quot;: &quot;A String&quot;, # Status of an operation stage. Unset for single-stage operations.
257257
},
258-
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URL for the resource.
258+
&quot;selfLink&quot;: &quot;A String&quot;, # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
259259
&quot;startTime&quot;: &quot;A String&quot;, # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
260260
&quot;status&quot;: &quot;A String&quot;, # The current status of the operation.
261261
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
262-
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URL for the target of the operation.
262+
&quot;targetLink&quot;: &quot;A String&quot;, # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
263263
&quot;zone&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
264264
},
265265
],

0 commit comments

Comments
 (0)