Skip to content

Commit d175293

Browse files
Google APIscopybara-github
authored andcommitted
feat: support fleet registration via cluster update
PiperOrigin-RevId: 529131876
1 parent 5ad54e0 commit d175293

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

google/container/v1/cluster_service.proto

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)