google-apis-gkeonprem_v1 0.9.0 → 0.10.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: 5a1c9dc5c17502c0afa034ad4b4330edb6999f4fd37e81de510d07726db8ada0
|
4
|
+
data.tar.gz: c9a4459d92ee39373afa5d5d709840fcebcac2be36658acdb6cd0a40abdb5b24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb49b277bba497eb2a962af6e46b93f346b4d2c2a91bc372700818e856dee16586e93d6e7f16d264fe59eb57dc76f87137ac8e89df4db9f41fd521beb2fb5228
|
7
|
+
data.tar.gz: c89eff2177137ee2eccf5446f4088b709b1d107092d0baa0a2cd096ce0f0c9849f2ec4a3cbc98259813bd3418ebeb13404128d813bf7c6d515f65cd8dab76b5b
|
data/CHANGELOG.md
CHANGED
@@ -94,6 +94,11 @@ module Google
|
|
94
94
|
# @return [String]
|
95
95
|
attr_accessor :bare_metal_version
|
96
96
|
|
97
|
+
# Configuration for Binary Authorization.
|
98
|
+
# Corresponds to the JSON property `binaryAuthorization`
|
99
|
+
# @return [Google::Apis::GkeonpremV1::BinaryAuthorization]
|
100
|
+
attr_accessor :binary_authorization
|
101
|
+
|
97
102
|
# BareMetalAdminClusterOperationsConfig specifies the admin cluster's
|
98
103
|
# observability infrastructure.
|
99
104
|
# Corresponds to the JSON property `clusterOperations`
|
@@ -253,6 +258,7 @@ module Google
|
|
253
258
|
def update!(**args)
|
254
259
|
@annotations = args[:annotations] if args.key?(:annotations)
|
255
260
|
@bare_metal_version = args[:bare_metal_version] if args.key?(:bare_metal_version)
|
261
|
+
@binary_authorization = args[:binary_authorization] if args.key?(:binary_authorization)
|
256
262
|
@cluster_operations = args[:cluster_operations] if args.key?(:cluster_operations)
|
257
263
|
@control_plane = args[:control_plane] if args.key?(:control_plane)
|
258
264
|
@create_time = args[:create_time] if args.key?(:create_time)
|
@@ -887,6 +893,11 @@ module Google
|
|
887
893
|
# @return [String]
|
888
894
|
attr_accessor :bare_metal_version
|
889
895
|
|
896
|
+
# Configuration for Binary Authorization.
|
897
|
+
# Corresponds to the JSON property `binaryAuthorization`
|
898
|
+
# @return [Google::Apis::GkeonpremV1::BinaryAuthorization]
|
899
|
+
attr_accessor :binary_authorization
|
900
|
+
|
890
901
|
# Specifies the bare metal user cluster's observability infrastructure.
|
891
902
|
# Corresponds to the JSON property `clusterOperations`
|
892
903
|
# @return [Google::Apis::GkeonpremV1::BareMetalClusterOperationsConfig]
|
@@ -1051,6 +1062,7 @@ module Google
|
|
1051
1062
|
@admin_cluster_name = args[:admin_cluster_name] if args.key?(:admin_cluster_name)
|
1052
1063
|
@annotations = args[:annotations] if args.key?(:annotations)
|
1053
1064
|
@bare_metal_version = args[:bare_metal_version] if args.key?(:bare_metal_version)
|
1065
|
+
@binary_authorization = args[:binary_authorization] if args.key?(:binary_authorization)
|
1054
1066
|
@cluster_operations = args[:cluster_operations] if args.key?(:cluster_operations)
|
1055
1067
|
@control_plane = args[:control_plane] if args.key?(:control_plane)
|
1056
1068
|
@create_time = args[:create_time] if args.key?(:create_time)
|
@@ -2080,6 +2092,26 @@ module Google
|
|
2080
2092
|
end
|
2081
2093
|
end
|
2082
2094
|
|
2095
|
+
# Configuration for Binary Authorization.
|
2096
|
+
class BinaryAuthorization
|
2097
|
+
include Google::Apis::Core::Hashable
|
2098
|
+
|
2099
|
+
# Mode of operation for binauthz policy evaluation. If unspecified, defaults to
|
2100
|
+
# DISABLED.
|
2101
|
+
# Corresponds to the JSON property `evaluationMode`
|
2102
|
+
# @return [String]
|
2103
|
+
attr_accessor :evaluation_mode
|
2104
|
+
|
2105
|
+
def initialize(**args)
|
2106
|
+
update!(**args)
|
2107
|
+
end
|
2108
|
+
|
2109
|
+
# Update properties of this object
|
2110
|
+
def update!(**args)
|
2111
|
+
@evaluation_mode = args[:evaluation_mode] if args.key?(:evaluation_mode)
|
2112
|
+
end
|
2113
|
+
end
|
2114
|
+
|
2083
2115
|
# Associates `members`, or principals, with a `role`.
|
2084
2116
|
class Binding
|
2085
2117
|
include Google::Apis::Core::Hashable
|
@@ -2879,13 +2911,13 @@ module Google
|
|
2879
2911
|
# @return [String]
|
2880
2912
|
attr_accessor :name
|
2881
2913
|
|
2882
|
-
# The normal response of the operation
|
2883
|
-
#
|
2884
|
-
#
|
2885
|
-
#
|
2886
|
-
#
|
2887
|
-
#
|
2888
|
-
#
|
2914
|
+
# The normal, successful response of the operation. If the original method
|
2915
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
2916
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
2917
|
+
# response should be the resource. For other methods, the response should have
|
2918
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
2919
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
2920
|
+
# `TakeSnapshotResponse`.
|
2889
2921
|
# Corresponds to the JSON property `response`
|
2890
2922
|
# @return [Hash<String,Object>]
|
2891
2923
|
attr_accessor :response
|
@@ -3057,22 +3089,22 @@ module Google
|
|
3057
3089
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
3058
3090
|
# the request, the resource, or both. To learn which resources support
|
3059
3091
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
3060
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
3092
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
3061
3093
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
3062
3094
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
3063
3095
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
3064
3096
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
3065
3097
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
3066
3098
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
3067
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
3068
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
3069
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
3070
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
3071
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
3072
|
-
# access description: Does not grant access after Sep 2020
|
3073
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3074
|
-
# a description of IAM and its features, see the
|
3075
|
-
# cloud.google.com/iam/docs/).
|
3099
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
3100
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
3101
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
3102
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
3103
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
3104
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
3105
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3106
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
3107
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
3076
3108
|
class Policy
|
3077
3109
|
include Google::Apis::Core::Hashable
|
3078
3110
|
|
@@ -3283,22 +3315,22 @@ module Google
|
|
3283
3315
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
3284
3316
|
# the request, the resource, or both. To learn which resources support
|
3285
3317
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
3286
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
3318
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
3287
3319
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
3288
3320
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
3289
3321
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
3290
3322
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
3291
3323
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
3292
3324
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
3293
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
3294
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
3295
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
3296
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
3297
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
3298
|
-
# access description: Does not grant access after Sep 2020
|
3299
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3300
|
-
# a description of IAM and its features, see the
|
3301
|
-
# cloud.google.com/iam/docs/).
|
3325
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
3326
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
3327
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
3328
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
3329
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
3330
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
3331
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3332
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
3333
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
3302
3334
|
# Corresponds to the JSON property `policy`
|
3303
3335
|
# @return [Google::Apis::GkeonpremV1::Policy]
|
3304
3336
|
attr_accessor :policy
|
@@ -4103,6 +4135,11 @@ module Google
|
|
4103
4135
|
# @return [String]
|
4104
4136
|
attr_accessor :master_ip
|
4105
4137
|
|
4138
|
+
# Name to be used by Stackdriver.
|
4139
|
+
# Corresponds to the JSON property `stackdriverName`
|
4140
|
+
# @return [String]
|
4141
|
+
attr_accessor :stackdriver_name
|
4142
|
+
|
4106
4143
|
# Names of the VMs created for this Seesaw group.
|
4107
4144
|
# Corresponds to the JSON property `vms`
|
4108
4145
|
# @return [Array<String>]
|
@@ -4118,6 +4155,7 @@ module Google
|
|
4118
4155
|
@group = args[:group] if args.key?(:group)
|
4119
4156
|
@ip_blocks = args[:ip_blocks] if args.key?(:ip_blocks)
|
4120
4157
|
@master_ip = args[:master_ip] if args.key?(:master_ip)
|
4158
|
+
@stackdriver_name = args[:stackdriver_name] if args.key?(:stackdriver_name)
|
4121
4159
|
@vms = args[:vms] if args.key?(:vms)
|
4122
4160
|
end
|
4123
4161
|
end
|
@@ -4349,6 +4387,12 @@ module Google
|
|
4349
4387
|
# @return [String]
|
4350
4388
|
attr_accessor :description
|
4351
4389
|
|
4390
|
+
# Disable bundled ingress.
|
4391
|
+
# Corresponds to the JSON property `disableBundledIngress`
|
4392
|
+
# @return [Boolean]
|
4393
|
+
attr_accessor :disable_bundled_ingress
|
4394
|
+
alias_method :disable_bundled_ingress?, :disable_bundled_ingress
|
4395
|
+
|
4352
4396
|
# Enable control plane V2. Default to false.
|
4353
4397
|
# Corresponds to the JSON property `enableControlPlaneV2`
|
4354
4398
|
# @return [Boolean]
|
@@ -4442,6 +4486,11 @@ module Google
|
|
4442
4486
|
# @return [String]
|
4443
4487
|
attr_accessor :update_time
|
4444
4488
|
|
4489
|
+
# VmwareClusterUpgradePolicy defines the cluster upgrade policy.
|
4490
|
+
# Corresponds to the JSON property `upgradePolicy`
|
4491
|
+
# @return [Google::Apis::GkeonpremV1::VmwareClusterUpgradePolicy]
|
4492
|
+
attr_accessor :upgrade_policy
|
4493
|
+
|
4445
4494
|
# ValidationCheck represents the result of preflight check.
|
4446
4495
|
# Corresponds to the JSON property `validationCheck`
|
4447
4496
|
# @return [Google::Apis::GkeonpremV1::ValidationCheck]
|
@@ -4475,6 +4524,7 @@ module Google
|
|
4475
4524
|
@dataplane_v2 = args[:dataplane_v2] if args.key?(:dataplane_v2)
|
4476
4525
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
4477
4526
|
@description = args[:description] if args.key?(:description)
|
4527
|
+
@disable_bundled_ingress = args[:disable_bundled_ingress] if args.key?(:disable_bundled_ingress)
|
4478
4528
|
@enable_control_plane_v2 = args[:enable_control_plane_v2] if args.key?(:enable_control_plane_v2)
|
4479
4529
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
4480
4530
|
@etag = args[:etag] if args.key?(:etag)
|
@@ -4490,12 +4540,33 @@ module Google
|
|
4490
4540
|
@storage = args[:storage] if args.key?(:storage)
|
4491
4541
|
@uid = args[:uid] if args.key?(:uid)
|
4492
4542
|
@update_time = args[:update_time] if args.key?(:update_time)
|
4543
|
+
@upgrade_policy = args[:upgrade_policy] if args.key?(:upgrade_policy)
|
4493
4544
|
@validation_check = args[:validation_check] if args.key?(:validation_check)
|
4494
4545
|
@vcenter = args[:vcenter] if args.key?(:vcenter)
|
4495
4546
|
@vm_tracking_enabled = args[:vm_tracking_enabled] if args.key?(:vm_tracking_enabled)
|
4496
4547
|
end
|
4497
4548
|
end
|
4498
4549
|
|
4550
|
+
# VmwareClusterUpgradePolicy defines the cluster upgrade policy.
|
4551
|
+
class VmwareClusterUpgradePolicy
|
4552
|
+
include Google::Apis::Core::Hashable
|
4553
|
+
|
4554
|
+
# Controls whether the upgrade applies to the control plane only.
|
4555
|
+
# Corresponds to the JSON property `controlPlaneOnly`
|
4556
|
+
# @return [Boolean]
|
4557
|
+
attr_accessor :control_plane_only
|
4558
|
+
alias_method :control_plane_only?, :control_plane_only
|
4559
|
+
|
4560
|
+
def initialize(**args)
|
4561
|
+
update!(**args)
|
4562
|
+
end
|
4563
|
+
|
4564
|
+
# Update properties of this object
|
4565
|
+
def update!(**args)
|
4566
|
+
@control_plane_only = args[:control_plane_only] if args.key?(:control_plane_only)
|
4567
|
+
end
|
4568
|
+
end
|
4569
|
+
|
4499
4570
|
# Specifies control plane node config for the VMware user cluster.
|
4500
4571
|
class VmwareControlPlaneNodeConfig
|
4501
4572
|
include Google::Apis::Core::Hashable
|
@@ -4570,6 +4641,11 @@ module Google
|
|
4570
4641
|
# @return [String]
|
4571
4642
|
attr_accessor :datastore
|
4572
4643
|
|
4644
|
+
# The Vsphere storage policy used by the control plane Node.
|
4645
|
+
# Corresponds to the JSON property `storagePolicyName`
|
4646
|
+
# @return [String]
|
4647
|
+
attr_accessor :storage_policy_name
|
4648
|
+
|
4573
4649
|
def initialize(**args)
|
4574
4650
|
update!(**args)
|
4575
4651
|
end
|
@@ -4577,6 +4653,7 @@ module Google
|
|
4577
4653
|
# Update properties of this object
|
4578
4654
|
def update!(**args)
|
4579
4655
|
@datastore = args[:datastore] if args.key?(:datastore)
|
4656
|
+
@storage_policy_name = args[:storage_policy_name] if args.key?(:storage_policy_name)
|
4580
4657
|
end
|
4581
4658
|
end
|
4582
4659
|
|
@@ -4781,6 +4858,26 @@ module Google
|
|
4781
4858
|
# @return [Google::Apis::GkeonpremV1::VmwareMetalLbConfig]
|
4782
4859
|
attr_accessor :metal_lb_config
|
4783
4860
|
|
4861
|
+
# VmwareSeesawConfig represents configuration parameters for an already existing
|
4862
|
+
# Seesaw load balancer. IMPORTANT: Please note that the Anthos On-Prem API will
|
4863
|
+
# not generate or update Seesaw configurations it can only bind a pre-existing
|
4864
|
+
# configuration to a new user cluster. IMPORTANT: When attempting to create a
|
4865
|
+
# user cluster with a pre-existing Seesaw load balancer you will need to follow
|
4866
|
+
# some preparation steps before calling the 'CreateVmwareCluster' API method.
|
4867
|
+
# First you will need to create the user cluster's namespace via kubectl. The
|
4868
|
+
# namespace will need to use the following naming convention : -gke-onprem-mgmt
|
4869
|
+
# or -gke-onprem-mgmt depending on whether you used the 'VmwareCluster.
|
4870
|
+
# local_name' to disambiguate collisions; for more context see the documentation
|
4871
|
+
# of 'VmwareCluster.local_name'. Once the namespace is created you will need to
|
4872
|
+
# create a secret resource via kubectl. This secret will contain copies of your
|
4873
|
+
# Seesaw credentials. The Secret must be called 'user-cluster-creds' and contain
|
4874
|
+
# Seesaw's SSH and Cert credentials. The credentials must be keyed with the
|
4875
|
+
# following names: 'seesaw-ssh-private-key', 'seesaw-ssh-public-key', 'seesaw-
|
4876
|
+
# ssh-ca-key', 'seesaw-ssh-ca-cert'.
|
4877
|
+
# Corresponds to the JSON property `seesawConfig`
|
4878
|
+
# @return [Google::Apis::GkeonpremV1::VmwareSeesawConfig]
|
4879
|
+
attr_accessor :seesaw_config
|
4880
|
+
|
4784
4881
|
# Specifies the VIP config for the VMware user cluster load balancer.
|
4785
4882
|
# Corresponds to the JSON property `vipConfig`
|
4786
4883
|
# @return [Google::Apis::GkeonpremV1::VmwareVipConfig]
|
@@ -4795,6 +4892,7 @@ module Google
|
|
4795
4892
|
@f5_config = args[:f5_config] if args.key?(:f5_config)
|
4796
4893
|
@manual_lb_config = args[:manual_lb_config] if args.key?(:manual_lb_config)
|
4797
4894
|
@metal_lb_config = args[:metal_lb_config] if args.key?(:metal_lb_config)
|
4895
|
+
@seesaw_config = args[:seesaw_config] if args.key?(:seesaw_config)
|
4798
4896
|
@vip_config = args[:vip_config] if args.key?(:vip_config)
|
4799
4897
|
end
|
4800
4898
|
end
|
@@ -5189,6 +5287,73 @@ module Google
|
|
5189
5287
|
end
|
5190
5288
|
end
|
5191
5289
|
|
5290
|
+
# VmwareSeesawConfig represents configuration parameters for an already existing
|
5291
|
+
# Seesaw load balancer. IMPORTANT: Please note that the Anthos On-Prem API will
|
5292
|
+
# not generate or update Seesaw configurations it can only bind a pre-existing
|
5293
|
+
# configuration to a new user cluster. IMPORTANT: When attempting to create a
|
5294
|
+
# user cluster with a pre-existing Seesaw load balancer you will need to follow
|
5295
|
+
# some preparation steps before calling the 'CreateVmwareCluster' API method.
|
5296
|
+
# First you will need to create the user cluster's namespace via kubectl. The
|
5297
|
+
# namespace will need to use the following naming convention : -gke-onprem-mgmt
|
5298
|
+
# or -gke-onprem-mgmt depending on whether you used the 'VmwareCluster.
|
5299
|
+
# local_name' to disambiguate collisions; for more context see the documentation
|
5300
|
+
# of 'VmwareCluster.local_name'. Once the namespace is created you will need to
|
5301
|
+
# create a secret resource via kubectl. This secret will contain copies of your
|
5302
|
+
# Seesaw credentials. The Secret must be called 'user-cluster-creds' and contain
|
5303
|
+
# Seesaw's SSH and Cert credentials. The credentials must be keyed with the
|
5304
|
+
# following names: 'seesaw-ssh-private-key', 'seesaw-ssh-public-key', 'seesaw-
|
5305
|
+
# ssh-ca-key', 'seesaw-ssh-ca-cert'.
|
5306
|
+
class VmwareSeesawConfig
|
5307
|
+
include Google::Apis::Core::Hashable
|
5308
|
+
|
5309
|
+
# Enable two load balancer VMs to achieve a highly-available Seesaw load
|
5310
|
+
# balancer.
|
5311
|
+
# Corresponds to the JSON property `enableHa`
|
5312
|
+
# @return [Boolean]
|
5313
|
+
attr_accessor :enable_ha
|
5314
|
+
alias_method :enable_ha?, :enable_ha
|
5315
|
+
|
5316
|
+
# Required. In general the following format should be used for the Seesaw group
|
5317
|
+
# name: seesaw-for-[cluster_name].
|
5318
|
+
# Corresponds to the JSON property `group`
|
5319
|
+
# @return [String]
|
5320
|
+
attr_accessor :group
|
5321
|
+
|
5322
|
+
# Required. The IP Blocks to be used by the Seesaw load balancer
|
5323
|
+
# Corresponds to the JSON property `ipBlocks`
|
5324
|
+
# @return [Array<Google::Apis::GkeonpremV1::VmwareIpBlock>]
|
5325
|
+
attr_accessor :ip_blocks
|
5326
|
+
|
5327
|
+
# Required. MasterIP is the IP announced by the master of Seesaw group.
|
5328
|
+
# Corresponds to the JSON property `masterIp`
|
5329
|
+
# @return [String]
|
5330
|
+
attr_accessor :master_ip
|
5331
|
+
|
5332
|
+
# Name to be used by Stackdriver.
|
5333
|
+
# Corresponds to the JSON property `stackdriverName`
|
5334
|
+
# @return [String]
|
5335
|
+
attr_accessor :stackdriver_name
|
5336
|
+
|
5337
|
+
# Names of the VMs created for this Seesaw group.
|
5338
|
+
# Corresponds to the JSON property `vms`
|
5339
|
+
# @return [Array<String>]
|
5340
|
+
attr_accessor :vms
|
5341
|
+
|
5342
|
+
def initialize(**args)
|
5343
|
+
update!(**args)
|
5344
|
+
end
|
5345
|
+
|
5346
|
+
# Update properties of this object
|
5347
|
+
def update!(**args)
|
5348
|
+
@enable_ha = args[:enable_ha] if args.key?(:enable_ha)
|
5349
|
+
@group = args[:group] if args.key?(:group)
|
5350
|
+
@ip_blocks = args[:ip_blocks] if args.key?(:ip_blocks)
|
5351
|
+
@master_ip = args[:master_ip] if args.key?(:master_ip)
|
5352
|
+
@stackdriver_name = args[:stackdriver_name] if args.key?(:stackdriver_name)
|
5353
|
+
@vms = args[:vms] if args.key?(:vms)
|
5354
|
+
end
|
5355
|
+
end
|
5356
|
+
|
5192
5357
|
# Represents the network configuration required for the VMware user clusters
|
5193
5358
|
# with Static IP configurations.
|
5194
5359
|
class VmwareStaticIpConfig
|
@@ -5269,6 +5434,11 @@ module Google
|
|
5269
5434
|
# @return [String]
|
5270
5435
|
attr_accessor :resource_pool
|
5271
5436
|
|
5437
|
+
# The name of the vCenter storage policy for the user cluster.
|
5438
|
+
# Corresponds to the JSON property `storagePolicyName`
|
5439
|
+
# @return [String]
|
5440
|
+
attr_accessor :storage_policy_name
|
5441
|
+
|
5272
5442
|
def initialize(**args)
|
5273
5443
|
update!(**args)
|
5274
5444
|
end
|
@@ -5282,6 +5452,7 @@ module Google
|
|
5282
5452
|
@datastore = args[:datastore] if args.key?(:datastore)
|
5283
5453
|
@folder = args[:folder] if args.key?(:folder)
|
5284
5454
|
@resource_pool = args[:resource_pool] if args.key?(:resource_pool)
|
5455
|
+
@storage_policy_name = args[:storage_policy_name] if args.key?(:storage_policy_name)
|
5285
5456
|
end
|
5286
5457
|
end
|
5287
5458
|
|
@@ -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.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230815"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -394,6 +394,12 @@ module Google
|
|
394
394
|
include Google::Apis::Core::JsonObjectSupport
|
395
395
|
end
|
396
396
|
|
397
|
+
class BinaryAuthorization
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
397
403
|
class Binding
|
398
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
405
|
|
@@ -748,6 +754,12 @@ module Google
|
|
748
754
|
include Google::Apis::Core::JsonObjectSupport
|
749
755
|
end
|
750
756
|
|
757
|
+
class VmwareClusterUpgradePolicy
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
751
763
|
class VmwareControlPlaneNodeConfig
|
752
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
765
|
|
@@ -850,6 +862,12 @@ module Google
|
|
850
862
|
include Google::Apis::Core::JsonObjectSupport
|
851
863
|
end
|
852
864
|
|
865
|
+
class VmwareSeesawConfig
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
853
871
|
class VmwareStaticIpConfig
|
854
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
873
|
|
@@ -913,6 +931,8 @@ module Google
|
|
913
931
|
class Representation < Google::Apis::Core::JsonRepresentation
|
914
932
|
hash :annotations, as: 'annotations'
|
915
933
|
property :bare_metal_version, as: 'bareMetalVersion'
|
934
|
+
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::GkeonpremV1::BinaryAuthorization, decorator: Google::Apis::GkeonpremV1::BinaryAuthorization::Representation
|
935
|
+
|
916
936
|
property :cluster_operations, as: 'clusterOperations', class: Google::Apis::GkeonpremV1::BareMetalAdminClusterOperationsConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminClusterOperationsConfig::Representation
|
917
937
|
|
918
938
|
property :control_plane, as: 'controlPlane', class: Google::Apis::GkeonpremV1::BareMetalAdminControlPlaneConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminControlPlaneConfig::Representation
|
@@ -1155,6 +1175,8 @@ module Google
|
|
1155
1175
|
property :admin_cluster_name, as: 'adminClusterName'
|
1156
1176
|
hash :annotations, as: 'annotations'
|
1157
1177
|
property :bare_metal_version, as: 'bareMetalVersion'
|
1178
|
+
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::GkeonpremV1::BinaryAuthorization, decorator: Google::Apis::GkeonpremV1::BinaryAuthorization::Representation
|
1179
|
+
|
1158
1180
|
property :cluster_operations, as: 'clusterOperations', class: Google::Apis::GkeonpremV1::BareMetalClusterOperationsConfig, decorator: Google::Apis::GkeonpremV1::BareMetalClusterOperationsConfig::Representation
|
1159
1181
|
|
1160
1182
|
property :control_plane, as: 'controlPlane', class: Google::Apis::GkeonpremV1::BareMetalControlPlaneConfig, decorator: Google::Apis::GkeonpremV1::BareMetalControlPlaneConfig::Representation
|
@@ -1518,6 +1540,13 @@ module Google
|
|
1518
1540
|
end
|
1519
1541
|
end
|
1520
1542
|
|
1543
|
+
class BinaryAuthorization
|
1544
|
+
# @private
|
1545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1546
|
+
property :evaluation_mode, as: 'evaluationMode'
|
1547
|
+
end
|
1548
|
+
end
|
1549
|
+
|
1521
1550
|
class Binding
|
1522
1551
|
# @private
|
1523
1552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2044,6 +2073,7 @@ module Google
|
|
2044
2073
|
collection :ip_blocks, as: 'ipBlocks', class: Google::Apis::GkeonpremV1::VmwareIpBlock, decorator: Google::Apis::GkeonpremV1::VmwareIpBlock::Representation
|
2045
2074
|
|
2046
2075
|
property :master_ip, as: 'masterIp'
|
2076
|
+
property :stackdriver_name, as: 'stackdriverName'
|
2047
2077
|
collection :vms, as: 'vms'
|
2048
2078
|
end
|
2049
2079
|
end
|
@@ -2112,6 +2142,7 @@ module Google
|
|
2112
2142
|
|
2113
2143
|
property :delete_time, as: 'deleteTime'
|
2114
2144
|
property :description, as: 'description'
|
2145
|
+
property :disable_bundled_ingress, as: 'disableBundledIngress'
|
2115
2146
|
property :enable_control_plane_v2, as: 'enableControlPlaneV2'
|
2116
2147
|
property :endpoint, as: 'endpoint'
|
2117
2148
|
property :etag, as: 'etag'
|
@@ -2132,6 +2163,8 @@ module Google
|
|
2132
2163
|
|
2133
2164
|
property :uid, as: 'uid'
|
2134
2165
|
property :update_time, as: 'updateTime'
|
2166
|
+
property :upgrade_policy, as: 'upgradePolicy', class: Google::Apis::GkeonpremV1::VmwareClusterUpgradePolicy, decorator: Google::Apis::GkeonpremV1::VmwareClusterUpgradePolicy::Representation
|
2167
|
+
|
2135
2168
|
property :validation_check, as: 'validationCheck', class: Google::Apis::GkeonpremV1::ValidationCheck, decorator: Google::Apis::GkeonpremV1::ValidationCheck::Representation
|
2136
2169
|
|
2137
2170
|
property :vcenter, as: 'vcenter', class: Google::Apis::GkeonpremV1::VmwareVCenterConfig, decorator: Google::Apis::GkeonpremV1::VmwareVCenterConfig::Representation
|
@@ -2140,6 +2173,13 @@ module Google
|
|
2140
2173
|
end
|
2141
2174
|
end
|
2142
2175
|
|
2176
|
+
class VmwareClusterUpgradePolicy
|
2177
|
+
# @private
|
2178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2179
|
+
property :control_plane_only, as: 'controlPlaneOnly'
|
2180
|
+
end
|
2181
|
+
end
|
2182
|
+
|
2143
2183
|
class VmwareControlPlaneNodeConfig
|
2144
2184
|
# @private
|
2145
2185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2165,6 +2205,7 @@ module Google
|
|
2165
2205
|
# @private
|
2166
2206
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2167
2207
|
property :datastore, as: 'datastore'
|
2208
|
+
property :storage_policy_name, as: 'storagePolicyName'
|
2168
2209
|
end
|
2169
2210
|
end
|
2170
2211
|
|
@@ -2229,6 +2270,8 @@ module Google
|
|
2229
2270
|
|
2230
2271
|
property :metal_lb_config, as: 'metalLbConfig', class: Google::Apis::GkeonpremV1::VmwareMetalLbConfig, decorator: Google::Apis::GkeonpremV1::VmwareMetalLbConfig::Representation
|
2231
2272
|
|
2273
|
+
property :seesaw_config, as: 'seesawConfig', class: Google::Apis::GkeonpremV1::VmwareSeesawConfig, decorator: Google::Apis::GkeonpremV1::VmwareSeesawConfig::Representation
|
2274
|
+
|
2232
2275
|
property :vip_config, as: 'vipConfig', class: Google::Apis::GkeonpremV1::VmwareVipConfig, decorator: Google::Apis::GkeonpremV1::VmwareVipConfig::Representation
|
2233
2276
|
|
2234
2277
|
end
|
@@ -2330,6 +2373,19 @@ module Google
|
|
2330
2373
|
end
|
2331
2374
|
end
|
2332
2375
|
|
2376
|
+
class VmwareSeesawConfig
|
2377
|
+
# @private
|
2378
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2379
|
+
property :enable_ha, as: 'enableHa'
|
2380
|
+
property :group, as: 'group'
|
2381
|
+
collection :ip_blocks, as: 'ipBlocks', class: Google::Apis::GkeonpremV1::VmwareIpBlock, decorator: Google::Apis::GkeonpremV1::VmwareIpBlock::Representation
|
2382
|
+
|
2383
|
+
property :master_ip, as: 'masterIp'
|
2384
|
+
property :stackdriver_name, as: 'stackdriverName'
|
2385
|
+
collection :vms, as: 'vms'
|
2386
|
+
end
|
2387
|
+
end
|
2388
|
+
|
2333
2389
|
class VmwareStaticIpConfig
|
2334
2390
|
# @private
|
2335
2391
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2355,6 +2411,7 @@ module Google
|
|
2355
2411
|
property :datastore, as: 'datastore'
|
2356
2412
|
property :folder, as: 'folder'
|
2357
2413
|
property :resource_pool, as: 'resourcePool'
|
2414
|
+
property :storage_policy_name, as: 'storagePolicyName'
|
2358
2415
|
end
|
2359
2416
|
end
|
2360
2417
|
|
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.10.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-08-
|
11
|
+
date: 2023-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.10.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.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Anthos On-Prem API V1
|