File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2065,6 +2065,9 @@ message ClusterUpdate {
20652065 // The desired node pool logging configuration defaults for the cluster.
20662066 NodePoolLoggingConfig desired_node_pool_logging_config = 116 ;
20672067
2068+ // The desired fleet configuration for the cluster.
2069+ Fleet desired_fleet = 117 ;
2070+
20682071 // The desired stack type of the cluster.
20692072 // If a stack type is provided and does not match the current stack type of
20702073 // the cluster, update will attempt to change the stack type to the new type.
@@ -2262,12 +2265,12 @@ message Operation {
22622265 //
22632266 // Examples:
22642267 //
2265- // -
2266- // `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster`
2267- // -
2268- // `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
2269- // -
2270- // `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
2268+ // -
2269+ // `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster`
2270+ // -
2271+ // `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
2272+ // -
2273+ // `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
22712274 string target_link = 7 ;
22722275
22732276 // [Output only] The name of the Google Compute Engine
You can’t perform that action at this time.
0 commit comments