google-apis-gkeonprem_v1 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gkeonprem_v1/classes.rb +13 -5
- data/lib/google/apis/gkeonprem_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8533d183f672b3fa4cd4b1815ba337adb81a579a91b879e9483bf8b8868b6c5b
|
4
|
+
data.tar.gz: 6bb2723615b409a6debb994da384f415c669780d7ff1cd245d3667d4402b9e97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1723c47165c657dc4e24b69b611e416c16a0fb534e78f1aa742fef729f03a71cd4e82a60d400c95539b3ba5255e0d4a8ba3612c038d4097c101f6d42d5b11380
|
7
|
+
data.tar.gz: abb68806b6fd5d6c79000630ac37d78dc9a91e6955aac8d9d820f35318588b126492eefd92d70f6593e4c2248e81192d98546b39f15638b81225c14a2d29cbea
|
data/CHANGELOG.md
CHANGED
@@ -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
|
|
@@ -89,7 +89,7 @@ module Google
|
|
89
89
|
# @return [Hash<String,String>]
|
90
90
|
attr_accessor :annotations
|
91
91
|
|
92
|
-
#
|
92
|
+
# The Anthos clusters on bare metal version for the bare metal admin cluster.
|
93
93
|
# Corresponds to the JSON property `bareMetalVersion`
|
94
94
|
# @return [String]
|
95
95
|
attr_accessor :bare_metal_version
|
@@ -616,7 +616,7 @@ module Google
|
|
616
616
|
class BareMetalAdminPortConfig
|
617
617
|
include Google::Apis::Core::Hashable
|
618
618
|
|
619
|
-
#
|
619
|
+
# The port that control plane hosted load balancers will listen on.
|
620
620
|
# Corresponds to the JSON property `controlPlaneLoadBalancerPort`
|
621
621
|
# @return [Fixnum]
|
622
622
|
attr_accessor :control_plane_load_balancer_port
|
@@ -4444,7 +4444,11 @@ module Google
|
|
4444
4444
|
# @return [Google::Apis::GkeonpremV1::VmwareF5BigIpConfig]
|
4445
4445
|
attr_accessor :f5_config
|
4446
4446
|
|
4447
|
-
#
|
4447
|
+
# Represents configuration parameters for an already existing manual load
|
4448
|
+
# balancer. Given the nature of manual load balancers it is expected that said
|
4449
|
+
# load balancer will be fully managed by users. IMPORTANT: Please note that the
|
4450
|
+
# Anthos On-Prem API will not generate or update ManualLB configurations it can
|
4451
|
+
# only bind a pre-existing configuration to a new VMware user cluster.
|
4448
4452
|
# Corresponds to the JSON property `manualLbConfig`
|
4449
4453
|
# @return [Google::Apis::GkeonpremV1::VmwareManualLbConfig]
|
4450
4454
|
attr_accessor :manual_lb_config
|
@@ -4472,7 +4476,11 @@ module Google
|
|
4472
4476
|
end
|
4473
4477
|
end
|
4474
4478
|
|
4475
|
-
#
|
4479
|
+
# Represents configuration parameters for an already existing manual load
|
4480
|
+
# balancer. Given the nature of manual load balancers it is expected that said
|
4481
|
+
# load balancer will be fully managed by users. IMPORTANT: Please note that the
|
4482
|
+
# Anthos On-Prem API will not generate or update ManualLB configurations it can
|
4483
|
+
# only bind a pre-existing configuration to a new VMware user cluster.
|
4476
4484
|
class VmwareManualLbConfig
|
4477
4485
|
include Google::Apis::Core::Hashable
|
4478
4486
|
|
@@ -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.2.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 = "20230426"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.2.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-
|
11
|
+
date: 2023-05-14 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.2.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: []
|