google-apis-gkehub_v1beta 0.90.0 → 0.91.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: 15932d3781244b6754d76da2ad1e60463eafb9e9a9b6a68185bd4afaa1fd9799
|
4
|
+
data.tar.gz: 2fad1ae29a80c56e31151e03ed6e6b6d0f3a52ee401623acd548d0ad2c40a938
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3b750b75a2c77fc1822ec9403b764370168d917faaeb732de36c31bab1606aaf7d7230e5d54fb67dc571b27d1415285a4e3d77c54995ec18443f8f35c0dd095
|
7
|
+
data.tar.gz: 2a4c1bd0eaf6811858cad35b3d1560e9694e7420258c898e45b94b71ad2227ac9709eb4db704f4fdab1c4d4fa15ac9e73fd86cbe2d2a4242bcc797279826f5cc
|
data/CHANGELOG.md
CHANGED
@@ -1707,6 +1707,11 @@ module Google
|
|
1707
1707
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerState]
|
1708
1708
|
attr_accessor :hierarchy_controller_state
|
1709
1709
|
|
1710
|
+
# Output only. The Kubernetes API server version of the cluster.
|
1711
|
+
# Corresponds to the JSON property `kubernetesApiServerVersion`
|
1712
|
+
# @return [String]
|
1713
|
+
attr_accessor :kubernetes_api_server_version
|
1714
|
+
|
1710
1715
|
# **Anthos Config Management**: Configuration for a single cluster. Intended to
|
1711
1716
|
# parallel the ConfigManagement CR.
|
1712
1717
|
# Corresponds to the JSON property `membershipSpec`
|
@@ -1733,6 +1738,7 @@ module Google
|
|
1733
1738
|
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
|
1734
1739
|
@config_sync_state = args[:config_sync_state] if args.key?(:config_sync_state)
|
1735
1740
|
@hierarchy_controller_state = args[:hierarchy_controller_state] if args.key?(:hierarchy_controller_state)
|
1741
|
+
@kubernetes_api_server_version = args[:kubernetes_api_server_version] if args.key?(:kubernetes_api_server_version)
|
1736
1742
|
@membership_spec = args[:membership_spec] if args.key?(:membership_spec)
|
1737
1743
|
@operator_state = args[:operator_state] if args.key?(:operator_state)
|
1738
1744
|
@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 GkehubV1beta
|
18
18
|
# Version of the google-apis-gkehub_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.91.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
|
@@ -1507,6 +1507,7 @@ module Google
|
|
1507
1507
|
|
1508
1508
|
property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerState::Representation
|
1509
1509
|
|
1510
|
+
property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
|
1510
1511
|
property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec::Representation
|
1511
1512
|
|
1512
1513
|
property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV1beta::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV1beta::ConfigManagementOperatorState::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.91.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_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.91.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|