google-apis-container_v1beta1 0.83.0 → 0.84.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: '058751f32d888288a29e171c01deb7ebdf46ce8c01fc2bde4a01d4f0c2f01b5c'
4
- data.tar.gz: e57ca9915ff8ec8fe3aeeece9c47735950b490b57636acba26131888b9939b2b
3
+ metadata.gz: 06fa6fb50e65e6849a8b74884d6654a441f468b95e62bc0273d11e98f36527eb
4
+ data.tar.gz: 3b572f0ae8f9cd493800e7628b62639c0a02235e2555533a8792a6ce9325a12b
5
5
  SHA512:
6
- metadata.gz: c8824e09c97d1ac165a6a3ec1614bb3bfae6e4bd003060e45960a32f579de64481229a075ec8009c11df4e11c3302051df6548656a69aee0a3d2fe308ae98bd3
7
- data.tar.gz: 2e7fac37aa40f5bded5b9df1c5d434cf301a08ae3d958075260fbfb39d144b5dd6740fd7266b9cb5b1faef97dd7d74922ec5fb587b479b556d2c6dbe5d6fe42a
6
+ metadata.gz: 62e5273586cc35a2cd9ed9275e73cfeb4eca9e711320d803c08866a8406db5df2358f8c22e2a41a2a2d5574fad33c135d5f431f81b520a90ab24843fec72aa9e
7
+ data.tar.gz: 26941597228101d8a1d5d93018566c966d46970fad60b1c9a04f77e9d1d2f945c74f6c97c0d69e1fc72031cad2485e20538807294f68da28df36df1b90ae7f64
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.84.0 (2025-05-21)
4
+
5
+ * Regenerated from discovery document revision 20250506
6
+
3
7
  ### v0.83.0 (2025-05-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20250429
@@ -1059,6 +1059,13 @@ module Google
1059
1059
  # @return [Google::Apis::ContainerV1beta1::AddonsConfig]
1060
1060
  attr_accessor :addons_config
1061
1061
 
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
+
1062
1069
  # Configuration for returning group information from authenticators.
1063
1070
  # Corresponds to the JSON property `authenticatorGroupsConfig`
1064
1071
  # @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
@@ -1603,6 +1610,7 @@ module Google
1603
1610
  # Update properties of this object
1604
1611
  def update!(**args)
1605
1612
  @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)
1606
1614
  @authenticator_groups_config = args[:authenticator_groups_config] if args.key?(:authenticator_groups_config)
1607
1615
  @autopilot = args[:autopilot] if args.key?(:autopilot)
1608
1616
  @autoscaling = args[:autoscaling] if args.key?(:autoscaling)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1beta1
18
18
  # Version of the google-apis-container_v1beta1 gem
19
- GEM_VERSION = "0.83.0"
19
+ GEM_VERSION = "0.84.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
@@ -1630,6 +1630,7 @@ module Google
1630
1630
  class Representation < Google::Apis::Core::JsonRepresentation
1631
1631
  property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
1632
1632
 
1633
+ collection :alpha_cluster_feature_gates, as: 'alphaClusterFeatureGates'
1633
1634
  property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
1634
1635
 
1635
1636
  property :autopilot, as: 'autopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.83.0
4
+ version: 0.84.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.83.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.84.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
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 V1beta1
79
79
  test_files: []