google-apis-gkehub_v2 0.14.0 → 0.15.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: 6aeeb224f5e5dc80ca0f5e422cdd03acc99796937853f88c1feac976c44d9de9
|
4
|
+
data.tar.gz: a95776d6de8fbca6312e2c85d5879c8e5f6807db38f65367f6e4a7f659bab164
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a7eb50a99e45a505d674087bbf7b3604774fe7944aeb599e631dabbe106f2878a6b597ff394dcfc2e45042699d5930e929826f694aacff52613e7ca4aae1c1f
|
7
|
+
data.tar.gz: e762851aa855899c48ec66855adbc94a0b6a1ef6ae402cd79bb6387e2e3327b2982d5fdec15675f34ad518654655fba48976f8486ac42dd9ae673dbccfdd2e98
|
data/CHANGELOG.md
CHANGED
@@ -1315,6 +1315,11 @@ module Google
|
|
1315
1315
|
# @return [Google::Apis::GkehubV2::ConfigManagementHierarchyControllerState]
|
1316
1316
|
attr_accessor :hierarchy_controller_state
|
1317
1317
|
|
1318
|
+
# Output only. The Kubernetes API server version of the cluster.
|
1319
|
+
# Corresponds to the JSON property `kubernetesApiServerVersion`
|
1320
|
+
# @return [String]
|
1321
|
+
attr_accessor :kubernetes_api_server_version
|
1322
|
+
|
1318
1323
|
# **Anthos Config Management**: Configuration for a single cluster. Intended to
|
1319
1324
|
# parallel the ConfigManagement CR.
|
1320
1325
|
# Corresponds to the JSON property `membershipSpec`
|
@@ -1341,6 +1346,7 @@ module Google
|
|
1341
1346
|
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
|
1342
1347
|
@config_sync_state = args[:config_sync_state] if args.key?(:config_sync_state)
|
1343
1348
|
@hierarchy_controller_state = args[:hierarchy_controller_state] if args.key?(:hierarchy_controller_state)
|
1349
|
+
@kubernetes_api_server_version = args[:kubernetes_api_server_version] if args.key?(:kubernetes_api_server_version)
|
1344
1350
|
@membership_spec = args[:membership_spec] if args.key?(:membership_spec)
|
1345
1351
|
@operator_state = args[:operator_state] if args.key?(:operator_state)
|
1346
1352
|
@policy_controller_state = args[:policy_controller_state] if args.key?(:policy_controller_state)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV2
|
18
18
|
# Version of the google-apis-gkehub_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.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 = "20251002"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -967,6 +967,7 @@ module Google
|
|
967
967
|
|
968
968
|
property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerState::Representation
|
969
969
|
|
970
|
+
property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
|
970
971
|
property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV2::ConfigManagementSpec, decorator: Google::Apis::GkehubV2::ConfigManagementSpec::Representation
|
971
972
|
|
972
973
|
property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV2::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV2::ConfigManagementOperatorState::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0.15.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|