google-apis-gkeonprem_v1 0.16.0 → 0.18.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: ec670ecfa6f1306bdfa7b225cc87f145ad575b9cc11036033168f707e3aad172
|
4
|
+
data.tar.gz: d4daf755db3911b9b5a80d95c1b30ae41d995ab1f174c33f3d8db32c4b57dcf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b2c0c8dc5d65e61a3cfe970eda4dc1177001d65acfc6a3e9735a8162b67c19b661b26e4968999282593601334502147d0eafd5910ae9e1ef8b24b7b62bc586e
|
7
|
+
data.tar.gz: 43d4d2aa0b680ed1acf34ff592cd8dba974b6a190abfdfd1bb0ae91b621974feb3cbde3659c98f90e6b90f67caa6bb8155155891bc29c16419ba5a09f349e982
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-gkeonprem_v1
|
2
2
|
|
3
|
+
### v0.18.0 (2024-02-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240124
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
8
|
+
### v0.17.0 (2024-01-23)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.13.0
|
11
|
+
|
3
12
|
### v0.16.0 (2023-12-10)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20231204
|
@@ -75,7 +75,7 @@ module Google
|
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
78
|
-
# Resource that represents a bare metal admin cluster.
|
78
|
+
# Resource that represents a bare metal admin cluster.
|
79
79
|
class BareMetalAdminCluster
|
80
80
|
include Google::Apis::Core::Hashable
|
81
81
|
|
@@ -862,7 +862,7 @@ module Google
|
|
862
862
|
end
|
863
863
|
end
|
864
864
|
|
865
|
-
# Resource that represents a bare metal user cluster.
|
865
|
+
# Resource that represents a bare metal user cluster.
|
866
866
|
class BareMetalCluster
|
867
867
|
include Google::Apis::Core::Hashable
|
868
868
|
|
@@ -2151,27 +2151,52 @@ module Google
|
|
2151
2151
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
2152
2152
|
# email address that represents a Google group. For example, `admins@example.com`
|
2153
2153
|
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
2154
|
-
# users of that domain. For example, `google.com` or `example.com`. * `
|
2155
|
-
#
|
2156
|
-
#
|
2157
|
-
#
|
2158
|
-
#
|
2159
|
-
#
|
2160
|
-
#
|
2161
|
-
#
|
2154
|
+
# users of that domain. For example, `google.com` or `example.com`. * `principal:
|
2155
|
+
# //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
|
2156
|
+
# subject_attribute_value``: A single identity in a workforce identity pool. * `
|
2157
|
+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
|
2158
|
+
# group/`group_id``: All workforce identities in a group. * `principalSet://iam.
|
2159
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
|
2160
|
+
# attribute_name`/`attribute_value``: All workforce identities with a specific
|
2161
|
+
# attribute value. * `principalSet://iam.googleapis.com/locations/global/
|
2162
|
+
# workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
|
2163
|
+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
|
2164
|
+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
|
2165
|
+
# identity in a workload identity pool. * `principalSet://iam.googleapis.com/
|
2166
|
+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
|
2167
|
+
# group/`group_id``: A workload identity pool group. * `principalSet://iam.
|
2168
|
+
# googleapis.com/projects/`project_number`/locations/global/
|
2169
|
+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
|
2170
|
+
# All identities in a workload identity pool with a certain attribute. * `
|
2171
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
2172
|
+
# workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
|
2173
|
+
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
2174
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
2175
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
2176
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
2177
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
2178
|
+
# address (plus unique identifier) representing a service account that has been
|
2179
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
2162
2180
|
# 123456789012345678901`. If the service account is undeleted, this value
|
2163
2181
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
2164
2182
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
2165
2183
|
# An email address (plus unique identifier) representing a Google group that has
|
2166
2184
|
# been recently deleted. For example, `admins@example.com?uid=
|
2167
2185
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
2168
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
2186
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
2187
|
+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
|
2188
|
+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
|
2189
|
+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
|
2190
|
+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
|
2169
2191
|
# Corresponds to the JSON property `members`
|
2170
2192
|
# @return [Array<String>]
|
2171
2193
|
attr_accessor :members
|
2172
2194
|
|
2173
2195
|
# Role that is assigned to the list of `members`, or principals. For example, `
|
2174
|
-
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
2196
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
|
2197
|
+
# roles and permissions, see the [IAM documentation](https://cloud.google.com/
|
2198
|
+
# iam/docs/roles-overview). For a list of the available pre-defined roles, see [
|
2199
|
+
# here](https://cloud.google.com/iam/docs/understanding-roles).
|
2175
2200
|
# Corresponds to the JSON property `role`
|
2176
2201
|
# @return [String]
|
2177
2202
|
attr_accessor :role
|
@@ -2963,7 +2988,7 @@ module Google
|
|
2963
2988
|
# @return [String]
|
2964
2989
|
attr_accessor :end_time
|
2965
2990
|
|
2966
|
-
# Information about operation progress.
|
2991
|
+
# Information about operation progress.
|
2967
2992
|
# Corresponds to the JSON property `progress`
|
2968
2993
|
# @return [Google::Apis::GkeonpremV1::OperationProgress]
|
2969
2994
|
attr_accessor :progress
|
@@ -3016,7 +3041,7 @@ module Google
|
|
3016
3041
|
end
|
3017
3042
|
end
|
3018
3043
|
|
3019
|
-
# Information about operation progress.
|
3044
|
+
# Information about operation progress.
|
3020
3045
|
class OperationProgress
|
3021
3046
|
include Google::Apis::Core::Hashable
|
3022
3047
|
|
@@ -4422,6 +4447,11 @@ module Google
|
|
4422
4447
|
# @return [Google::Apis::GkeonpremV1::VmwareAutoRepairConfig]
|
4423
4448
|
attr_accessor :auto_repair_config
|
4424
4449
|
|
4450
|
+
# Configuration for Binary Authorization.
|
4451
|
+
# Corresponds to the JSON property `binaryAuthorization`
|
4452
|
+
# @return [Google::Apis::GkeonpremV1::BinaryAuthorization]
|
4453
|
+
attr_accessor :binary_authorization
|
4454
|
+
|
4425
4455
|
# Specifies control plane node config for the VMware user cluster.
|
4426
4456
|
# Corresponds to the JSON property `controlPlaneNode`
|
4427
4457
|
# @return [Google::Apis::GkeonpremV1::VmwareControlPlaneNodeConfig]
|
@@ -4581,6 +4611,7 @@ module Google
|
|
4581
4611
|
@anti_affinity_groups = args[:anti_affinity_groups] if args.key?(:anti_affinity_groups)
|
4582
4612
|
@authorization = args[:authorization] if args.key?(:authorization)
|
4583
4613
|
@auto_repair_config = args[:auto_repair_config] if args.key?(:auto_repair_config)
|
4614
|
+
@binary_authorization = args[:binary_authorization] if args.key?(:binary_authorization)
|
4584
4615
|
@control_plane_node = args[:control_plane_node] if args.key?(:control_plane_node)
|
4585
4616
|
@create_time = args[:create_time] if args.key?(:create_time)
|
4586
4617
|
@dataplane_v2 = args[:dataplane_v2] if args.key?(:dataplane_v2)
|
@@ -4737,6 +4768,11 @@ module Google
|
|
4737
4768
|
attr_accessor :dataplane_v2_enabled
|
4738
4769
|
alias_method :dataplane_v2_enabled?, :dataplane_v2_enabled
|
4739
4770
|
|
4771
|
+
# Configure ForwardMode for Dataplane v2.
|
4772
|
+
# Corresponds to the JSON property `forwardMode`
|
4773
|
+
# @return [String]
|
4774
|
+
attr_accessor :forward_mode
|
4775
|
+
|
4740
4776
|
# Enable Dataplane V2 for clusters with Windows nodes.
|
4741
4777
|
# Corresponds to the JSON property `windowsDataplaneV2Enabled`
|
4742
4778
|
# @return [Boolean]
|
@@ -4751,6 +4787,7 @@ module Google
|
|
4751
4787
|
def update!(**args)
|
4752
4788
|
@advanced_networking = args[:advanced_networking] if args.key?(:advanced_networking)
|
4753
4789
|
@dataplane_v2_enabled = args[:dataplane_v2_enabled] if args.key?(:dataplane_v2_enabled)
|
4790
|
+
@forward_mode = args[:forward_mode] if args.key?(:forward_mode)
|
4754
4791
|
@windows_dataplane_v2_enabled = args[:windows_dataplane_v2_enabled] if args.key?(:windows_dataplane_v2_enabled)
|
4755
4792
|
end
|
4756
4793
|
end
|
@@ -5066,8 +5103,8 @@ module Google
|
|
5066
5103
|
# @return [Google::Apis::GkeonpremV1::VmwareStaticIpConfig]
|
5067
5104
|
attr_accessor :static_ip_config
|
5068
5105
|
|
5069
|
-
#
|
5070
|
-
#
|
5106
|
+
# vcenter_network specifies vCenter network name. Inherited from the admin
|
5107
|
+
# cluster.
|
5071
5108
|
# Corresponds to the JSON property `vcenterNetwork`
|
5072
5109
|
# @return [String]
|
5073
5110
|
attr_accessor :vcenter_network
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkeonpremV1
|
18
18
|
# Version of the google-apis-gkeonprem_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240124"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2167,6 +2167,8 @@ module Google
|
|
2167
2167
|
|
2168
2168
|
property :auto_repair_config, as: 'autoRepairConfig', class: Google::Apis::GkeonpremV1::VmwareAutoRepairConfig, decorator: Google::Apis::GkeonpremV1::VmwareAutoRepairConfig::Representation
|
2169
2169
|
|
2170
|
+
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::GkeonpremV1::BinaryAuthorization, decorator: Google::Apis::GkeonpremV1::BinaryAuthorization::Representation
|
2171
|
+
|
2170
2172
|
property :control_plane_node, as: 'controlPlaneNode', class: Google::Apis::GkeonpremV1::VmwareControlPlaneNodeConfig, decorator: Google::Apis::GkeonpremV1::VmwareControlPlaneNodeConfig::Representation
|
2171
2173
|
|
2172
2174
|
property :create_time, as: 'createTime'
|
@@ -2246,6 +2248,7 @@ module Google
|
|
2246
2248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2247
2249
|
property :advanced_networking, as: 'advancedNetworking'
|
2248
2250
|
property :dataplane_v2_enabled, as: 'dataplaneV2Enabled'
|
2251
|
+
property :forward_mode, as: 'forwardMode'
|
2249
2252
|
property :windows_dataplane_v2_enabled, as: 'windowsDataplaneV2Enabled'
|
2250
2253
|
end
|
2251
2254
|
end
|
@@ -32,6 +32,8 @@ module Google
|
|
32
32
|
#
|
33
33
|
# @see https://cloud.google.com/anthos/clusters/docs/on-prem/
|
34
34
|
class GKEOnPremService < Google::Apis::Core::BaseService
|
35
|
+
DEFAULT_ENDPOINT_TEMPLATE = "https://gkeonprem.$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-gkeonprem_v1',
|
48
50
|
client_version: Google::Apis::GkeonpremV1::GEM_VERSION)
|
49
51
|
@batch_path = 'batch'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkeonprem_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.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-02-04 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-gkeonprem_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.18.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkeonprem_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 Anthos On-Prem API V1
|