google-apis-gkehub_v1beta 0.28.0 → 0.31.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: 60913e9c4911b8b203a28276436c56c306472775fa99b6ce8cb05e0cd4b81808
4
- data.tar.gz: 60abb9f7b104572b96d41941998392d997e9db7094365b5c64ca36f91345c473
3
+ metadata.gz: 48dd59abc5094ecc38fb9a027cd91c7cfc552eb0b270977cf2f9e03c6fe685da
4
+ data.tar.gz: 110d5f5e89da8cc9bdc7c9b508ecc4b3041207622fa87735f56ea88ddf6c0dd8
5
5
  SHA512:
6
- metadata.gz: 2170d6e8325aee6f1e42c120ccb51605c3680df2720c6ba95ba61c7b38c18e41ed280bc1b0bdb9a3ffc72c83d0c424bf158b54a15b49a8f963a0106fcc230de7
7
- data.tar.gz: e0b2bacf1e25fb9fe1ec5730a5e7e3bc1a306c333676ab22eb506da0b1a7a6a7e746f26336a6eb58d4467bc8cecbec72bc915956e7190994304e3fc89db6d598
6
+ metadata.gz: cd6bb80f0ef211db895901cdc53676e41338c0b0073d75ffd76c91e45247f3d9b270c9e4b0e227dde8a31e53aba1e886e731527aabc21462ebae72424376e716
7
+ data.tar.gz: c3d90ac89a4f3b8520f3a61ed5baab15d97fbba1c2e740349ab4793bacce754e2c217bbc3a126a031c48ce25caa051e1940d9b30ab797bed5a9011dc55c0a107
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.31.0 (2022-09-04)
4
+
5
+ * Regenerated from discovery document revision 20220828
6
+
7
+ ### v0.30.0 (2022-08-14)
8
+
9
+ * Regenerated from discovery document revision 20220805
10
+
11
+ ### v0.29.0 (2022-07-16)
12
+
13
+ * Regenerated from discovery document revision 20220706
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.28.0 (2022-07-03)
4
17
 
5
18
  * Regenerated from discovery document revision 20220628
@@ -45,7 +45,7 @@ module Google
45
45
  class AnthosObservabilityMembershipSpec
46
46
  include Google::Apis::Core::Hashable
47
47
 
48
- # use full of metrics rather than optimized metrics. See https://cloud.google.
48
+ # Use full of metrics rather than optimized metrics. See https://cloud.google.
49
49
  # com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#
50
50
  # optimized_metrics_default_metrics
51
51
  # Corresponds to the JSON property `doNotOptimizeMetrics`
@@ -53,8 +53,7 @@ module Google
53
53
  attr_accessor :do_not_optimize_metrics
54
54
  alias_method :do_not_optimize_metrics?, :do_not_optimize_metrics
55
55
 
56
- # enable collecting and reporting metrics and logs from user apps See go/onyx-
57
- # application-metrics-logs-user-guide
56
+ # Enable collecting and reporting metrics and logs from user apps.
58
57
  # Corresponds to the JSON property `enableStackdriverOnApplications`
59
58
  # @return [Boolean]
60
59
  attr_accessor :enable_stackdriver_on_applications
@@ -330,28 +329,33 @@ module Google
330
329
  # members` can have the following values: * `allUsers`: A special identifier
331
330
  # that represents anyone who is on the internet; with or without a Google
332
331
  # account. * `allAuthenticatedUsers`: A special identifier that represents
333
- # anyone who is authenticated with a Google account or a service account. * `
334
- # user:`emailid``: An email address that represents a specific Google account.
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`.
332
+ # anyone who is authenticated with a Google account or a service account. Does
333
+ # not include identities that come from external identity providers (IdPs)
334
+ # through identity federation. * `user:`emailid``: An email address that
335
+ # represents a specific Google account. For example, `alice@example.com` . * `
336
+ # serviceAccount:`emailid``: An email address that represents a Google service
337
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
338
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
339
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
340
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
341
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
342
+ # email address that represents a Google group. For example, `admins@example.com`
343
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
344
+ # identifier) representing a user that has been recently deleted. For example, `
345
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
346
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
347
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
348
+ # address (plus unique identifier) representing a service account that has been
349
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
350
+ # 123456789012345678901`. If the service account is undeleted, this value
351
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
352
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
353
+ # An email address (plus unique identifier) representing a Google group that has
354
+ # been recently deleted. For example, `admins@example.com?uid=
355
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
356
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
357
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
358
+ # of that domain. For example, `google.com` or `example.com`.
355
359
  # Corresponds to the JSON property `members`
356
360
  # @return [Array<String>]
357
361
  attr_accessor :members
@@ -542,7 +546,7 @@ module Google
542
546
  attr_accessor :prevent_drift
543
547
  alias_method :prevent_drift?, :prevent_drift
544
548
 
545
- # Specifies whether the Config Sync Repo is in hierarchical or unstructured
549
+ # Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured"
546
550
  # mode.
547
551
  # Corresponds to the JSON property `sourceFormat`
548
552
  # @return [String]
@@ -754,6 +758,11 @@ module Google
754
758
  # @return [String]
755
759
  attr_accessor :gatekeeper_controller_manager_state
756
760
 
761
+ # Status of the pod serving the mutation webhook.
762
+ # Corresponds to the JSON property `gatekeeperMutation`
763
+ # @return [String]
764
+ attr_accessor :gatekeeper_mutation
765
+
757
766
  def initialize(**args)
758
767
  update!(**args)
759
768
  end
@@ -762,6 +771,7 @@ module Google
762
771
  def update!(**args)
763
772
  @gatekeeper_audit = args[:gatekeeper_audit] if args.key?(:gatekeeper_audit)
764
773
  @gatekeeper_controller_manager_state = args[:gatekeeper_controller_manager_state] if args.key?(:gatekeeper_controller_manager_state)
774
+ @gatekeeper_mutation = args[:gatekeeper_mutation] if args.key?(:gatekeeper_mutation)
765
775
  end
766
776
  end
767
777
 
@@ -1658,6 +1668,11 @@ module Google
1658
1668
  class IdentityServiceAuthMethod
1659
1669
  include Google::Apis::Core::Hashable
1660
1670
 
1671
+ # Configuration for the Google Plugin Auth flow.
1672
+ # Corresponds to the JSON property `googleConfig`
1673
+ # @return [Google::Apis::GkehubV1beta::IdentityServiceGoogleConfig]
1674
+ attr_accessor :google_config
1675
+
1661
1676
  # Identifier for auth config.
1662
1677
  # Corresponds to the JSON property `name`
1663
1678
  # @return [String]
@@ -1679,12 +1694,33 @@ module Google
1679
1694
 
1680
1695
  # Update properties of this object
1681
1696
  def update!(**args)
1697
+ @google_config = args[:google_config] if args.key?(:google_config)
1682
1698
  @name = args[:name] if args.key?(:name)
1683
1699
  @oidc_config = args[:oidc_config] if args.key?(:oidc_config)
1684
1700
  @proxy = args[:proxy] if args.key?(:proxy)
1685
1701
  end
1686
1702
  end
1687
1703
 
1704
+ # Configuration for the Google Plugin Auth flow.
1705
+ class IdentityServiceGoogleConfig
1706
+ include Google::Apis::Core::Hashable
1707
+
1708
+ # Disable automatic configuration of Google Plugin on supported platforms.
1709
+ # Corresponds to the JSON property `disable`
1710
+ # @return [Boolean]
1711
+ attr_accessor :disable
1712
+ alias_method :disable?, :disable
1713
+
1714
+ def initialize(**args)
1715
+ update!(**args)
1716
+ end
1717
+
1718
+ # Update properties of this object
1719
+ def update!(**args)
1720
+ @disable = args[:disable] if args.key?(:disable)
1721
+ end
1722
+ end
1723
+
1688
1724
  # **Anthos Identity Service**: Configuration for a single Membership.
1689
1725
  class IdentityServiceMembershipSpec
1690
1726
  include Google::Apis::Core::Hashable
@@ -1768,6 +1804,12 @@ module Google
1768
1804
  attr_accessor :deploy_cloud_console_proxy
1769
1805
  alias_method :deploy_cloud_console_proxy?, :deploy_cloud_console_proxy
1770
1806
 
1807
+ # Enable access token.
1808
+ # Corresponds to the JSON property `enableAccessToken`
1809
+ # @return [Boolean]
1810
+ attr_accessor :enable_access_token
1811
+ alias_method :enable_access_token?, :enable_access_token
1812
+
1771
1813
  # Output only. Encrypted OIDC Client secret
1772
1814
  # Corresponds to the JSON property `encryptedClientSecret`
1773
1815
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
@@ -1826,6 +1868,7 @@ module Google
1826
1868
  @client_id = args[:client_id] if args.key?(:client_id)
1827
1869
  @client_secret = args[:client_secret] if args.key?(:client_secret)
1828
1870
  @deploy_cloud_console_proxy = args[:deploy_cloud_console_proxy] if args.key?(:deploy_cloud_console_proxy)
1871
+ @enable_access_token = args[:enable_access_token] if args.key?(:enable_access_token)
1829
1872
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
1830
1873
  @extra_params = args[:extra_params] if args.key?(:extra_params)
1831
1874
  @group_prefix = args[:group_prefix] if args.key?(:group_prefix)
@@ -2474,6 +2517,12 @@ module Google
2474
2517
  # @return [Google::Apis::GkehubV1beta::PolicyControllerMonitoringConfig]
2475
2518
  attr_accessor :monitoring
2476
2519
 
2520
+ # Enables the ability to mutate resources using Policy Controller.
2521
+ # Corresponds to the JSON property `mutationEnabled`
2522
+ # @return [Boolean]
2523
+ attr_accessor :mutation_enabled
2524
+ alias_method :mutation_enabled?, :mutation_enabled
2525
+
2477
2526
  # Enables the ability to use Constraint Templates that reference to objects
2478
2527
  # other than the object currently being evaluated.
2479
2528
  # Corresponds to the JSON property `referentialRulesEnabled`
@@ -2497,58 +2546,12 @@ module Google
2497
2546
  @install_spec = args[:install_spec] if args.key?(:install_spec)
2498
2547
  @log_denies_enabled = args[:log_denies_enabled] if args.key?(:log_denies_enabled)
2499
2548
  @monitoring = args[:monitoring] if args.key?(:monitoring)
2549
+ @mutation_enabled = args[:mutation_enabled] if args.key?(:mutation_enabled)
2500
2550
  @referential_rules_enabled = args[:referential_rules_enabled] if args.key?(:referential_rules_enabled)
2501
2551
  @template_library_config = args[:template_library_config] if args.key?(:template_library_config)
2502
2552
  end
2503
2553
  end
2504
2554
 
2505
- # State of the Policy Controller.
2506
- class PolicyControllerHubState
2507
- include Google::Apis::Core::Hashable
2508
-
2509
- # Map from deployment name to deployment state. Example deployments are
2510
- # gatekeeper-controller-manager, gatekeeper-audit deployment, and gatekeeper-
2511
- # mutation.
2512
- # Corresponds to the JSON property `deploymentStates`
2513
- # @return [Hash<String,String>]
2514
- attr_accessor :deployment_states
2515
-
2516
- # The build version of Gatekeeper that Policy Controller is using.
2517
- # Corresponds to the JSON property `version`
2518
- # @return [Google::Apis::GkehubV1beta::PolicyControllerHubVersion]
2519
- attr_accessor :version
2520
-
2521
- def initialize(**args)
2522
- update!(**args)
2523
- end
2524
-
2525
- # Update properties of this object
2526
- def update!(**args)
2527
- @deployment_states = args[:deployment_states] if args.key?(:deployment_states)
2528
- @version = args[:version] if args.key?(:version)
2529
- end
2530
- end
2531
-
2532
- # The build version of Gatekeeper that Policy Controller is using.
2533
- class PolicyControllerHubVersion
2534
- include Google::Apis::Core::Hashable
2535
-
2536
- # The gatekeeper image tag that is composed of ACM version, git tag, build
2537
- # number.
2538
- # Corresponds to the JSON property `version`
2539
- # @return [String]
2540
- attr_accessor :version
2541
-
2542
- def initialize(**args)
2543
- update!(**args)
2544
- end
2545
-
2546
- # Update properties of this object
2547
- def update!(**args)
2548
- @version = args[:version] if args.key?(:version)
2549
- end
2550
- end
2551
-
2552
2555
  # **Policy Controller**: Configuration for a single cluster. Intended to
2553
2556
  # parallel the PolicyController CR.
2554
2557
  class PolicyControllerMembershipSpec
@@ -2587,18 +2590,14 @@ module Google
2587
2590
  # @return [String]
2588
2591
  attr_accessor :cluster_name
2589
2592
 
2590
- # **Policy Controller**: Configuration for a single cluster. Intended to
2591
- # parallel the PolicyController CR.
2592
- # Corresponds to the JSON property `membershipSpec`
2593
- # @return [Google::Apis::GkehubV1beta::PolicyControllerMembershipSpec]
2594
- attr_accessor :membership_spec
2593
+ # Currently these include (also serving as map keys): 1. "admission" 2. "audit"
2594
+ # 3. "mutation" 4. "constraint template library"
2595
+ # Corresponds to the JSON property `componentStates`
2596
+ # @return [Hash<String,Google::Apis::GkehubV1beta::PolicyControllerOnClusterState>]
2597
+ attr_accessor :component_states
2595
2598
 
2596
- # State of the Policy Controller.
2597
- # Corresponds to the JSON property `policyControllerHubState`
2598
- # @return [Google::Apis::GkehubV1beta::PolicyControllerHubState]
2599
- attr_accessor :policy_controller_hub_state
2600
-
2601
- # The lifecycle state Policy Controller is in.
2599
+ # The overall Policy Controller lifecycle state observed by the Hub Feature
2600
+ # controller.
2602
2601
  # Corresponds to the JSON property `state`
2603
2602
  # @return [String]
2604
2603
  attr_accessor :state
@@ -2610,8 +2609,7 @@ module Google
2610
2609
  # Update properties of this object
2611
2610
  def update!(**args)
2612
2611
  @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
2613
- @membership_spec = args[:membership_spec] if args.key?(:membership_spec)
2614
- @policy_controller_hub_state = args[:policy_controller_hub_state] if args.key?(:policy_controller_hub_state)
2612
+ @component_states = args[:component_states] if args.key?(:component_states)
2615
2613
  @state = args[:state] if args.key?(:state)
2616
2614
  end
2617
2615
  end
@@ -2638,6 +2636,31 @@ module Google
2638
2636
  end
2639
2637
  end
2640
2638
 
2639
+ # OnClusterState represents the state of a sub-component of Policy Controller.
2640
+ class PolicyControllerOnClusterState
2641
+ include Google::Apis::Core::Hashable
2642
+
2643
+ # Surface potential errors or information logs.
2644
+ # Corresponds to the JSON property `details`
2645
+ # @return [String]
2646
+ attr_accessor :details
2647
+
2648
+ # The lifecycle state of this component.
2649
+ # Corresponds to the JSON property `state`
2650
+ # @return [String]
2651
+ attr_accessor :state
2652
+
2653
+ def initialize(**args)
2654
+ update!(**args)
2655
+ end
2656
+
2657
+ # Update properties of this object
2658
+ def update!(**args)
2659
+ @details = args[:details] if args.key?(:details)
2660
+ @state = args[:state] if args.key?(:state)
2661
+ end
2662
+ end
2663
+
2641
2664
  # The config specifying which default library templates to install.
2642
2665
  class PolicyControllerTemplateLibraryConfig
2643
2666
  include Google::Apis::Core::Hashable
@@ -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.28.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220628"
25
+ REVISION = "20220828"
26
26
  end
27
27
  end
28
28
  end
@@ -304,6 +304,12 @@ module Google
304
304
  include Google::Apis::Core::JsonObjectSupport
305
305
  end
306
306
 
307
+ class IdentityServiceGoogleConfig
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
307
313
  class IdentityServiceMembershipSpec
308
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
315
 
@@ -418,31 +424,25 @@ module Google
418
424
  include Google::Apis::Core::JsonObjectSupport
419
425
  end
420
426
 
421
- class PolicyControllerHubState
422
- class Representation < Google::Apis::Core::JsonRepresentation; end
423
-
424
- include Google::Apis::Core::JsonObjectSupport
425
- end
426
-
427
- class PolicyControllerHubVersion
427
+ class PolicyControllerMembershipSpec
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 PolicyControllerMembershipState
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 PolicyControllerMonitoringConfig
440
440
  class Representation < Google::Apis::Core::JsonRepresentation; end
441
441
 
442
442
  include Google::Apis::Core::JsonObjectSupport
443
443
  end
444
444
 
445
- class PolicyControllerMonitoringConfig
445
+ class PolicyControllerOnClusterState
446
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
447
447
 
448
448
  include Google::Apis::Core::JsonObjectSupport
@@ -731,6 +731,7 @@ module Google
731
731
  class Representation < Google::Apis::Core::JsonRepresentation
732
732
  property :gatekeeper_audit, as: 'gatekeeperAudit'
733
733
  property :gatekeeper_controller_manager_state, as: 'gatekeeperControllerManagerState'
734
+ property :gatekeeper_mutation, as: 'gatekeeperMutation'
734
735
  end
735
736
  end
736
737
 
@@ -982,6 +983,8 @@ module Google
982
983
  class IdentityServiceAuthMethod
983
984
  # @private
984
985
  class Representation < Google::Apis::Core::JsonRepresentation
986
+ property :google_config, as: 'googleConfig', class: Google::Apis::GkehubV1beta::IdentityServiceGoogleConfig, decorator: Google::Apis::GkehubV1beta::IdentityServiceGoogleConfig::Representation
987
+
985
988
  property :name, as: 'name'
986
989
  property :oidc_config, as: 'oidcConfig', class: Google::Apis::GkehubV1beta::IdentityServiceOidcConfig, decorator: Google::Apis::GkehubV1beta::IdentityServiceOidcConfig::Representation
987
990
 
@@ -989,6 +992,13 @@ module Google
989
992
  end
990
993
  end
991
994
 
995
+ class IdentityServiceGoogleConfig
996
+ # @private
997
+ class Representation < Google::Apis::Core::JsonRepresentation
998
+ property :disable, as: 'disable'
999
+ end
1000
+ end
1001
+
992
1002
  class IdentityServiceMembershipSpec
993
1003
  # @private
994
1004
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1015,6 +1025,7 @@ module Google
1015
1025
  property :client_id, as: 'clientId'
1016
1026
  property :client_secret, as: 'clientSecret'
1017
1027
  property :deploy_cloud_console_proxy, as: 'deployCloudConsoleProxy'
1028
+ property :enable_access_token, as: 'enableAccessToken'
1018
1029
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1019
1030
  property :extra_params, as: 'extraParams'
1020
1031
  property :group_prefix, as: 'groupPrefix'
@@ -1197,28 +1208,13 @@ module Google
1197
1208
  property :log_denies_enabled, as: 'logDeniesEnabled'
1198
1209
  property :monitoring, as: 'monitoring', class: Google::Apis::GkehubV1beta::PolicyControllerMonitoringConfig, decorator: Google::Apis::GkehubV1beta::PolicyControllerMonitoringConfig::Representation
1199
1210
 
1211
+ property :mutation_enabled, as: 'mutationEnabled'
1200
1212
  property :referential_rules_enabled, as: 'referentialRulesEnabled'
1201
1213
  property :template_library_config, as: 'templateLibraryConfig', class: Google::Apis::GkehubV1beta::PolicyControllerTemplateLibraryConfig, decorator: Google::Apis::GkehubV1beta::PolicyControllerTemplateLibraryConfig::Representation
1202
1214
 
1203
1215
  end
1204
1216
  end
1205
1217
 
1206
- class PolicyControllerHubState
1207
- # @private
1208
- class Representation < Google::Apis::Core::JsonRepresentation
1209
- hash :deployment_states, as: 'deploymentStates'
1210
- property :version, as: 'version', class: Google::Apis::GkehubV1beta::PolicyControllerHubVersion, decorator: Google::Apis::GkehubV1beta::PolicyControllerHubVersion::Representation
1211
-
1212
- end
1213
- end
1214
-
1215
- class PolicyControllerHubVersion
1216
- # @private
1217
- class Representation < Google::Apis::Core::JsonRepresentation
1218
- property :version, as: 'version'
1219
- end
1220
- end
1221
-
1222
1218
  class PolicyControllerMembershipSpec
1223
1219
  # @private
1224
1220
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1232,9 +1228,7 @@ module Google
1232
1228
  # @private
1233
1229
  class Representation < Google::Apis::Core::JsonRepresentation
1234
1230
  property :cluster_name, as: 'clusterName'
1235
- property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV1beta::PolicyControllerMembershipSpec, decorator: Google::Apis::GkehubV1beta::PolicyControllerMembershipSpec::Representation
1236
-
1237
- property :policy_controller_hub_state, as: 'policyControllerHubState', class: Google::Apis::GkehubV1beta::PolicyControllerHubState, decorator: Google::Apis::GkehubV1beta::PolicyControllerHubState::Representation
1231
+ hash :component_states, as: 'componentStates', class: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState::Representation
1238
1232
 
1239
1233
  property :state, as: 'state'
1240
1234
  end
@@ -1247,6 +1241,14 @@ module Google
1247
1241
  end
1248
1242
  end
1249
1243
 
1244
+ class PolicyControllerOnClusterState
1245
+ # @private
1246
+ class Representation < Google::Apis::Core::JsonRepresentation
1247
+ property :details, as: 'details'
1248
+ property :state, as: 'state'
1249
+ end
1250
+ end
1251
+
1250
1252
  class PolicyControllerTemplateLibraryConfig
1251
1253
  # @private
1252
1254
  class Representation < Google::Apis::Core::JsonRepresentation
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.28.0
4
+ version: 0.31.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-05 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.31.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: []