google-apis-container_v1 0.95.0 → 0.96.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: 31166b0a19f02bd1fb6822527e81173985d6c342a4b952ae369168b46b18c4aa
4
- data.tar.gz: 8999a6161c704b551ddca6f605f9713793a1028b51ed839dfdd65a91001040a5
3
+ metadata.gz: d6b2f009dc7d7e6eaa0249a88e40f6afafaecbfb71daa55d0e39066010384012
4
+ data.tar.gz: 3e9bdd9379e649249c6dc9cddaa2581adf08ad0cddaaaf50e7f65daf2a49cedf
5
5
  SHA512:
6
- metadata.gz: 1b80c155e761c599d5da4f385657fe402e426d77f903b01806f361cafc2cc80b07ef42efd30422ac8de03d477815351298160ddb739af22f3b7947f938925862
7
- data.tar.gz: a6c4764ffa50d17c39ff1ba051e5e6b637d27125a8e33112e6b2f82b3ebf61873b05927dcb1f1c7e94b89d6a3e652d54ce10ed0e951aa4ff262b4a9a89f9905f
6
+ metadata.gz: 161c70f5bdddf3fe571d3044681709c4b8d53b4c533471449721c8fe834cba3b5b474432f67698f8c30b922666311bac0f98a4605e27a4e0b56b0ad065e4dd14
7
+ data.tar.gz: adef02e0bb821305c3ecdad01bf8f1b427ea59092cab86d51810b562aecb69845883602094936e594e861cf6804a2d2b5fb11c0ee60e59688f43e2c50f0a994e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.96.0 (2025-05-21)
4
+
5
+ * Regenerated from discovery document revision 20250506
6
+
3
7
  ### v0.95.0 (2025-05-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20250429
@@ -954,6 +954,13 @@ module Google
954
954
  # @return [Google::Apis::ContainerV1::AddonsConfig]
955
955
  attr_accessor :addons_config
956
956
 
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
+
957
964
  # Configuration for returning group information from authenticators.
958
965
  # Corresponds to the JSON property `authenticatorGroupsConfig`
959
966
  # @return [Google::Apis::ContainerV1::AuthenticatorGroupsConfig]
@@ -1442,6 +1449,7 @@ module Google
1442
1449
  # Update properties of this object
1443
1450
  def update!(**args)
1444
1451
  @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)
1445
1453
  @authenticator_groups_config = args[:authenticator_groups_config] if args.key?(:authenticator_groups_config)
1446
1454
  @autopilot = args[:autopilot] if args.key?(:autopilot)
1447
1455
  @autoscaling = args[:autoscaling] if args.key?(:autoscaling)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1
18
18
  # Version of the google-apis-container_v1 gem
19
- GEM_VERSION = "0.95.0"
19
+ GEM_VERSION = "0.96.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250429"
25
+ REVISION = "20250506"
26
26
  end
27
27
  end
28
28
  end
@@ -1460,6 +1460,7 @@ module Google
1460
1460
  class Representation < Google::Apis::Core::JsonRepresentation
1461
1461
  property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
1462
1462
 
1463
+ collection :alpha_cluster_feature_gates, as: 'alphaClusterFeatureGates'
1463
1464
  property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
1464
1465
 
1465
1466
  property :autopilot, as: 'autopilot', class: Google::Apis::ContainerV1::Autopilot, decorator: Google::Apis::ContainerV1::Autopilot::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.0
4
+ version: 0.96.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-container_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.95.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.96.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Kubernetes Engine API V1
79
79
  test_files: []