Skip to content

Commit 1cc4cc1

Browse files
feat: Automated regeneration of container v1 client (googleapis#23204)
Auto-created at 2025-05-21 21:06:07 +0000 using the toys pull request generator.
1 parent 73bef71 commit 1cc4cc1

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
@@ -126304,6 +126304,8 @@
126304126304
"/container:v1/CloudRunConfig/loadBalancerType": load_balancer_type
126305126305
"/container:v1/Cluster": cluster
126306126306
"/container:v1/Cluster/addonsConfig": addons_config
126307+
"/container:v1/Cluster/alphaClusterFeatureGates": alpha_cluster_feature_gates
126308+
"/container:v1/Cluster/alphaClusterFeatureGates/alpha_cluster_feature_gate": alpha_cluster_feature_gate
126307126309
"/container:v1/Cluster/authenticatorGroupsConfig": authenticator_groups_config
126308126310
"/container:v1/Cluster/autopilot": autopilot
126309126311
"/container:v1/Cluster/autoscaling": autoscaling

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

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

59
* Regenerated from discovery document revision 20250429

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,13 @@ class Cluster
954954
# @return [Google::Apis::ContainerV1::AddonsConfig]
955955
attr_accessor :addons_config
956956

957+
# The list of user specified Kubernetes feature gates. Each string represents
958+
# the activation status of a feature gate (e.g. "featureX=true" or "featureX=
959+
# false")
960+
# Corresponds to the JSON property `alphaClusterFeatureGates`
961+
# @return [Array<String>]
962+
attr_accessor :alpha_cluster_feature_gates
963+
957964
# Configuration for returning group information from authenticators.
958965
# Corresponds to the JSON property `authenticatorGroupsConfig`
959966
# @return [Google::Apis::ContainerV1::AuthenticatorGroupsConfig]
@@ -1442,6 +1449,7 @@ def initialize(**args)
14421449
# Update properties of this object
14431450
def update!(**args)
14441451
@addons_config = args[:addons_config] if args.key?(:addons_config)
1452+
@alpha_cluster_feature_gates = args[:alpha_cluster_feature_gates] if args.key?(:alpha_cluster_feature_gates)
14451453
@authenticator_groups_config = args[:authenticator_groups_config] if args.key?(:authenticator_groups_config)
14461454
@autopilot = args[:autopilot] if args.key?(:autopilot)
14471455
@autoscaling = args[:autoscaling] if args.key?(:autoscaling)

generated/google-apis-container_v1/lib/google/apis/container_v1/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 ContainerV1
1818
# Version of the google-apis-container_v1 gem
19-
GEM_VERSION = "0.95.0"
19+
GEM_VERSION = "0.96.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_v1/lib/google/apis/container_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,7 @@ class Cluster
14601460
class Representation < Google::Apis::Core::JsonRepresentation
14611461
property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
14621462

1463+
collection :alpha_cluster_feature_gates, as: 'alphaClusterFeatureGates'
14631464
property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
14641465

14651466
property :autopilot, as: 'autopilot', class: Google::Apis::ContainerV1::Autopilot, decorator: Google::Apis::ContainerV1::Autopilot::Representation

0 commit comments

Comments
 (0)