Skip to content

Commit

Permalink
feat: support fleet registration via cluster update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 529131876
  • Loading branch information
Google APIs authored and Copybara-Service committed May 3, 2023
1 parent 5ad54e0 commit d175293
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions google/container/v1/cluster_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2065,6 +2065,9 @@ message ClusterUpdate {
// The desired node pool logging configuration defaults for the cluster.
NodePoolLoggingConfig desired_node_pool_logging_config = 116;

// The desired fleet configuration for the cluster.
Fleet desired_fleet = 117;

// The desired stack type of the cluster.
// If a stack type is provided and does not match the current stack type of
// the cluster, update will attempt to change the stack type to the new type.
Expand Down Expand Up @@ -2262,12 +2265,12 @@ message Operation {
//
// 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`
// -
// `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`
string target_link = 7;

// [Output only] The name of the Google Compute Engine
Expand Down

0 comments on commit d175293

Please sign in to comment.