google-apis-gkehub_v1beta 0.30.0 → 0.32.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: 7f71b8674992bb80972acd5a830117a1a858443e637d3e0f2f5bce87799a3c61
4
- data.tar.gz: d8db3b2ab09d40d77f421b1db53ff63e9fd619a285a466a6e12ea64fef703db7
3
+ metadata.gz: af93d0501a18a83318e0c4270fc577f05e9f5ec71b49b968b6af504c497aa5a0
4
+ data.tar.gz: a8ca4094d7b91151c4c567badb1041e081f5ce0fa5623991610499599eb33609
5
5
  SHA512:
6
- metadata.gz: 384240535e4bb23065204b9ed3f1a6cdea736da139d26f881341827043afd935fae3f37c36f5a93148141a59d73658e8540e35bbac28088b3c246e76b7ead429
7
- data.tar.gz: 717e114f01c34dc5fc2ea7eafd26b0fd3168d18d6a80c3b407b18d74d155a2099d2478e415f93cefc3bda1c1dc5eed3ba2576231676c218543251e7af26af37b
6
+ metadata.gz: 7f4591d3636156ecf20c6e090f0e6742d621f5b2c5df99a68a484a6592481d85a4fa4645f74ba4e9cf5b5f2b2ee23db412590e6518893cbbf5bee67aae681024
7
+ data.tar.gz: 3f7ff41efe9a182a9bc3843f636d79d59b67abf570c085f57ce009f580baf2e061e6fecb956b68fd0877fd9199a86989237f2a75166b7e7fb38f105f95c7a2ff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.32.0 (2022-09-14)
4
+
5
+ * Regenerated from discovery document revision 20220912
6
+
7
+ ### v0.31.0 (2022-09-04)
8
+
9
+ * Regenerated from discovery document revision 20220828
10
+
3
11
  ### v0.30.0 (2022-08-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20220805
@@ -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,31 +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 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`.
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`.
358
359
  # Corresponds to the JSON property `members`
359
360
  # @return [Array<String>]
360
361
  attr_accessor :members
@@ -517,6 +518,13 @@ module Google
517
518
  class ConfigManagementConfigSync
518
519
  include Google::Apis::Core::Hashable
519
520
 
521
+ # Set to true to allow the vertical scaling. Defaults to false which disallows
522
+ # vertical scaling.
523
+ # Corresponds to the JSON property `allowVerticalScale`
524
+ # @return [Boolean]
525
+ attr_accessor :allow_vertical_scale
526
+ alias_method :allow_vertical_scale?, :allow_vertical_scale
527
+
520
528
  # Enables the installation of ConfigSync. If set to true, ConfigSync resources
521
529
  # will be created and the other ConfigSync fields will be applied if exist. If
522
530
  # set to false, all other ConfigSync fields will be ignored, ConfigSync
@@ -545,7 +553,7 @@ module Google
545
553
  attr_accessor :prevent_drift
546
554
  alias_method :prevent_drift?, :prevent_drift
547
555
 
548
- # Specifies whether the Config Sync Repo is in hierarchical or unstructured
556
+ # Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured"
549
557
  # mode.
550
558
  # Corresponds to the JSON property `sourceFormat`
551
559
  # @return [String]
@@ -557,6 +565,7 @@ module Google
557
565
 
558
566
  # Update properties of this object
559
567
  def update!(**args)
568
+ @allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
560
569
  @enabled = args[:enabled] if args.key?(:enabled)
561
570
  @git = args[:git] if args.key?(:git)
562
571
  @oci = args[:oci] if args.key?(:oci)
@@ -757,6 +766,11 @@ module Google
757
766
  # @return [String]
758
767
  attr_accessor :gatekeeper_controller_manager_state
759
768
 
769
+ # Status of the pod serving the mutation webhook.
770
+ # Corresponds to the JSON property `gatekeeperMutation`
771
+ # @return [String]
772
+ attr_accessor :gatekeeper_mutation
773
+
760
774
  def initialize(**args)
761
775
  update!(**args)
762
776
  end
@@ -765,6 +779,7 @@ module Google
765
779
  def update!(**args)
766
780
  @gatekeeper_audit = args[:gatekeeper_audit] if args.key?(:gatekeeper_audit)
767
781
  @gatekeeper_controller_manager_state = args[:gatekeeper_controller_manager_state] if args.key?(:gatekeeper_controller_manager_state)
782
+ @gatekeeper_mutation = args[:gatekeeper_mutation] if args.key?(:gatekeeper_mutation)
768
783
  end
769
784
  end
770
785
 
@@ -1661,6 +1676,11 @@ module Google
1661
1676
  class IdentityServiceAuthMethod
1662
1677
  include Google::Apis::Core::Hashable
1663
1678
 
1679
+ # Configuration for the Google Plugin Auth flow.
1680
+ # Corresponds to the JSON property `googleConfig`
1681
+ # @return [Google::Apis::GkehubV1beta::IdentityServiceGoogleConfig]
1682
+ attr_accessor :google_config
1683
+
1664
1684
  # Identifier for auth config.
1665
1685
  # Corresponds to the JSON property `name`
1666
1686
  # @return [String]
@@ -1682,12 +1702,33 @@ module Google
1682
1702
 
1683
1703
  # Update properties of this object
1684
1704
  def update!(**args)
1705
+ @google_config = args[:google_config] if args.key?(:google_config)
1685
1706
  @name = args[:name] if args.key?(:name)
1686
1707
  @oidc_config = args[:oidc_config] if args.key?(:oidc_config)
1687
1708
  @proxy = args[:proxy] if args.key?(:proxy)
1688
1709
  end
1689
1710
  end
1690
1711
 
1712
+ # Configuration for the Google Plugin Auth flow.
1713
+ class IdentityServiceGoogleConfig
1714
+ include Google::Apis::Core::Hashable
1715
+
1716
+ # Disable automatic configuration of Google Plugin on supported platforms.
1717
+ # Corresponds to the JSON property `disable`
1718
+ # @return [Boolean]
1719
+ attr_accessor :disable
1720
+ alias_method :disable?, :disable
1721
+
1722
+ def initialize(**args)
1723
+ update!(**args)
1724
+ end
1725
+
1726
+ # Update properties of this object
1727
+ def update!(**args)
1728
+ @disable = args[:disable] if args.key?(:disable)
1729
+ end
1730
+ end
1731
+
1691
1732
  # **Anthos Identity Service**: Configuration for a single Membership.
1692
1733
  class IdentityServiceMembershipSpec
1693
1734
  include Google::Apis::Core::Hashable
@@ -1771,6 +1812,12 @@ module Google
1771
1812
  attr_accessor :deploy_cloud_console_proxy
1772
1813
  alias_method :deploy_cloud_console_proxy?, :deploy_cloud_console_proxy
1773
1814
 
1815
+ # Enable access token.
1816
+ # Corresponds to the JSON property `enableAccessToken`
1817
+ # @return [Boolean]
1818
+ attr_accessor :enable_access_token
1819
+ alias_method :enable_access_token?, :enable_access_token
1820
+
1774
1821
  # Output only. Encrypted OIDC Client secret
1775
1822
  # Corresponds to the JSON property `encryptedClientSecret`
1776
1823
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
@@ -1829,6 +1876,7 @@ module Google
1829
1876
  @client_id = args[:client_id] if args.key?(:client_id)
1830
1877
  @client_secret = args[:client_secret] if args.key?(:client_secret)
1831
1878
  @deploy_cloud_console_proxy = args[:deploy_cloud_console_proxy] if args.key?(:deploy_cloud_console_proxy)
1879
+ @enable_access_token = args[:enable_access_token] if args.key?(:enable_access_token)
1832
1880
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
1833
1881
  @extra_params = args[:extra_params] if args.key?(:extra_params)
1834
1882
  @group_prefix = args[:group_prefix] if args.key?(:group_prefix)
@@ -2666,6 +2714,31 @@ module Google
2666
2714
  end
2667
2715
  end
2668
2716
 
2717
+ # Status of data plane management. Only reported per-member.
2718
+ class ServiceMeshDataPlaneManagement
2719
+ include Google::Apis::Core::Hashable
2720
+
2721
+ # Explanation of the status.
2722
+ # Corresponds to the JSON property `details`
2723
+ # @return [Array<Google::Apis::GkehubV1beta::ServiceMeshStatusDetails>]
2724
+ attr_accessor :details
2725
+
2726
+ # Lifecycle status of data plane management.
2727
+ # Corresponds to the JSON property `state`
2728
+ # @return [String]
2729
+ attr_accessor :state
2730
+
2731
+ def initialize(**args)
2732
+ update!(**args)
2733
+ end
2734
+
2735
+ # Update properties of this object
2736
+ def update!(**args)
2737
+ @details = args[:details] if args.key?(:details)
2738
+ @state = args[:state] if args.key?(:state)
2739
+ end
2740
+ end
2741
+
2669
2742
  # **Service Mesh**: Spec for a single Membership for the servicemesh feature
2670
2743
  class ServiceMeshMembershipSpec
2671
2744
  include Google::Apis::Core::Hashable
@@ -2675,6 +2748,11 @@ module Google
2675
2748
  # @return [String]
2676
2749
  attr_accessor :control_plane
2677
2750
 
2751
+ # Enables automatic Service Mesh management.
2752
+ # Corresponds to the JSON property `management`
2753
+ # @return [String]
2754
+ attr_accessor :management
2755
+
2678
2756
  def initialize(**args)
2679
2757
  update!(**args)
2680
2758
  end
@@ -2682,6 +2760,7 @@ module Google
2682
2760
  # Update properties of this object
2683
2761
  def update!(**args)
2684
2762
  @control_plane = args[:control_plane] if args.key?(:control_plane)
2763
+ @management = args[:management] if args.key?(:management)
2685
2764
  end
2686
2765
  end
2687
2766
 
@@ -2695,6 +2774,11 @@ module Google
2695
2774
  # @return [Google::Apis::GkehubV1beta::ServiceMeshControlPlaneManagement]
2696
2775
  attr_accessor :control_plane_management
2697
2776
 
2777
+ # Status of data plane management. Only reported per-member.
2778
+ # Corresponds to the JSON property `dataPlaneManagement`
2779
+ # @return [Google::Apis::GkehubV1beta::ServiceMeshDataPlaneManagement]
2780
+ attr_accessor :data_plane_management
2781
+
2698
2782
  def initialize(**args)
2699
2783
  update!(**args)
2700
2784
  end
@@ -2702,6 +2786,7 @@ module Google
2702
2786
  # Update properties of this object
2703
2787
  def update!(**args)
2704
2788
  @control_plane_management = args[:control_plane_management] if args.key?(:control_plane_management)
2789
+ @data_plane_management = args[:data_plane_management] if args.key?(:data_plane_management)
2705
2790
  end
2706
2791
  end
2707
2792
 
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220805"
25
+ REVISION = "20220912"
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
 
@@ -454,6 +460,12 @@ module Google
454
460
  include Google::Apis::Core::JsonObjectSupport
455
461
  end
456
462
 
463
+ class ServiceMeshDataPlaneManagement
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
457
469
  class ServiceMeshMembershipSpec
458
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
471
 
@@ -661,6 +673,7 @@ module Google
661
673
  class ConfigManagementConfigSync
662
674
  # @private
663
675
  class Representation < Google::Apis::Core::JsonRepresentation
676
+ property :allow_vertical_scale, as: 'allowVerticalScale'
664
677
  property :enabled, as: 'enabled'
665
678
  property :git, as: 'git', class: Google::Apis::GkehubV1beta::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementGitConfig::Representation
666
679
 
@@ -725,6 +738,7 @@ module Google
725
738
  class Representation < Google::Apis::Core::JsonRepresentation
726
739
  property :gatekeeper_audit, as: 'gatekeeperAudit'
727
740
  property :gatekeeper_controller_manager_state, as: 'gatekeeperControllerManagerState'
741
+ property :gatekeeper_mutation, as: 'gatekeeperMutation'
728
742
  end
729
743
  end
730
744
 
@@ -976,6 +990,8 @@ module Google
976
990
  class IdentityServiceAuthMethod
977
991
  # @private
978
992
  class Representation < Google::Apis::Core::JsonRepresentation
993
+ property :google_config, as: 'googleConfig', class: Google::Apis::GkehubV1beta::IdentityServiceGoogleConfig, decorator: Google::Apis::GkehubV1beta::IdentityServiceGoogleConfig::Representation
994
+
979
995
  property :name, as: 'name'
980
996
  property :oidc_config, as: 'oidcConfig', class: Google::Apis::GkehubV1beta::IdentityServiceOidcConfig, decorator: Google::Apis::GkehubV1beta::IdentityServiceOidcConfig::Representation
981
997
 
@@ -983,6 +999,13 @@ module Google
983
999
  end
984
1000
  end
985
1001
 
1002
+ class IdentityServiceGoogleConfig
1003
+ # @private
1004
+ class Representation < Google::Apis::Core::JsonRepresentation
1005
+ property :disable, as: 'disable'
1006
+ end
1007
+ end
1008
+
986
1009
  class IdentityServiceMembershipSpec
987
1010
  # @private
988
1011
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1009,6 +1032,7 @@ module Google
1009
1032
  property :client_id, as: 'clientId'
1010
1033
  property :client_secret, as: 'clientSecret'
1011
1034
  property :deploy_cloud_console_proxy, as: 'deployCloudConsoleProxy'
1035
+ property :enable_access_token, as: 'enableAccessToken'
1012
1036
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1013
1037
  property :extra_params, as: 'extraParams'
1014
1038
  property :group_prefix, as: 'groupPrefix'
@@ -1248,10 +1272,20 @@ module Google
1248
1272
  end
1249
1273
  end
1250
1274
 
1275
+ class ServiceMeshDataPlaneManagement
1276
+ # @private
1277
+ class Representation < Google::Apis::Core::JsonRepresentation
1278
+ collection :details, as: 'details', class: Google::Apis::GkehubV1beta::ServiceMeshStatusDetails, decorator: Google::Apis::GkehubV1beta::ServiceMeshStatusDetails::Representation
1279
+
1280
+ property :state, as: 'state'
1281
+ end
1282
+ end
1283
+
1251
1284
  class ServiceMeshMembershipSpec
1252
1285
  # @private
1253
1286
  class Representation < Google::Apis::Core::JsonRepresentation
1254
1287
  property :control_plane, as: 'controlPlane'
1288
+ property :management, as: 'management'
1255
1289
  end
1256
1290
  end
1257
1291
 
@@ -1260,6 +1294,8 @@ module Google
1260
1294
  class Representation < Google::Apis::Core::JsonRepresentation
1261
1295
  property :control_plane_management, as: 'controlPlaneManagement', class: Google::Apis::GkehubV1beta::ServiceMeshControlPlaneManagement, decorator: Google::Apis::GkehubV1beta::ServiceMeshControlPlaneManagement::Representation
1262
1296
 
1297
+ property :data_plane_management, as: 'dataPlaneManagement', class: Google::Apis::GkehubV1beta::ServiceMeshDataPlaneManagement, decorator: Google::Apis::GkehubV1beta::ServiceMeshDataPlaneManagement::Representation
1298
+
1263
1299
  end
1264
1300
  end
1265
1301
 
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.30.0
4
+ version: 0.32.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-08-15 00:00:00.000000000 Z
11
+ date: 2022-09-19 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.32.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: []