Skip to content

Commit dca7a87

Browse files
feat: Automated regeneration of container v1beta1 client (googleapis#23200)
Auto-created at 2025-05-21 20:56:05 +0000 using the toys pull request generator.
1 parent 4e23ac6 commit dca7a87

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127692,6 +127692,8 @@
127692127692
"/container:v1beta1/CloudRunConfig/loadBalancerType": load_balancer_type
127693127693
"/container:v1beta1/Cluster": cluster
127694127694
"/container:v1beta1/Cluster/addonsConfig": addons_config
127695+
"/container:v1beta1/Cluster/alphaClusterFeatureGates": alpha_cluster_feature_gates
127696+
"/container:v1beta1/Cluster/alphaClusterFeatureGates/alpha_cluster_feature_gate": alpha_cluster_feature_gate
127695127697
"/container:v1beta1/Cluster/authenticatorGroupsConfig": authenticator_groups_config
127696127698
"/container:v1beta1/Cluster/autopilot": autopilot
127697127699
"/container:v1beta1/Cluster/autoscaling": autoscaling

generated/google-apis-container_v1beta1/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-container_v1beta1
22

3+
### v0.84.0 (2025-05-21)
4+
5+
* Regenerated from discovery document revision 20250506
6+
37
### v0.83.0 (2025-05-11)
48

59
* Regenerated from discovery document revision 20250429

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,13 @@ class Cluster
10591059
# @return [Google::Apis::ContainerV1beta1::AddonsConfig]
10601060
attr_accessor :addons_config
10611061

1062+
# The list of user specified Kubernetes feature gates. Each string represents
1063+
# the activation status of a feature gate (e.g. "featureX=true" or "featureX=
1064+
# false")
1065+
# Corresponds to the JSON property `alphaClusterFeatureGates`
1066+
# @return [Array<String>]
1067+
attr_accessor :alpha_cluster_feature_gates
1068+
10621069
# Configuration for returning group information from authenticators.
10631070
# Corresponds to the JSON property `authenticatorGroupsConfig`
10641071
# @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
@@ -1603,6 +1610,7 @@ def initialize(**args)
16031610
# Update properties of this object
16041611
def update!(**args)
16051612
@addons_config = args[:addons_config] if args.key?(:addons_config)
1613+
@alpha_cluster_feature_gates = args[:alpha_cluster_feature_gates] if args.key?(:alpha_cluster_feature_gates)
16061614
@authenticator_groups_config = args[:authenticator_groups_config] if args.key?(:authenticator_groups_config)
16071615
@autopilot = args[:autopilot] if args.key?(:autopilot)
16081616
@autoscaling = args[:autoscaling] if args.key?(:autoscaling)

generated/google-apis-container_v1beta1/lib/google/apis/container_v1beta1/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 ContainerV1beta1
1818
# Version of the google-apis-container_v1beta1 gem
19-
GEM_VERSION = "0.83.0"
19+
GEM_VERSION = "0.84.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,7 @@ class Cluster
16301630
class Representation < Google::Apis::Core::JsonRepresentation
16311631
property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
16321632

1633+
collection :alpha_cluster_feature_gates, as: 'alphaClusterFeatureGates'
16331634
property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
16341635

16351636
property :autopilot, as: 'autopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation

0 commit comments

Comments
 (0)