google-apis-gkehub_v1beta 0.66.0 → 0.68.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: 25979b1534c36528d08257e8e11652b5abd27aa980d4567097122799f4d4b49f
4
- data.tar.gz: b08401bdd3c45840295adb602999b87c0bbebd0ce4a5b52f4066147a88a5b228
3
+ metadata.gz: 8d520e26c8ed42357a5507345e1c1fe781bb7d07046e779af3e6ab3235f55662
4
+ data.tar.gz: 9679281652b349a968550cd65c842f0a2e8cbd244d39eb39eb4c311d041ff6ed
5
5
  SHA512:
6
- metadata.gz: 7913102da71500b16d9bbbfbbd5aa1d6a9724caf717dc43c8c1c0cb3271153bdc1d8ff90013b3f274b4c7e7feec3a9c6ac36055de34a84738a98e8ccd345db09
7
- data.tar.gz: 61652f149985c7c5698c587dd988b5fa58bb2a34d173e77045b482cba8c1272116147b0416e1712852b8bfb70ef0a27680cfc5cad6ebd5fa8d63879677a6a44e
6
+ metadata.gz: 8e055f7a2a34939299c05334d2eab0a2a15b2ad1b86a4c698ad2db581a310fc21cbfad4dbb384d7b7b307d4d59d21cd5fa019be54a1d61dea51bef59ee20739b
7
+ data.tar.gz: 8ea7efe9276c15f6db53a15c7d674a7a80db663e81d7bd11147f7c854168619f9415d110da2e73d8a48d89008679fa398092f64ba226199193fe075667bcaaa7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.68.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240118
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.67.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240113
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.66.0 (2023-12-17)
4
14
 
5
15
  * Regenerated from discovery document revision 20231206
@@ -319,27 +319,52 @@ module Google
319
319
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
320
320
  # email address that represents a Google group. For example, `admins@example.com`
321
321
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
322
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
323
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
324
- # representing a user that has been recently deleted. For example, `alice@
325
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
326
- # reverts to `user:`emailid`` and the recovered user retains the role in the
327
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
328
- # (plus unique identifier) representing a service account that has been recently
329
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
322
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
323
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
324
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
325
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
326
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
327
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
328
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
329
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
330
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
331
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
332
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
333
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
334
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
335
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
336
+ # googleapis.com/projects/`project_number`/locations/global/
337
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
338
+ # All identities in a workload identity pool with a certain attribute. * `
339
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
340
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
341
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
342
+ # identifier) representing a user that has been recently deleted. For example, `
343
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
344
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
345
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
346
+ # address (plus unique identifier) representing a service account that has been
347
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
330
348
  # 123456789012345678901`. If the service account is undeleted, this value
331
349
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
332
350
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
333
351
  # An email address (plus unique identifier) representing a Google group that has
334
352
  # been recently deleted. For example, `admins@example.com?uid=
335
353
  # 123456789012345678901`. If the group is recovered, this value reverts to `
336
- # group:`emailid`` and the recovered group retains the role in the binding.
354
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
355
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
356
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
357
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
358
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
337
359
  # Corresponds to the JSON property `members`
338
360
  # @return [Array<String>]
339
361
  attr_accessor :members
340
362
 
341
363
  # Role that is assigned to the list of `members`, or principals. For example, `
342
- # roles/viewer`, `roles/editor`, or `roles/owner`.
364
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
365
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
366
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
367
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
343
368
  # Corresponds to the JSON property `role`
344
369
  # @return [String]
345
370
  attr_accessor :role
@@ -739,6 +764,11 @@ module Google
739
764
  # @return [Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec]
740
765
  attr_accessor :clusterupgrade
741
766
 
767
+ # **Dataplane V2**: Spec
768
+ # Corresponds to the JSON property `dataplanev2`
769
+ # @return [Google::Apis::GkehubV1beta::DataplaneV2FeatureSpec]
770
+ attr_accessor :dataplanev2
771
+
742
772
  # **Fleet Observability**: The Hub-wide input for the FleetObservability feature.
743
773
  # Corresponds to the JSON property `fleetobservability`
744
774
  # @return [Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec]
@@ -759,6 +789,7 @@ module Google
759
789
  @anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
760
790
  @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
761
791
  @clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
792
+ @dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
762
793
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
763
794
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
764
795
  end
@@ -1065,6 +1096,16 @@ module Google
1065
1096
  # @return [Array<Google::Apis::GkehubV1beta::ConfigManagementConfigSyncError>]
1066
1097
  attr_accessor :errors
1067
1098
 
1099
+ # The state of the Reposync CRD
1100
+ # Corresponds to the JSON property `reposyncCrd`
1101
+ # @return [String]
1102
+ attr_accessor :reposync_crd
1103
+
1104
+ # The state of the RootSync CRD
1105
+ # Corresponds to the JSON property `rootsyncCrd`
1106
+ # @return [String]
1107
+ attr_accessor :rootsync_crd
1108
+
1068
1109
  # State indicating an ACM's progress syncing configurations to a cluster
1069
1110
  # Corresponds to the JSON property `syncState`
1070
1111
  # @return [Google::Apis::GkehubV1beta::ConfigManagementSyncState]
@@ -1083,6 +1124,8 @@ module Google
1083
1124
  def update!(**args)
1084
1125
  @deployment_state = args[:deployment_state] if args.key?(:deployment_state)
1085
1126
  @errors = args[:errors] if args.key?(:errors)
1127
+ @reposync_crd = args[:reposync_crd] if args.key?(:reposync_crd)
1128
+ @rootsync_crd = args[:rootsync_crd] if args.key?(:rootsync_crd)
1086
1129
  @sync_state = args[:sync_state] if args.key?(:sync_state)
1087
1130
  @version = args[:version] if args.key?(:version)
1088
1131
  end
@@ -1918,6 +1961,26 @@ module Google
1918
1961
  end
1919
1962
  end
1920
1963
 
1964
+ # **Dataplane V2**: Spec
1965
+ class DataplaneV2FeatureSpec
1966
+ include Google::Apis::Core::Hashable
1967
+
1968
+ # Enable dataplane-v2 based encryption for multiple clusters.
1969
+ # Corresponds to the JSON property `enableEncryption`
1970
+ # @return [Boolean]
1971
+ attr_accessor :enable_encryption
1972
+ alias_method :enable_encryption?, :enable_encryption
1973
+
1974
+ def initialize(**args)
1975
+ update!(**args)
1976
+ end
1977
+
1978
+ # Update properties of this object
1979
+ def update!(**args)
1980
+ @enable_encryption = args[:enable_encryption] if args.key?(:enable_encryption)
1981
+ end
1982
+ end
1983
+
1921
1984
  # DefaultClusterConfig describes the default cluster configurations to be
1922
1985
  # applied to all clusters born-in-fleet.
1923
1986
  class DefaultClusterConfig
@@ -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.66.0"
19
+ GEM_VERSION = "0.68.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231206"
25
+ REVISION = "20240118"
26
26
  end
27
27
  end
28
28
  end
@@ -352,6 +352,12 @@ module Google
352
352
  include Google::Apis::Core::JsonObjectSupport
353
353
  end
354
354
 
355
+ class DataplaneV2FeatureSpec
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
355
361
  class DefaultClusterConfig
356
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
363
 
@@ -1136,6 +1142,8 @@ module Google
1136
1142
 
1137
1143
  property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec::Representation
1138
1144
 
1145
+ property :dataplanev2, as: 'dataplanev2', class: Google::Apis::GkehubV1beta::DataplaneV2FeatureSpec, decorator: Google::Apis::GkehubV1beta::DataplaneV2FeatureSpec::Representation
1146
+
1139
1147
  property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec::Representation
1140
1148
 
1141
1149
  property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec::Representation
@@ -1236,6 +1244,8 @@ module Google
1236
1244
 
1237
1245
  collection :errors, as: 'errors', class: Google::Apis::GkehubV1beta::ConfigManagementConfigSyncError, decorator: Google::Apis::GkehubV1beta::ConfigManagementConfigSyncError::Representation
1238
1246
 
1247
+ property :reposync_crd, as: 'reposyncCrd'
1248
+ property :rootsync_crd, as: 'rootsyncCrd'
1239
1249
  property :sync_state, as: 'syncState', class: Google::Apis::GkehubV1beta::ConfigManagementSyncState, decorator: Google::Apis::GkehubV1beta::ConfigManagementSyncState::Representation
1240
1250
 
1241
1251
  property :version, as: 'version', class: Google::Apis::GkehubV1beta::ConfigManagementConfigSyncVersion, decorator: Google::Apis::GkehubV1beta::ConfigManagementConfigSyncVersion::Representation
@@ -1480,6 +1490,13 @@ module Google
1480
1490
  end
1481
1491
  end
1482
1492
 
1493
+ class DataplaneV2FeatureSpec
1494
+ # @private
1495
+ class Representation < Google::Apis::Core::JsonRepresentation
1496
+ property :enable_encryption, as: 'enableEncryption'
1497
+ end
1498
+ end
1499
+
1483
1500
  class DefaultClusterConfig
1484
1501
  # @private
1485
1502
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster
34
34
  class GKEHubService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://gkehub.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://gkehub.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-gkehub_v1beta',
48
50
  client_version: Google::Apis::GkehubV1beta::GEM_VERSION)
49
51
  @batch_path = 'batch'
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.66.0
4
+ version: 0.68.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: 2023-12-17 00:00:00.000000000 Z
11
+ date: 2024-01-28 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.11.0
19
+ version: 0.12.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.11.0
29
+ version: 0.12.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.66.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.68.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for GKE Hub API V1beta