google-apis-gkehub_v1beta 0.27.0 → 0.30.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: e1b1bcc4c313d42e875a485b559d958ad85a96f52bf4fffd8e9afc960e506b07
4
- data.tar.gz: 620be1a095de913064e1c1234f421acf4ac8f7a4b3f8c5005ab2f0b2ebbe9abf
3
+ metadata.gz: 7f71b8674992bb80972acd5a830117a1a858443e637d3e0f2f5bce87799a3c61
4
+ data.tar.gz: d8db3b2ab09d40d77f421b1db53ff63e9fd619a285a466a6e12ea64fef703db7
5
5
  SHA512:
6
- metadata.gz: 620fc6387a7d379cf1cd55f960f022d3847ebee8fabcbb6ec25092212d46f11aa352c05e390f4c5ac41ee6336252486e3a85db4a7528ade1a344f56e1b1e14d5
7
- data.tar.gz: 97bc30ff301135d740d709eafbf7655b3b9d44a7180ced14bb1fea3bf18179be2e1f05c9dc0666c1c3eea550e42c4c2ebd879496f4f77cd0059577434d9ee901
6
+ metadata.gz: 384240535e4bb23065204b9ed3f1a6cdea736da139d26f881341827043afd935fae3f37c36f5a93148141a59d73658e8540e35bbac28088b3c246e76b7ead429
7
+ data.tar.gz: 717e114f01c34dc5fc2ea7eafd26b0fd3168d18d6a80c3b407b18d74d155a2099d2478e415f93cefc3bda1c1dc5eed3ba2576231676c218543251e7af26af37b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.30.0 (2022-08-14)
4
+
5
+ * Regenerated from discovery document revision 20220805
6
+
7
+ ### v0.29.0 (2022-07-16)
8
+
9
+ * Regenerated from discovery document revision 20220706
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.28.0 (2022-07-03)
13
+
14
+ * Regenerated from discovery document revision 20220628
15
+ * Regenerated using generator version 0.8.0
16
+
3
17
  ### v0.27.0 (2022-06-18)
4
18
 
5
19
  * Regenerated using generator version 0.7.0
@@ -333,25 +333,28 @@ module Google
333
333
  # anyone who is authenticated with a Google account or a service account. * `
334
334
  # user:`emailid``: An email address that represents a specific Google account.
335
335
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
336
- # address that represents a service account. For example, `my-other-app@appspot.
337
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
338
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
339
- # `uniqueid``: An email address (plus unique identifier) representing a user
340
- # that has been recently deleted. For example, `alice@example.com?uid=
341
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
342
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
343
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
344
- # identifier) representing a service account that has been recently deleted. For
345
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
346
- # If the service account is undeleted, this value reverts to `serviceAccount:`
347
- # emailid`` and the undeleted service account retains the role in the binding. *
348
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
349
- # identifier) representing a Google group that has been recently deleted. For
350
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
351
- # recovered, this value reverts to `group:`emailid`` and the recovered group
352
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
353
- # primary) that represents all the users of that domain. For example, `google.
354
- # com` or `example.com`.
336
+ # address that represents a Google service account. For example, `my-other-app@
337
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
338
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
339
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
340
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
341
+ # . * `group:`emailid``: An email address that represents a Google group. For
342
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
343
+ # email address (plus unique identifier) representing a user that has been
344
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
345
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
346
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
347
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
348
+ # representing a service account that has been recently deleted. For example, `
349
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
350
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
351
+ # and the undeleted service account retains the role in the binding. * `deleted:
352
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
353
+ # representing a Google group that has been recently deleted. For example, `
354
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
355
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
356
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
357
+ # all the users of that domain. For example, `google.com` or `example.com`.
355
358
  # Corresponds to the JSON property `members`
356
359
  # @return [Array<String>]
357
360
  attr_accessor :members
@@ -1205,6 +1208,13 @@ module Google
1205
1208
  # @return [Google::Apis::GkehubV1beta::ConfigManagementPolicyControllerMonitoring]
1206
1209
  attr_accessor :monitoring
1207
1210
 
1211
+ # Enable or disable mutation in policy controller. If true, mutation CRDs,
1212
+ # webhook and controller deployment will be deployed to the cluster.
1213
+ # Corresponds to the JSON property `mutationEnabled`
1214
+ # @return [Boolean]
1215
+ attr_accessor :mutation_enabled
1216
+ alias_method :mutation_enabled?, :mutation_enabled
1217
+
1208
1218
  # Enables the ability to use Constraint Templates that reference to objects
1209
1219
  # other than the object currently being evaluated.
1210
1220
  # Corresponds to the JSON property `referentialRulesEnabled`
@@ -1229,6 +1239,7 @@ module Google
1229
1239
  @exemptable_namespaces = args[:exemptable_namespaces] if args.key?(:exemptable_namespaces)
1230
1240
  @log_denies_enabled = args[:log_denies_enabled] if args.key?(:log_denies_enabled)
1231
1241
  @monitoring = args[:monitoring] if args.key?(:monitoring)
1242
+ @mutation_enabled = args[:mutation_enabled] if args.key?(:mutation_enabled)
1232
1243
  @referential_rules_enabled = args[:referential_rules_enabled] if args.key?(:referential_rules_enabled)
1233
1244
  @template_library_installed = args[:template_library_installed] if args.key?(:template_library_installed)
1234
1245
  end
@@ -2459,6 +2470,19 @@ module Google
2459
2470
  attr_accessor :log_denies_enabled
2460
2471
  alias_method :log_denies_enabled?, :log_denies_enabled
2461
2472
 
2473
+ # MonitoringConfig specifies the backends Policy Controller should export
2474
+ # metrics to. For example, to specify metrics should be exported to Cloud
2475
+ # Monitoring and Prometheus, specify backends: ["cloudmonitoring", "prometheus"]
2476
+ # Corresponds to the JSON property `monitoring`
2477
+ # @return [Google::Apis::GkehubV1beta::PolicyControllerMonitoringConfig]
2478
+ attr_accessor :monitoring
2479
+
2480
+ # Enables the ability to mutate resources using Policy Controller.
2481
+ # Corresponds to the JSON property `mutationEnabled`
2482
+ # @return [Boolean]
2483
+ attr_accessor :mutation_enabled
2484
+ alias_method :mutation_enabled?, :mutation_enabled
2485
+
2462
2486
  # Enables the ability to use Constraint Templates that reference to objects
2463
2487
  # other than the object currently being evaluated.
2464
2488
  # Corresponds to the JSON property `referentialRulesEnabled`
@@ -2481,25 +2505,26 @@ module Google
2481
2505
  @exemptable_namespaces = args[:exemptable_namespaces] if args.key?(:exemptable_namespaces)
2482
2506
  @install_spec = args[:install_spec] if args.key?(:install_spec)
2483
2507
  @log_denies_enabled = args[:log_denies_enabled] if args.key?(:log_denies_enabled)
2508
+ @monitoring = args[:monitoring] if args.key?(:monitoring)
2509
+ @mutation_enabled = args[:mutation_enabled] if args.key?(:mutation_enabled)
2484
2510
  @referential_rules_enabled = args[:referential_rules_enabled] if args.key?(:referential_rules_enabled)
2485
2511
  @template_library_config = args[:template_library_config] if args.key?(:template_library_config)
2486
2512
  end
2487
2513
  end
2488
2514
 
2489
- # State of the Policy Controller.
2490
- class PolicyControllerHubState
2515
+ # **Policy Controller**: Configuration for a single cluster. Intended to
2516
+ # parallel the PolicyController CR.
2517
+ class PolicyControllerMembershipSpec
2491
2518
  include Google::Apis::Core::Hashable
2492
2519
 
2493
- # Map from deployment name to deployment state. Example deployments are
2494
- # gatekeeper-controller-manager, gatekeeper-audit deployment, and gatekeeper-
2495
- # mutation.
2496
- # Corresponds to the JSON property `deploymentStates`
2497
- # @return [Hash<String,String>]
2498
- attr_accessor :deployment_states
2520
+ # Configuration for Policy Controller
2521
+ # Corresponds to the JSON property `policyControllerHubConfig`
2522
+ # @return [Google::Apis::GkehubV1beta::PolicyControllerHubConfig]
2523
+ attr_accessor :policy_controller_hub_config
2499
2524
 
2500
- # The build version of Gatekeeper that Policy Controller is using.
2525
+ # Version of Policy Controller installed.
2501
2526
  # Corresponds to the JSON property `version`
2502
- # @return [Google::Apis::GkehubV1beta::PolicyControllerHubVersion]
2527
+ # @return [String]
2503
2528
  attr_accessor :version
2504
2529
 
2505
2530
  def initialize(**args)
@@ -2508,20 +2533,34 @@ module Google
2508
2533
 
2509
2534
  # Update properties of this object
2510
2535
  def update!(**args)
2511
- @deployment_states = args[:deployment_states] if args.key?(:deployment_states)
2536
+ @policy_controller_hub_config = args[:policy_controller_hub_config] if args.key?(:policy_controller_hub_config)
2512
2537
  @version = args[:version] if args.key?(:version)
2513
2538
  end
2514
2539
  end
2515
2540
 
2516
- # The build version of Gatekeeper that Policy Controller is using.
2517
- class PolicyControllerHubVersion
2541
+ # **Policy Controller**: State for a single cluster.
2542
+ class PolicyControllerMembershipState
2518
2543
  include Google::Apis::Core::Hashable
2519
2544
 
2520
- # The gatekeeper image tag that is composed of ACM version, git tag, build
2521
- # number.
2522
- # Corresponds to the JSON property `version`
2545
+ # The user-defined name for the cluster used by ClusterSelectors to group
2546
+ # clusters together. This should match Membership's membership_name, unless the
2547
+ # user installed PC on the cluster manually prior to enabling the PC hub feature.
2548
+ # Unique within a Policy Controller installation.
2549
+ # Corresponds to the JSON property `clusterName`
2523
2550
  # @return [String]
2524
- attr_accessor :version
2551
+ attr_accessor :cluster_name
2552
+
2553
+ # Currently these include (also serving as map keys): 1. "admission" 2. "audit"
2554
+ # 3. "mutation" 4. "constraint template library"
2555
+ # Corresponds to the JSON property `componentStates`
2556
+ # @return [Hash<String,Google::Apis::GkehubV1beta::PolicyControllerOnClusterState>]
2557
+ attr_accessor :component_states
2558
+
2559
+ # The overall Policy Controller lifecycle state observed by the Hub Feature
2560
+ # controller.
2561
+ # Corresponds to the JSON property `state`
2562
+ # @return [String]
2563
+ attr_accessor :state
2525
2564
 
2526
2565
  def initialize(**args)
2527
2566
  update!(**args)
@@ -2529,24 +2568,23 @@ module Google
2529
2568
 
2530
2569
  # Update properties of this object
2531
2570
  def update!(**args)
2532
- @version = args[:version] if args.key?(:version)
2571
+ @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
2572
+ @component_states = args[:component_states] if args.key?(:component_states)
2573
+ @state = args[:state] if args.key?(:state)
2533
2574
  end
2534
2575
  end
2535
2576
 
2536
- # **Policy Controller**: Configuration for a single cluster. Intended to
2537
- # parallel the PolicyController CR.
2538
- class PolicyControllerMembershipSpec
2577
+ # MonitoringConfig specifies the backends Policy Controller should export
2578
+ # metrics to. For example, to specify metrics should be exported to Cloud
2579
+ # Monitoring and Prometheus, specify backends: ["cloudmonitoring", "prometheus"]
2580
+ class PolicyControllerMonitoringConfig
2539
2581
  include Google::Apis::Core::Hashable
2540
2582
 
2541
- # Configuration for Policy Controller
2542
- # Corresponds to the JSON property `policyControllerHubConfig`
2543
- # @return [Google::Apis::GkehubV1beta::PolicyControllerHubConfig]
2544
- attr_accessor :policy_controller_hub_config
2545
-
2546
- # Version of Policy Controller installed.
2547
- # Corresponds to the JSON property `version`
2548
- # @return [String]
2549
- attr_accessor :version
2583
+ # Specifies the list of backends Policy Controller will export to. An empty list
2584
+ # would effectively disable metrics export.
2585
+ # Corresponds to the JSON property `backends`
2586
+ # @return [Array<String>]
2587
+ attr_accessor :backends
2550
2588
 
2551
2589
  def initialize(**args)
2552
2590
  update!(**args)
@@ -2554,35 +2592,20 @@ module Google
2554
2592
 
2555
2593
  # Update properties of this object
2556
2594
  def update!(**args)
2557
- @policy_controller_hub_config = args[:policy_controller_hub_config] if args.key?(:policy_controller_hub_config)
2558
- @version = args[:version] if args.key?(:version)
2595
+ @backends = args[:backends] if args.key?(:backends)
2559
2596
  end
2560
2597
  end
2561
2598
 
2562
- # **Policy Controller**: State for a single cluster.
2563
- class PolicyControllerMembershipState
2599
+ # OnClusterState represents the state of a sub-component of Policy Controller.
2600
+ class PolicyControllerOnClusterState
2564
2601
  include Google::Apis::Core::Hashable
2565
2602
 
2566
- # The user-defined name for the cluster used by ClusterSelectors to group
2567
- # clusters together. This should match Membership's membership_name, unless the
2568
- # user installed PC on the cluster manually prior to enabling the PC hub feature.
2569
- # Unique within a Policy Controller installation.
2570
- # Corresponds to the JSON property `clusterName`
2603
+ # Surface potential errors or information logs.
2604
+ # Corresponds to the JSON property `details`
2571
2605
  # @return [String]
2572
- attr_accessor :cluster_name
2573
-
2574
- # **Policy Controller**: Configuration for a single cluster. Intended to
2575
- # parallel the PolicyController CR.
2576
- # Corresponds to the JSON property `membershipSpec`
2577
- # @return [Google::Apis::GkehubV1beta::PolicyControllerMembershipSpec]
2578
- attr_accessor :membership_spec
2579
-
2580
- # State of the Policy Controller.
2581
- # Corresponds to the JSON property `policyControllerHubState`
2582
- # @return [Google::Apis::GkehubV1beta::PolicyControllerHubState]
2583
- attr_accessor :policy_controller_hub_state
2606
+ attr_accessor :details
2584
2607
 
2585
- # The lifecycle state Policy Controller is in.
2608
+ # The lifecycle state of this component.
2586
2609
  # Corresponds to the JSON property `state`
2587
2610
  # @return [String]
2588
2611
  attr_accessor :state
@@ -2593,9 +2616,7 @@ module Google
2593
2616
 
2594
2617
  # Update properties of this object
2595
2618
  def update!(**args)
2596
- @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
2597
- @membership_spec = args[:membership_spec] if args.key?(:membership_spec)
2598
- @policy_controller_hub_state = args[:policy_controller_hub_state] if args.key?(:policy_controller_hub_state)
2619
+ @details = args[:details] if args.key?(:details)
2599
2620
  @state = args[:state] if args.key?(:state)
2600
2621
  end
2601
2622
  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.27.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220530"
25
+ REVISION = "20220805"
26
26
  end
27
27
  end
28
28
  end
@@ -418,25 +418,25 @@ module Google
418
418
  include Google::Apis::Core::JsonObjectSupport
419
419
  end
420
420
 
421
- class PolicyControllerHubState
421
+ class PolicyControllerMembershipSpec
422
422
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
423
 
424
424
  include Google::Apis::Core::JsonObjectSupport
425
425
  end
426
426
 
427
- class PolicyControllerHubVersion
427
+ class PolicyControllerMembershipState
428
428
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
429
 
430
430
  include Google::Apis::Core::JsonObjectSupport
431
431
  end
432
432
 
433
- class PolicyControllerMembershipSpec
433
+ class PolicyControllerMonitoringConfig
434
434
  class Representation < Google::Apis::Core::JsonRepresentation; end
435
435
 
436
436
  include Google::Apis::Core::JsonObjectSupport
437
437
  end
438
438
 
439
- class PolicyControllerMembershipState
439
+ class PolicyControllerOnClusterState
440
440
  class Representation < Google::Apis::Core::JsonRepresentation; end
441
441
 
442
442
  include Google::Apis::Core::JsonObjectSupport
@@ -857,6 +857,7 @@ module Google
857
857
  property :log_denies_enabled, as: 'logDeniesEnabled'
858
858
  property :monitoring, as: 'monitoring', class: Google::Apis::GkehubV1beta::ConfigManagementPolicyControllerMonitoring, decorator: Google::Apis::GkehubV1beta::ConfigManagementPolicyControllerMonitoring::Representation
859
859
 
860
+ property :mutation_enabled, as: 'mutationEnabled'
860
861
  property :referential_rules_enabled, as: 'referentialRulesEnabled'
861
862
  property :template_library_installed, as: 'templateLibraryInstalled'
862
863
  end
@@ -1188,45 +1189,45 @@ module Google
1188
1189
  collection :exemptable_namespaces, as: 'exemptableNamespaces'
1189
1190
  property :install_spec, as: 'installSpec'
1190
1191
  property :log_denies_enabled, as: 'logDeniesEnabled'
1192
+ property :monitoring, as: 'monitoring', class: Google::Apis::GkehubV1beta::PolicyControllerMonitoringConfig, decorator: Google::Apis::GkehubV1beta::PolicyControllerMonitoringConfig::Representation
1193
+
1194
+ property :mutation_enabled, as: 'mutationEnabled'
1191
1195
  property :referential_rules_enabled, as: 'referentialRulesEnabled'
1192
1196
  property :template_library_config, as: 'templateLibraryConfig', class: Google::Apis::GkehubV1beta::PolicyControllerTemplateLibraryConfig, decorator: Google::Apis::GkehubV1beta::PolicyControllerTemplateLibraryConfig::Representation
1193
1197
 
1194
1198
  end
1195
1199
  end
1196
1200
 
1197
- class PolicyControllerHubState
1201
+ class PolicyControllerMembershipSpec
1198
1202
  # @private
1199
1203
  class Representation < Google::Apis::Core::JsonRepresentation
1200
- hash :deployment_states, as: 'deploymentStates'
1201
- property :version, as: 'version', class: Google::Apis::GkehubV1beta::PolicyControllerHubVersion, decorator: Google::Apis::GkehubV1beta::PolicyControllerHubVersion::Representation
1204
+ property :policy_controller_hub_config, as: 'policyControllerHubConfig', class: Google::Apis::GkehubV1beta::PolicyControllerHubConfig, decorator: Google::Apis::GkehubV1beta::PolicyControllerHubConfig::Representation
1202
1205
 
1206
+ property :version, as: 'version'
1203
1207
  end
1204
1208
  end
1205
1209
 
1206
- class PolicyControllerHubVersion
1210
+ class PolicyControllerMembershipState
1207
1211
  # @private
1208
1212
  class Representation < Google::Apis::Core::JsonRepresentation
1209
- property :version, as: 'version'
1213
+ property :cluster_name, as: 'clusterName'
1214
+ hash :component_states, as: 'componentStates', class: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState::Representation
1215
+
1216
+ property :state, as: 'state'
1210
1217
  end
1211
1218
  end
1212
1219
 
1213
- class PolicyControllerMembershipSpec
1220
+ class PolicyControllerMonitoringConfig
1214
1221
  # @private
1215
1222
  class Representation < Google::Apis::Core::JsonRepresentation
1216
- property :policy_controller_hub_config, as: 'policyControllerHubConfig', class: Google::Apis::GkehubV1beta::PolicyControllerHubConfig, decorator: Google::Apis::GkehubV1beta::PolicyControllerHubConfig::Representation
1217
-
1218
- property :version, as: 'version'
1223
+ collection :backends, as: 'backends'
1219
1224
  end
1220
1225
  end
1221
1226
 
1222
- class PolicyControllerMembershipState
1227
+ class PolicyControllerOnClusterState
1223
1228
  # @private
1224
1229
  class Representation < Google::Apis::Core::JsonRepresentation
1225
- property :cluster_name, as: 'clusterName'
1226
- property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV1beta::PolicyControllerMembershipSpec, decorator: Google::Apis::GkehubV1beta::PolicyControllerMembershipSpec::Representation
1227
-
1228
- property :policy_controller_hub_state, as: 'policyControllerHubState', class: Google::Apis::GkehubV1beta::PolicyControllerHubState, decorator: Google::Apis::GkehubV1beta::PolicyControllerHubState::Representation
1229
-
1230
+ property :details, as: 'details'
1230
1231
  property :state, as: 'state'
1231
1232
  end
1232
1233
  end
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.27.0
4
+ version: 0.30.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-08-15 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.6'
19
+ version: '0.7'
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.6'
29
+ version: '0.7'
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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.30.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: []