google-apis-gkehub_v1beta1 0.47.0 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 189fd0516c7e15aac53d28f0965d3b305c0acb80152e4e6ed5b6142c876469f2
|
4
|
+
data.tar.gz: 3653648b7134a87b17ab14fd37551c8ba9adae1e17342c8bb4a05135312ee591
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cfec0f7be791d5c550b1557c349d164496cdb71481e33405cad51737fcdc4779389dd8a9257edddd620eff1a6503a5eb1cc741e3cfbfb3be817f002bc4fba8c
|
7
|
+
data.tar.gz: 4348a72a896a70fff1527e57e5caf0655dea13897ad0eb77b939db60748fd37028e890ea4a2723c51b7d267e1b728fefaaa86caa1a901898a56028c35c22081a
|
data/CHANGELOG.md
CHANGED
@@ -1371,8 +1371,14 @@ module Google
|
|
1371
1371
|
# @return [String]
|
1372
1372
|
attr_accessor :connect_version
|
1373
1373
|
|
1374
|
-
# Optional.
|
1375
|
-
#
|
1374
|
+
# Optional. Git version of the Kubernetes cluster. This is only used to gate the
|
1375
|
+
# Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
|
1376
|
+
# Corresponds to the JSON property `k8sGitVersion`
|
1377
|
+
# @return [String]
|
1378
|
+
attr_accessor :k8s_git_version
|
1379
|
+
|
1380
|
+
# Optional. Major and minor version of the Kubernetes cluster. This is only used
|
1381
|
+
# to determine which version to use for the CustomResourceDefinition resources, `
|
1376
1382
|
# apiextensions/v1beta1` or`apiextensions/v1`.
|
1377
1383
|
# Corresponds to the JSON property `k8sVersion`
|
1378
1384
|
# @return [String]
|
@@ -1393,6 +1399,7 @@ module Google
|
|
1393
1399
|
# Update properties of this object
|
1394
1400
|
def update!(**args)
|
1395
1401
|
@connect_version = args[:connect_version] if args.key?(:connect_version)
|
1402
|
+
@k8s_git_version = args[:k8s_git_version] if args.key?(:k8s_git_version)
|
1396
1403
|
@k8s_version = args[:k8s_version] if args.key?(:k8s_version)
|
1397
1404
|
@v1beta1_crd = args[:v1beta1_crd] if args.key?(:v1beta1_crd)
|
1398
1405
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta1
|
18
18
|
# Version of the google-apis-gkehub_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250907"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -551,6 +551,7 @@ module Google
|
|
551
551
|
# @private
|
552
552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
553
553
|
property :connect_version, as: 'connectVersion'
|
554
|
+
property :k8s_git_version, as: 'k8sGitVersion'
|
554
555
|
property :k8s_version, as: 'k8sVersion'
|
555
556
|
property :v1beta1_crd, as: 'v1beta1Crd'
|
556
557
|
end
|
@@ -85,8 +85,8 @@ module Google
|
|
85
85
|
# @param [String] name
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
87
87
|
# @param [Array<String>, String] extra_location_types
|
88
|
-
# Optional.
|
89
|
-
#
|
88
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
89
|
+
# field which is primarily intended for internal usage.
|
90
90
|
# @param [String] filter
|
91
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
92
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.48.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.48.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|