google-apis-gkehub_v1 0.65.0 → 0.67.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: a23c9c3914d560cc45e3fd0ec4cf38a5782640080170afcb1a4a821ed769a38e
4
- data.tar.gz: af936f4f5cb99745dd8988e6470574dd7218cf5dd83834bc670cd8a897654811
3
+ metadata.gz: 658fa31bf86e1e4f97e11965ce7a55816253d89931a0c23691bcd79df2a1b34d
4
+ data.tar.gz: 3adad2e1182ef7c779aed394ff8ca28c0e1cf465ba30551f1f78a9211e37b4d4
5
5
  SHA512:
6
- metadata.gz: 94e2019b67275afbc66a92dbc332cf145359da502d3e0b9bcdd74a3d610310caba8f76557ee85a0acb2c0ccd9f24db40093ddf2faffe96b0a85eb9c69504e5ad
7
- data.tar.gz: 4674e618687c67a0e5aabb891d48505c8c6a7dee6062cc7d93f5138ca72b7fc0b9ab9a936ca2397ec4284433caa311beb70cd65d2d2081b4587fcd8347980bea
6
+ metadata.gz: d5f2985cdebfcc28591d62b6456d9adacea766727295bc59d416b6fc120d5dbc37ba3b76c454a5e38bc0b1a47271e1bb9d50a12970c7e0dab726b5ef1a155176
7
+ data.tar.gz: 34871a97fd738202fcdd788332bc56e60f08e977e76c902589ad72a897e172c77c2c248b21c7274ec81788d22aac28b507c1a0b3612a41fcede48619198dc1a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.67.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240118
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.66.0 (2024-01-22)
9
+
10
+ * Regenerated from discovery document revision 20240113
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.65.0 (2023-12-17)
4
14
 
5
15
  * Regenerated from discovery document revision 20231206
@@ -265,27 +265,52 @@ module Google
265
265
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
266
266
  # email address that represents a Google group. For example, `admins@example.com`
267
267
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
268
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
269
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
270
- # representing a user that has been recently deleted. For example, `alice@
271
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
272
- # reverts to `user:`emailid`` and the recovered user retains the role in the
273
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
274
- # (plus unique identifier) representing a service account that has been recently
275
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
268
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
269
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
270
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
271
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
272
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
273
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
274
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
275
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
276
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
277
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
278
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
279
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
280
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
281
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
282
+ # googleapis.com/projects/`project_number`/locations/global/
283
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
284
+ # All identities in a workload identity pool with a certain attribute. * `
285
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
286
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
287
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
288
+ # identifier) representing a user that has been recently deleted. For example, `
289
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
290
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
291
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
292
+ # address (plus unique identifier) representing a service account that has been
293
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
276
294
  # 123456789012345678901`. If the service account is undeleted, this value
277
295
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
278
296
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
279
297
  # An email address (plus unique identifier) representing a Google group that has
280
298
  # been recently deleted. For example, `admins@example.com?uid=
281
299
  # 123456789012345678901`. If the group is recovered, this value reverts to `
282
- # group:`emailid`` and the recovered group retains the role in the binding.
300
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
301
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
302
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
303
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
304
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
283
305
  # Corresponds to the JSON property `members`
284
306
  # @return [Array<String>]
285
307
  attr_accessor :members
286
308
 
287
309
  # Role that is assigned to the list of `members`, or principals. For example, `
288
- # roles/viewer`, `roles/editor`, or `roles/owner`.
310
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
311
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
312
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
313
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
289
314
  # Corresponds to the JSON property `role`
290
315
  # @return [String]
291
316
  attr_accessor :role
@@ -680,6 +705,11 @@ module Google
680
705
  # @return [Google::Apis::GkehubV1::ClusterUpgradeFleetSpec]
681
706
  attr_accessor :clusterupgrade
682
707
 
708
+ # **Dataplane V2**: Spec
709
+ # Corresponds to the JSON property `dataplanev2`
710
+ # @return [Google::Apis::GkehubV1::DataplaneV2FeatureSpec]
711
+ attr_accessor :dataplanev2
712
+
683
713
  # **Fleet Observability**: The Hub-wide input for the FleetObservability feature.
684
714
  # Corresponds to the JSON property `fleetobservability`
685
715
  # @return [Google::Apis::GkehubV1::FleetObservabilityFeatureSpec]
@@ -699,6 +729,7 @@ module Google
699
729
  def update!(**args)
700
730
  @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
701
731
  @clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
732
+ @dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
702
733
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
703
734
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
704
735
  end
@@ -941,6 +972,16 @@ module Google
941
972
  # @return [Array<Google::Apis::GkehubV1::ConfigManagementConfigSyncError>]
942
973
  attr_accessor :errors
943
974
 
975
+ # The state of the Reposync CRD
976
+ # Corresponds to the JSON property `reposyncCrd`
977
+ # @return [String]
978
+ attr_accessor :reposync_crd
979
+
980
+ # The state of the RootSync CRD
981
+ # Corresponds to the JSON property `rootsyncCrd`
982
+ # @return [String]
983
+ attr_accessor :rootsync_crd
984
+
944
985
  # State indicating an ACM's progress syncing configurations to a cluster
945
986
  # Corresponds to the JSON property `syncState`
946
987
  # @return [Google::Apis::GkehubV1::ConfigManagementSyncState]
@@ -959,6 +1000,8 @@ module Google
959
1000
  def update!(**args)
960
1001
  @deployment_state = args[:deployment_state] if args.key?(:deployment_state)
961
1002
  @errors = args[:errors] if args.key?(:errors)
1003
+ @reposync_crd = args[:reposync_crd] if args.key?(:reposync_crd)
1004
+ @rootsync_crd = args[:rootsync_crd] if args.key?(:rootsync_crd)
962
1005
  @sync_state = args[:sync_state] if args.key?(:sync_state)
963
1006
  @version = args[:version] if args.key?(:version)
964
1007
  end
@@ -1782,6 +1825,26 @@ module Google
1782
1825
  end
1783
1826
  end
1784
1827
 
1828
+ # **Dataplane V2**: Spec
1829
+ class DataplaneV2FeatureSpec
1830
+ include Google::Apis::Core::Hashable
1831
+
1832
+ # Enable dataplane-v2 based encryption for multiple clusters.
1833
+ # Corresponds to the JSON property `enableEncryption`
1834
+ # @return [Boolean]
1835
+ attr_accessor :enable_encryption
1836
+ alias_method :enable_encryption?, :enable_encryption
1837
+
1838
+ def initialize(**args)
1839
+ update!(**args)
1840
+ end
1841
+
1842
+ # Update properties of this object
1843
+ def update!(**args)
1844
+ @enable_encryption = args[:enable_encryption] if args.key?(:enable_encryption)
1845
+ end
1846
+ end
1847
+
1785
1848
  # DefaultClusterConfig describes the default cluster configurations to be
1786
1849
  # applied to all clusters born-in-fleet.
1787
1850
  class DefaultClusterConfig
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.67.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
@@ -322,6 +322,12 @@ module Google
322
322
  include Google::Apis::Core::JsonObjectSupport
323
323
  end
324
324
 
325
+ class DataplaneV2FeatureSpec
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
325
331
  class DefaultClusterConfig
326
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
327
333
 
@@ -1063,6 +1069,8 @@ module Google
1063
1069
 
1064
1070
  property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1::ClusterUpgradeFleetSpec, decorator: Google::Apis::GkehubV1::ClusterUpgradeFleetSpec::Representation
1065
1071
 
1072
+ property :dataplanev2, as: 'dataplanev2', class: Google::Apis::GkehubV1::DataplaneV2FeatureSpec, decorator: Google::Apis::GkehubV1::DataplaneV2FeatureSpec::Representation
1073
+
1066
1074
  property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1::FleetObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1::FleetObservabilityFeatureSpec::Representation
1067
1075
 
1068
1076
  property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec::Representation
@@ -1140,6 +1148,8 @@ module Google
1140
1148
 
1141
1149
  collection :errors, as: 'errors', class: Google::Apis::GkehubV1::ConfigManagementConfigSyncError, decorator: Google::Apis::GkehubV1::ConfigManagementConfigSyncError::Representation
1142
1150
 
1151
+ property :reposync_crd, as: 'reposyncCrd'
1152
+ property :rootsync_crd, as: 'rootsyncCrd'
1143
1153
  property :sync_state, as: 'syncState', class: Google::Apis::GkehubV1::ConfigManagementSyncState, decorator: Google::Apis::GkehubV1::ConfigManagementSyncState::Representation
1144
1154
 
1145
1155
  property :version, as: 'version', class: Google::Apis::GkehubV1::ConfigManagementConfigSyncVersion, decorator: Google::Apis::GkehubV1::ConfigManagementConfigSyncVersion::Representation
@@ -1380,6 +1390,13 @@ module Google
1380
1390
  end
1381
1391
  end
1382
1392
 
1393
+ class DataplaneV2FeatureSpec
1394
+ # @private
1395
+ class Representation < Google::Apis::Core::JsonRepresentation
1396
+ property :enable_encryption, as: 'enableEncryption'
1397
+ end
1398
+ end
1399
+
1383
1400
  class DefaultClusterConfig
1384
1401
  # @private
1385
1402
  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_v1',
48
50
  client_version: Google::Apis::GkehubV1::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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.67.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.67.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
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 V1