google-apis-gkehub_v1 0.16.0 → 0.17.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: 5bf960443dc5ef64492ed734c920ffb5b084f356a7edfc4c31e018299523dd83
|
4
|
+
data.tar.gz: f245e4eecde382c8c56989797d303048877486801920c27378b69a7709642394
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 255ccccc880b1bdf5c2d6419f6d32323bec254e767d1536e197061e3d00b15688099927dd0aacef5716c07b9d095dc599e4ad9a4aa49056cc49c1c8ce97c781e
|
7
|
+
data.tar.gz: 87a3497bba76e7fe232af5b2defc4f787d616d129ab8240c7441d55b5d5179232617ad113b9efe495934e2badf7ee9bb1ccc98e089cf4336a2cc19906cbae97d
|
data/CHANGELOG.md
CHANGED
@@ -2270,6 +2270,13 @@ module Google
|
|
2270
2270
|
# @return [String]
|
2271
2271
|
attr_accessor :connect_version
|
2272
2272
|
|
2273
|
+
# Optional. Major version of the Kubernetes cluster. This is only used to
|
2274
|
+
# determine which version to use for the CustomResourceDefinition resources, `
|
2275
|
+
# apiextensions/v1beta1` or`apiextensions/v1`.
|
2276
|
+
# Corresponds to the JSON property `k8sVersion`
|
2277
|
+
# @return [String]
|
2278
|
+
attr_accessor :k8s_version
|
2279
|
+
|
2273
2280
|
# Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for
|
2274
2281
|
# CustomResourceDefinition resources. This option should be set for clusters
|
2275
2282
|
# with Kubernetes apiserver versions <1.16.
|
@@ -2285,6 +2292,7 @@ module Google
|
|
2285
2292
|
# Update properties of this object
|
2286
2293
|
def update!(**args)
|
2287
2294
|
@connect_version = args[:connect_version] if args.key?(:connect_version)
|
2295
|
+
@k8s_version = args[:k8s_version] if args.key?(:k8s_version)
|
2288
2296
|
@v1beta1_crd = args[:v1beta1_crd] if args.key?(:v1beta1_crd)
|
2289
2297
|
end
|
2290
2298
|
end
|
@@ -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.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211203"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1006,6 +1006,7 @@ module Google
|
|
1006
1006
|
# @private
|
1007
1007
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1008
1008
|
property :connect_version, as: 'connectVersion'
|
1009
|
+
property :k8s_version, as: 'k8sVersion'
|
1009
1010
|
property :v1beta1_crd, as: 'v1beta1Crd'
|
1010
1011
|
end
|
1011
1012
|
end
|
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.17.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: 2021-
|
11
|
+
date: 2021-12-13 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-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.17.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: []
|