google-apis-gkehub_v2 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fab43a54a73ce1c0dfd8fe7a16f6427b5ce74893204a638f3c34440c1534d98
|
|
4
|
+
data.tar.gz: 169b4526a4c9cee925f369fdebe98ab06c8cd52ba155521308ce39a0a1e780d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5d855eb51f63e9238dbaa721c5ef905973639af3069c8e2b2d75b02d0e1cfd2f8c9dfcf5d56269c4902b2d00137841e1c715363344be39ecb2449d110420109
|
|
7
|
+
data.tar.gz: c727e49e6a8bf87aa08cd1d3a897a8d5184ce5aa93fde9e122ad557d7f34d3dfae1fb1f134eab44e41ca12d07a167c24420e9a8a4f8680495eec52f9fba82c02
|
data/CHANGELOG.md
CHANGED
|
@@ -361,6 +361,12 @@ module Google
|
|
|
361
361
|
# @return [String]
|
|
362
362
|
attr_accessor :source_format
|
|
363
363
|
|
|
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
|
+
|
|
364
370
|
def initialize(**args)
|
|
365
371
|
update!(**args)
|
|
366
372
|
end
|
|
@@ -374,6 +380,7 @@ module Google
|
|
|
374
380
|
@oci = args[:oci] if args.key?(:oci)
|
|
375
381
|
@prevent_drift = args[:prevent_drift] if args.key?(:prevent_drift)
|
|
376
382
|
@source_format = args[:source_format] if args.key?(:source_format)
|
|
383
|
+
@stop_syncing = args[:stop_syncing] if args.key?(:stop_syncing)
|
|
377
384
|
end
|
|
378
385
|
end
|
|
379
386
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GkehubV2
|
|
18
18
|
# Version of the google-apis-gkehub_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241025"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0.3.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|