Skip to content

Commit 801ae87

Browse files
feat: Automated regeneration of gkehub v2alpha client (#24659)
Auto-created at 2025-10-19 09:42:22 +0000 using the toys pull request generator.
1 parent 4a9064e commit 801ae87

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265746,6 +265746,7 @@
265746265746
"/gkehub:v2alpha/ConfigManagementState/clusterName": cluster_name
265747265747
"/gkehub:v2alpha/ConfigManagementState/configSyncState": config_sync_state
265748265748
"/gkehub:v2alpha/ConfigManagementState/hierarchyControllerState": hierarchy_controller_state
265749+
"/gkehub:v2alpha/ConfigManagementState/kubernetesApiServerVersion": kubernetes_api_server_version
265749265750
"/gkehub:v2alpha/ConfigManagementState/membershipSpec": membership_spec
265750265751
"/gkehub:v2alpha/ConfigManagementState/operatorState": operator_state
265751265752
"/gkehub:v2alpha/ConfigManagementState/policyControllerState": policy_controller_state

generated/google-apis-gkehub_v2alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-gkehub_v2alpha
22

3+
### v0.30.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251002
6+
37
### v0.29.0 (2025-10-05)
48

59
* Regenerated from discovery document revision 20250925

generated/google-apis-gkehub_v2alpha/lib/google/apis/gkehub_v2alpha/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,11 @@ class ConfigManagementState
13151315
# @return [Google::Apis::GkehubV2alpha::ConfigManagementHierarchyControllerState]
13161316
attr_accessor :hierarchy_controller_state
13171317

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+
13181323
# **Anthos Config Management**: Configuration for a single cluster. Intended to
13191324
# parallel the ConfigManagement CR.
13201325
# Corresponds to the JSON property `membershipSpec`
@@ -1341,6 +1346,7 @@ def update!(**args)
13411346
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
13421347
@config_sync_state = args[:config_sync_state] if args.key?(:config_sync_state)
13431348
@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)
13441350
@membership_spec = args[:membership_spec] if args.key?(:membership_spec)
13451351
@operator_state = args[:operator_state] if args.key?(:operator_state)
13461352
@policy_controller_state = args[:policy_controller_state] if args.key?(:policy_controller_state)

generated/google-apis-gkehub_v2alpha/lib/google/apis/gkehub_v2alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module GkehubV2alpha
1818
# Version of the google-apis-gkehub_v2alpha gem
19-
GEM_VERSION = "0.29.0"
19+
GEM_VERSION = "0.30.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250925"
25+
REVISION = "20251002"
2626
end
2727
end
2828
end

generated/google-apis-gkehub_v2alpha/lib/google/apis/gkehub_v2alpha/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
967967

968968
property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV2alpha::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV2alpha::ConfigManagementHierarchyControllerState::Representation
969969

970+
property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
970971
property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV2alpha::ConfigManagementSpec, decorator: Google::Apis::GkehubV2alpha::ConfigManagementSpec::Representation
971972

972973
property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV2alpha::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV2alpha::ConfigManagementOperatorState::Representation

0 commit comments

Comments
 (0)