File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed
generated/google-apis-gkehub_v2
lib/google/apis/gkehub_v2 Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -229503,6 +229503,7 @@
229503229503"/gkehub:v2/ConfigManagementConfigSync/oci": oci
229504229504"/gkehub:v2/ConfigManagementConfigSync/preventDrift": prevent_drift
229505229505"/gkehub:v2/ConfigManagementConfigSync/sourceFormat": source_format
229506+ "/gkehub:v2/ConfigManagementConfigSync/stopSyncing": stop_syncing
229506229507"/gkehub:v2/ConfigManagementConfigSyncDeploymentState": config_management_config_sync_deployment_state
229507229508"/gkehub:v2/ConfigManagementConfigSyncDeploymentState/admissionWebhook": admission_webhook
229508229509"/gkehub:v2/ConfigManagementConfigSyncDeploymentState/gitSync": git_sync
Original file line number Diff line number Diff line change 11# Release history for google-apis-gkehub_v2
22
3+ ### v0.3.0 (2024-11-03)
4+
5+ * Regenerated from discovery document revision 20241025
6+
37### v0.2.0 (2024-10-27)
48
59* Regenerated from discovery document revision 20241017
Original file line number Diff line number Diff line change @@ -361,6 +361,12 @@ class ConfigManagementConfigSync
361361 # @return [String]
362362 attr_accessor :source_format
363363
364+ # Set to true to stop syncing configs for a single cluster. Default to false.
365+ # Corresponds to the JSON property `stopSyncing`
366+ # @return [Boolean]
367+ attr_accessor :stop_syncing
368+ alias_method :stop_syncing? , :stop_syncing
369+
364370 def initialize ( **args )
365371 update! ( **args )
366372 end
@@ -374,6 +380,7 @@ def update!(**args)
374380 @oci = args [ :oci ] if args . key? ( :oci )
375381 @prevent_drift = args [ :prevent_drift ] if args . key? ( :prevent_drift )
376382 @source_format = args [ :source_format ] if args . key? ( :source_format )
383+ @stop_syncing = args [ :stop_syncing ] if args . key? ( :stop_syncing )
377384 end
378385 end
379386
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module GkehubV2
1818 # Version of the google-apis-gkehub_v2 gem
19- GEM_VERSION = "0.2 .0"
19+ GEM_VERSION = "0.3 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.15.1"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241017 "
25+ REVISION = "20241025 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -678,6 +678,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
678678
679679 property :prevent_drift , as : 'preventDrift'
680680 property :source_format , as : 'sourceFormat'
681+ property :stop_syncing , as : 'stopSyncing'
681682 end
682683 end
683684
You can’t perform that action at this time.
0 commit comments