google-apis-container_v1beta1 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: 5db9bb626556329840927a92d09256816ae23479c9333e4b69f813db420c7238
|
4
|
+
data.tar.gz: 89bb2604d0025f2d5d0a01a746aedd52cbba607653527534876abdc93dd31751
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c0d994c77173e6f95cbabba5f2861d5c9f0ba33a1736cd1dcca2f76c38d5bec3fd3b78a55fb45eb48fd13c882dc9c496e5970236196274fc1638ea518ecf0ef
|
7
|
+
data.tar.gz: 7b02e332865fbed086dfb350170f35d7547add5667c4a39a0cb1dcfe72384de28fa1c7b550d6879e3dd53e9bbe3aa92166797d727f6589ad1a334542e370e578
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
2
2
|
|
3
|
+
### v0.66.0 (2024-01-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240116
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
3
8
|
### v0.65.0 (2024-01-23)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.13.0
|
@@ -236,6 +236,11 @@ module Google
|
|
236
236
|
# @return [Google::Apis::ContainerV1beta1::NetworkPolicyConfig]
|
237
237
|
attr_accessor :network_policy_config
|
238
238
|
|
239
|
+
# Configuration for the Stateful HA add-on.
|
240
|
+
# Corresponds to the JSON property `statefulHaConfig`
|
241
|
+
# @return [Google::Apis::ContainerV1beta1::StatefulHaConfig]
|
242
|
+
attr_accessor :stateful_ha_config
|
243
|
+
|
239
244
|
def initialize(**args)
|
240
245
|
update!(**args)
|
241
246
|
end
|
@@ -255,6 +260,7 @@ module Google
|
|
255
260
|
@kalm_config = args[:kalm_config] if args.key?(:kalm_config)
|
256
261
|
@kubernetes_dashboard = args[:kubernetes_dashboard] if args.key?(:kubernetes_dashboard)
|
257
262
|
@network_policy_config = args[:network_policy_config] if args.key?(:network_policy_config)
|
263
|
+
@stateful_ha_config = args[:stateful_ha_config] if args.key?(:stateful_ha_config)
|
258
264
|
end
|
259
265
|
end
|
260
266
|
|
@@ -7104,6 +7110,26 @@ module Google
|
|
7104
7110
|
end
|
7105
7111
|
end
|
7106
7112
|
|
7113
|
+
# Configuration for the Stateful HA add-on.
|
7114
|
+
class StatefulHaConfig
|
7115
|
+
include Google::Apis::Core::Hashable
|
7116
|
+
|
7117
|
+
# Whether the Stateful HA add-on is enabled for this cluster.
|
7118
|
+
# Corresponds to the JSON property `enabled`
|
7119
|
+
# @return [Boolean]
|
7120
|
+
attr_accessor :enabled
|
7121
|
+
alias_method :enabled?, :enabled
|
7122
|
+
|
7123
|
+
def initialize(**args)
|
7124
|
+
update!(**args)
|
7125
|
+
end
|
7126
|
+
|
7127
|
+
# Update properties of this object
|
7128
|
+
def update!(**args)
|
7129
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
7130
|
+
end
|
7131
|
+
end
|
7132
|
+
|
7107
7133
|
# The `Status` type defines a logical error model that is suitable for different
|
7108
7134
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
7109
7135
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1beta1
|
18
18
|
# Version of the google-apis-container_v1beta1 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.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240116"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1000,6 +1000,12 @@ module Google
|
|
1000
1000
|
include Google::Apis::Core::JsonObjectSupport
|
1001
1001
|
end
|
1002
1002
|
|
1003
|
+
class StatefulHaConfig
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
1003
1009
|
class Status
|
1004
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
1011
|
|
@@ -1214,6 +1220,8 @@ module Google
|
|
1214
1220
|
|
1215
1221
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1beta1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPolicyConfig::Representation
|
1216
1222
|
|
1223
|
+
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1beta1::StatefulHaConfig, decorator: Google::Apis::ContainerV1beta1::StatefulHaConfig::Representation
|
1224
|
+
|
1217
1225
|
end
|
1218
1226
|
end
|
1219
1227
|
|
@@ -2997,6 +3005,13 @@ module Google
|
|
2997
3005
|
end
|
2998
3006
|
end
|
2999
3007
|
|
3008
|
+
class StatefulHaConfig
|
3009
|
+
# @private
|
3010
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3011
|
+
property :enabled, as: 'enabled'
|
3012
|
+
end
|
3013
|
+
end
|
3014
|
+
|
3000
3015
|
class Status
|
3001
3016
|
# @private
|
3002
3017
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -373,8 +373,6 @@ module Google
|
|
373
373
|
end
|
374
374
|
|
375
375
|
# Gets the public component of the cluster signing keys in JSON Web Key format.
|
376
|
-
# This API is not yet intended for general use, and is not available for all
|
377
|
-
# clusters.
|
378
376
|
# @param [String] parent
|
379
377
|
# The cluster (project, location, cluster name) to get keys for. Specified in
|
380
378
|
# the format `projects/*/locations/*/clusters/*`.
|
@@ -1251,8 +1249,7 @@ module Google
|
|
1251
1249
|
|
1252
1250
|
# Gets the OIDC discovery document for the cluster. See the [OpenID Connect
|
1253
1251
|
# Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-
|
1254
|
-
# 1_0.html) for details.
|
1255
|
-
# not available for all clusters.
|
1252
|
+
# 1_0.html) for details.
|
1256
1253
|
# @param [String] parent
|
1257
1254
|
# The cluster (project, location, cluster name) to get the discovery document
|
1258
1255
|
# for. Specified in the format `projects/*/locations/*/clusters/*`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1beta1
|
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: 2024-01-
|
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
|
@@ -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-container_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.66.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|