google-apis-gkehub_v1alpha 0.71.0 → 0.73.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: 379e60bb554b9bc010511c2017a93ee5feae50dfcc169f6330ec90ff71890107
4
- data.tar.gz: f031449419f6a46fc7c5a70a3709feb45bab8730ef0bfee9877f627e84acded0
3
+ metadata.gz: 1ba8b073fc92a41d4b12750ef30a27832e312bd4e61c3212a0d009e2cff9b821
4
+ data.tar.gz: '04374510836a7b993002587261edd8b8468f35f69ab1977777f1ba7ad0c830f1'
5
5
  SHA512:
6
- metadata.gz: b410c202deccf3c78980554cc86db4c1c0488c82ef0e603afd3aeec2d98750497b50c944b84fabb1086facebc9e3445249fd0c5f5c244deb403adb64cb0b57d5
7
- data.tar.gz: 9b6774a8b8dcf3c548aa11bdbb12dd7383271657d3eb700ac1a5e5024e28025b3676d2c90f278c1f3e517846b4f7b244f3661492b914b1b352ecfb59985e44be
6
+ metadata.gz: d597403d5ab35fd02468e4a1e6303023f4797f73d8cdfec2a089549a49813b3e9fb9a3d75e8205258a0fc794d9b0df88af750d9fe86d70a8866255ebac297a20
7
+ data.tar.gz: 72da61541e5ea6c14130ab77c1eab8235395882f2e60f617458c5ec42afd5c34c46890be7f37e910db9c3e04bfa2c68832a86a3796fe524713a853924f5a6ee4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.73.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240118
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.72.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240113
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.71.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
@@ -874,6 +899,11 @@ module Google
874
899
  # @return [Google::Apis::GkehubV1alpha::ClusterUpgradeFleetSpec]
875
900
  attr_accessor :clusterupgrade
876
901
 
902
+ # **Dataplane V2**: Spec
903
+ # Corresponds to the JSON property `dataplanev2`
904
+ # @return [Google::Apis::GkehubV1alpha::DataplaneV2FeatureSpec]
905
+ attr_accessor :dataplanev2
906
+
877
907
  # **Fleet Observability**: The Hub-wide input for the FleetObservability feature.
878
908
  # Corresponds to the JSON property `fleetobservability`
879
909
  # @return [Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec]
@@ -907,6 +937,7 @@ module Google
907
937
  @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
908
938
  @cloudauditlogging = args[:cloudauditlogging] if args.key?(:cloudauditlogging)
909
939
  @clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
940
+ @dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
910
941
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
911
942
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
912
943
  @namespaceactuation = args[:namespaceactuation] if args.key?(:namespaceactuation)
@@ -1228,6 +1259,16 @@ module Google
1228
1259
  # @return [Array<Google::Apis::GkehubV1alpha::ConfigManagementConfigSyncError>]
1229
1260
  attr_accessor :errors
1230
1261
 
1262
+ # The state of the Reposync CRD
1263
+ # Corresponds to the JSON property `reposyncCrd`
1264
+ # @return [String]
1265
+ attr_accessor :reposync_crd
1266
+
1267
+ # The state of the RootSync CRD
1268
+ # Corresponds to the JSON property `rootsyncCrd`
1269
+ # @return [String]
1270
+ attr_accessor :rootsync_crd
1271
+
1231
1272
  # State indicating an ACM's progress syncing configurations to a cluster
1232
1273
  # Corresponds to the JSON property `syncState`
1233
1274
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementSyncState]
@@ -1246,6 +1287,8 @@ module Google
1246
1287
  def update!(**args)
1247
1288
  @deployment_state = args[:deployment_state] if args.key?(:deployment_state)
1248
1289
  @errors = args[:errors] if args.key?(:errors)
1290
+ @reposync_crd = args[:reposync_crd] if args.key?(:reposync_crd)
1291
+ @rootsync_crd = args[:rootsync_crd] if args.key?(:rootsync_crd)
1249
1292
  @sync_state = args[:sync_state] if args.key?(:sync_state)
1250
1293
  @version = args[:version] if args.key?(:version)
1251
1294
  end
@@ -2081,6 +2124,26 @@ module Google
2081
2124
  end
2082
2125
  end
2083
2126
 
2127
+ # **Dataplane V2**: Spec
2128
+ class DataplaneV2FeatureSpec
2129
+ include Google::Apis::Core::Hashable
2130
+
2131
+ # Enable dataplane-v2 based encryption for multiple clusters.
2132
+ # Corresponds to the JSON property `enableEncryption`
2133
+ # @return [Boolean]
2134
+ attr_accessor :enable_encryption
2135
+ alias_method :enable_encryption?, :enable_encryption
2136
+
2137
+ def initialize(**args)
2138
+ update!(**args)
2139
+ end
2140
+
2141
+ # Update properties of this object
2142
+ def update!(**args)
2143
+ @enable_encryption = args[:enable_encryption] if args.key?(:enable_encryption)
2144
+ end
2145
+ end
2146
+
2084
2147
  # DefaultClusterConfig describes the default cluster configurations to be
2085
2148
  # applied to all clusters born-in-fleet.
2086
2149
  class DefaultClusterConfig
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha
18
18
  # Version of the google-apis-gkehub_v1alpha gem
19
- GEM_VERSION = "0.71.0"
19
+ GEM_VERSION = "0.73.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
@@ -376,6 +376,12 @@ module Google
376
376
  include Google::Apis::Core::JsonObjectSupport
377
377
  end
378
378
 
379
+ class DataplaneV2FeatureSpec
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
379
385
  class DefaultClusterConfig
380
386
  class Representation < Google::Apis::Core::JsonRepresentation; end
381
387
 
@@ -1278,6 +1284,8 @@ module Google
1278
1284
 
1279
1285
  property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1alpha::ClusterUpgradeFleetSpec, decorator: Google::Apis::GkehubV1alpha::ClusterUpgradeFleetSpec::Representation
1280
1286
 
1287
+ property :dataplanev2, as: 'dataplanev2', class: Google::Apis::GkehubV1alpha::DataplaneV2FeatureSpec, decorator: Google::Apis::GkehubV1alpha::DataplaneV2FeatureSpec::Representation
1288
+
1281
1289
  property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec::Representation
1282
1290
 
1283
1291
  property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec::Representation
@@ -1386,6 +1394,8 @@ module Google
1386
1394
 
1387
1395
  collection :errors, as: 'errors', class: Google::Apis::GkehubV1alpha::ConfigManagementConfigSyncError, decorator: Google::Apis::GkehubV1alpha::ConfigManagementConfigSyncError::Representation
1388
1396
 
1397
+ property :reposync_crd, as: 'reposyncCrd'
1398
+ property :rootsync_crd, as: 'rootsyncCrd'
1389
1399
  property :sync_state, as: 'syncState', class: Google::Apis::GkehubV1alpha::ConfigManagementSyncState, decorator: Google::Apis::GkehubV1alpha::ConfigManagementSyncState::Representation
1390
1400
 
1391
1401
  property :version, as: 'version', class: Google::Apis::GkehubV1alpha::ConfigManagementConfigSyncVersion, decorator: Google::Apis::GkehubV1alpha::ConfigManagementConfigSyncVersion::Representation
@@ -1630,6 +1640,13 @@ module Google
1630
1640
  end
1631
1641
  end
1632
1642
 
1643
+ class DataplaneV2FeatureSpec
1644
+ # @private
1645
+ class Representation < Google::Apis::Core::JsonRepresentation
1646
+ property :enable_encryption, as: 'enableEncryption'
1647
+ end
1648
+ end
1649
+
1633
1650
  class DefaultClusterConfig
1634
1651
  # @private
1635
1652
  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_v1alpha',
48
50
  client_version: Google::Apis::GkehubV1alpha::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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.71.0
4
+ version: 0.73.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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.73.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
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 V1alpha