google-apis-gkehub_v1 0.65.0 → 0.66.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a33ac5db1b8020a88fff6452ac2855d85c253c90f28cc86fee47090d76f09c7
|
4
|
+
data.tar.gz: ae733a86be0b5b64fb84fe44ddd747f7c4242b0af70adfbf1ef48696726a460b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94fb0c1b20dff6587feef9e3dadb6531c8f43b2ce559c3c20e9b3c1983e9cbca9adf8997a7f147e8f09ec4522048a413b3904eac21483dc0aa84e5f108f43aab
|
7
|
+
data.tar.gz: 0160e06455d90caa48c800eadb55cdce2244fbd1bb19e6eca8c0a9814cf9fea89942084339a4f78f9d625192f41ce2dae6e48e4713e8be0010ab2d7318e8900d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1
|
2
2
|
|
3
|
+
### v0.66.0 (2024-01-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240113
|
6
|
+
* Regenerated using generator version 0.13.0
|
7
|
+
|
3
8
|
### v0.65.0 (2023-12-17)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20231206
|
@@ -265,21 +265,43 @@ 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`. * `
|
269
|
-
#
|
270
|
-
#
|
271
|
-
#
|
272
|
-
#
|
273
|
-
#
|
274
|
-
#
|
275
|
-
#
|
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
|
@@ -680,6 +702,11 @@ module Google
|
|
680
702
|
# @return [Google::Apis::GkehubV1::ClusterUpgradeFleetSpec]
|
681
703
|
attr_accessor :clusterupgrade
|
682
704
|
|
705
|
+
# **Dataplane V2**: Spec
|
706
|
+
# Corresponds to the JSON property `dataplanev2`
|
707
|
+
# @return [Google::Apis::GkehubV1::DataplaneV2FeatureSpec]
|
708
|
+
attr_accessor :dataplanev2
|
709
|
+
|
683
710
|
# **Fleet Observability**: The Hub-wide input for the FleetObservability feature.
|
684
711
|
# Corresponds to the JSON property `fleetobservability`
|
685
712
|
# @return [Google::Apis::GkehubV1::FleetObservabilityFeatureSpec]
|
@@ -699,6 +726,7 @@ module Google
|
|
699
726
|
def update!(**args)
|
700
727
|
@appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
|
701
728
|
@clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
|
729
|
+
@dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
|
702
730
|
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
703
731
|
@multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
|
704
732
|
end
|
@@ -941,6 +969,16 @@ module Google
|
|
941
969
|
# @return [Array<Google::Apis::GkehubV1::ConfigManagementConfigSyncError>]
|
942
970
|
attr_accessor :errors
|
943
971
|
|
972
|
+
# The state of the Reposync CRD
|
973
|
+
# Corresponds to the JSON property `reposyncCrd`
|
974
|
+
# @return [String]
|
975
|
+
attr_accessor :reposync_crd
|
976
|
+
|
977
|
+
# The state of the RootSync CRD
|
978
|
+
# Corresponds to the JSON property `rootsyncCrd`
|
979
|
+
# @return [String]
|
980
|
+
attr_accessor :rootsync_crd
|
981
|
+
|
944
982
|
# State indicating an ACM's progress syncing configurations to a cluster
|
945
983
|
# Corresponds to the JSON property `syncState`
|
946
984
|
# @return [Google::Apis::GkehubV1::ConfigManagementSyncState]
|
@@ -959,6 +997,8 @@ module Google
|
|
959
997
|
def update!(**args)
|
960
998
|
@deployment_state = args[:deployment_state] if args.key?(:deployment_state)
|
961
999
|
@errors = args[:errors] if args.key?(:errors)
|
1000
|
+
@reposync_crd = args[:reposync_crd] if args.key?(:reposync_crd)
|
1001
|
+
@rootsync_crd = args[:rootsync_crd] if args.key?(:rootsync_crd)
|
962
1002
|
@sync_state = args[:sync_state] if args.key?(:sync_state)
|
963
1003
|
@version = args[:version] if args.key?(:version)
|
964
1004
|
end
|
@@ -1782,6 +1822,26 @@ module Google
|
|
1782
1822
|
end
|
1783
1823
|
end
|
1784
1824
|
|
1825
|
+
# **Dataplane V2**: Spec
|
1826
|
+
class DataplaneV2FeatureSpec
|
1827
|
+
include Google::Apis::Core::Hashable
|
1828
|
+
|
1829
|
+
# Enable dataplane-v2 based encryption for multiple clusters.
|
1830
|
+
# Corresponds to the JSON property `enableEncryption`
|
1831
|
+
# @return [Boolean]
|
1832
|
+
attr_accessor :enable_encryption
|
1833
|
+
alias_method :enable_encryption?, :enable_encryption
|
1834
|
+
|
1835
|
+
def initialize(**args)
|
1836
|
+
update!(**args)
|
1837
|
+
end
|
1838
|
+
|
1839
|
+
# Update properties of this object
|
1840
|
+
def update!(**args)
|
1841
|
+
@enable_encryption = args[:enable_encryption] if args.key?(:enable_encryption)
|
1842
|
+
end
|
1843
|
+
end
|
1844
|
+
|
1785
1845
|
# DefaultClusterConfig describes the default cluster configurations to be
|
1786
1846
|
# applied to all clusters born-in-fleet.
|
1787
1847
|
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.
|
19
|
+
GEM_VERSION = "0.66.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.13.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240113"
|
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(
|
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.
|
4
|
+
version: 0.66.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:
|
11
|
+
date: 2024-01-23 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.
|
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.
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.66.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.
|
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
|