google-apis-gkehub_v1beta 0.68.0 → 0.70.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d520e26c8ed42357a5507345e1c1fe781bb7d07046e779af3e6ab3235f55662
4
- data.tar.gz: 9679281652b349a968550cd65c842f0a2e8cbd244d39eb39eb4c311d041ff6ed
3
+ metadata.gz: 1954c5609b57b8279fbfc066a1f8ad478b520c9be4d9acc1635f47b57d159c92
4
+ data.tar.gz: 795fabe69a3e800428f052495cce4777ed60ab47f8c243c9d41113585e6ad60a
5
5
  SHA512:
6
- metadata.gz: 8e055f7a2a34939299c05334d2eab0a2a15b2ad1b86a4c698ad2db581a310fc21cbfad4dbb384d7b7b307d4d59d21cd5fa019be54a1d61dea51bef59ee20739b
7
- data.tar.gz: 8ea7efe9276c15f6db53a15c7d674a7a80db663e81d7bd11147f7c854168619f9415d110da2e73d8a48d89008679fa398092f64ba226199193fe075667bcaaa7
6
+ metadata.gz: a280062447700f754268f2e50489eb5ea10737486213468284de26072e2fda808978aa641cd254416915eb233aab855639039c35952d34cb1ba3946ddbf2b93c
7
+ data.tar.gz: 48823eed052960d86fac73f7e67532fde620738fc5125155ddf7aaa93b9b19701a3bf3f7f53c58fc0e28c97c6be1832868ddba91713116690e68915df28d6a52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.70.0 (2024-02-24)
4
+
5
+ * Regenerated using generator version 0.14.0
6
+
7
+ ### v0.69.0 (2024-02-18)
8
+
9
+ * Regenerated from discovery document revision 20240209
10
+
3
11
  ### v0.68.0 (2024-01-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20240118
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/anthos/multicluster-managem
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -1106,6 +1106,11 @@ module Google
1106
1106
  # @return [String]
1107
1107
  attr_accessor :rootsync_crd
1108
1108
 
1109
+ # The state of CS This field summarizes the other fields in this message.
1110
+ # Corresponds to the JSON property `state`
1111
+ # @return [String]
1112
+ attr_accessor :state
1113
+
1109
1114
  # State indicating an ACM's progress syncing configurations to a cluster
1110
1115
  # Corresponds to the JSON property `syncState`
1111
1116
  # @return [Google::Apis::GkehubV1beta::ConfigManagementSyncState]
@@ -1126,6 +1131,7 @@ module Google
1126
1131
  @errors = args[:errors] if args.key?(:errors)
1127
1132
  @reposync_crd = args[:reposync_crd] if args.key?(:reposync_crd)
1128
1133
  @rootsync_crd = args[:rootsync_crd] if args.key?(:rootsync_crd)
1134
+ @state = args[:state] if args.key?(:state)
1129
1135
  @sync_state = args[:sync_state] if args.key?(:sync_state)
1130
1136
  @version = args[:version] if args.key?(:version)
1131
1137
  end
@@ -1508,6 +1514,11 @@ module Google
1508
1514
  # @return [Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig]
1509
1515
  attr_accessor :hierarchy_controller
1510
1516
 
1517
+ # Enables automatic Feature management.
1518
+ # Corresponds to the JSON property `management`
1519
+ # @return [String]
1520
+ attr_accessor :management
1521
+
1511
1522
  # Configuration for Policy Controller
1512
1523
  # Corresponds to the JSON property `policyController`
1513
1524
  # @return [Google::Apis::GkehubV1beta::ConfigManagementPolicyController]
@@ -1528,6 +1539,7 @@ module Google
1528
1539
  @cluster = args[:cluster] if args.key?(:cluster)
1529
1540
  @config_sync = args[:config_sync] if args.key?(:config_sync)
1530
1541
  @hierarchy_controller = args[:hierarchy_controller] if args.key?(:hierarchy_controller)
1542
+ @management = args[:management] if args.key?(:management)
1531
1543
  @policy_controller = args[:policy_controller] if args.key?(:policy_controller)
1532
1544
  @version = args[:version] if args.key?(:version)
1533
1545
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta
18
18
  # Version of the google-apis-gkehub_v1beta gem
19
- GEM_VERSION = "0.68.0"
19
+ GEM_VERSION = "0.70.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240118"
25
+ REVISION = "20240209"
26
26
  end
27
27
  end
28
28
  end
@@ -1246,6 +1246,7 @@ module Google
1246
1246
 
1247
1247
  property :reposync_crd, as: 'reposyncCrd'
1248
1248
  property :rootsync_crd, as: 'rootsyncCrd'
1249
+ property :state, as: 'state'
1249
1250
  property :sync_state, as: 'syncState', class: Google::Apis::GkehubV1beta::ConfigManagementSyncState, decorator: Google::Apis::GkehubV1beta::ConfigManagementSyncState::Representation
1250
1251
 
1251
1252
  property :version, as: 'version', class: Google::Apis::GkehubV1beta::ConfigManagementConfigSyncVersion, decorator: Google::Apis::GkehubV1beta::ConfigManagementConfigSyncVersion::Representation
@@ -1361,6 +1362,7 @@ module Google
1361
1362
 
1362
1363
  property :hierarchy_controller, as: 'hierarchyController', class: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig::Representation
1363
1364
 
1365
+ property :management, as: 'management'
1364
1366
  property :policy_controller, as: 'policyController', class: Google::Apis::GkehubV1beta::ConfigManagementPolicyController, decorator: Google::Apis::GkehubV1beta::ConfigManagementPolicyController::Representation
1365
1367
 
1366
1368
  property :version, as: 'version'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.68.0
4
+ version: 0.70.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-01-28 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.68.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.70.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for GKE Hub API V1beta