@@ -406,8 +406,8 @@ def update!(**args)
406406 class ClusterSelector
407407 include Google ::Apis ::Core ::Hashable
408408
409- # The label selector must be a valid CEL (go/cel ) expression which evaluates
410- # resource.labels.
409+ # Optional. A valid CEL (Common Expression Language ) expression which evaluates `
410+ # resource.labels` .
411411 # Corresponds to the JSON property `labelSelector`
412412 # @return [String]
413413 attr_accessor :label_selector
@@ -1845,7 +1845,8 @@ class ConfigManagementMembershipSpec
18451845 # @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerConfig]
18461846 attr_accessor :hierarchy_controller
18471847
1848- # Optional. Enables automatic Feature management.
1848+ # Optional. Deprecated: From version 1.21.0, automatic Feature management is
1849+ # unavailable, and Config Sync only supports manual upgrades.
18491850 # Corresponds to the JSON property `management`
18501851 # @return [String]
18511852 attr_accessor :management
@@ -6181,7 +6182,7 @@ class Rollout
61816182
61826183 # Optional. Immutable. The full, unique resource name of the rollout sequence
61836184 # that initiatied this Rollout. In the format of `projects/`project`/locations/
6184- # global/rolloutSequences/`rollout_sequence``. Empty for user initiated rollouts.
6185+ # global/rolloutSequences/`rollout_sequence``.
61856186 # Corresponds to the JSON property `rolloutSequence`
61866187 # @return [String]
61876188 attr_accessor :rollout_sequence
@@ -6191,8 +6192,7 @@ class Rollout
61916192 # @return [Google::Apis::GkehubV1alpha::Schedule]
61926193 attr_accessor :schedule
61936194
6194- # Output only. The stages of the Rollout. Note: this is only populated for
6195- # google-initiated rollouts.
6195+ # Output only. The stages of the Rollout.
61966196 # Corresponds to the JSON property `stages`
61976197 # @return [Array<Google::Apis::GkehubV1alpha::RolloutStage>]
61986198 attr_accessor :stages
@@ -6405,16 +6405,15 @@ class RolloutTarget
64056405 include Google ::Apis ::Core ::Hashable
64066406
64076407 # Optional. Output only. The resource link of the Cluster resource upgraded in
6408- # this Rollout. It is formatted as: ///projects//locations//clusters/. I.e. for
6409- # GKE clusters, it is formatted as: //container.googleapis.com/projects//
6410- # locations//clusters/. For GDCE, it is formatted as: //edgecontainer.googleapis.
6411- # com/projects//locations//clusters/.
6408+ # this Rollout. It is formatted as: `//`api_service`/projects/`project_number`/
6409+ # locations/`location`/clusters/`cluster_name``. .
64126410 # Corresponds to the JSON property `cluster`
64136411 # @return [String]
64146412 attr_accessor :cluster
64156413
64166414 # Optional. Output only. The resource link of the NodePool resource upgraded in
6417- # this Rollout. It is formatted as: ///projects//locations//clusters//nodePools/.
6415+ # this Rollout. It is formatted as: `//`api_service`/projects/`project_number`/
6416+ # locations/`location`/clusters/`cluster_name`/nodePools/`node_pool_name``.
64186417 # Corresponds to the JSON property `nodePool`
64196418 # @return [String]
64206419 attr_accessor :node_pool
0 commit comments