google-apis-container_v1beta1 0.91.0 → 0.93.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: 00d6df96971dffab973c7aa78431580c6f40e1ae6c37b79b1ba80adcb7f2b2f2
4
- data.tar.gz: 5c1c28b8505aa4d0b5a3026408bcc46b83d0f21e67c3a29271c7441658b6437c
3
+ metadata.gz: 68d74f42250139dc0a7d83eb5abf8c3044e6e090ccbb23ccd63ff4afca3dde78
4
+ data.tar.gz: 227ac7b884520b9ff4e1a6b86fc1c7b7743da58e63c475396f047d19b80c8803
5
5
  SHA512:
6
- metadata.gz: 380c3af7247cd40ce910c7c529f7683ca8909ad3c621ccb8540f646d9a2582845c79f93325d36c3384509ba591f61375a769792fb5e2f454d2af568f8e857e00
7
- data.tar.gz: 4a9924c6c040e3aa97887a48465ef18a8fe1add24796b0717b73ebee5baa824a4aadea851c8ab923d8dec20c9c8825d452fb4dee636bbe7fb961dee58eec004a
6
+ metadata.gz: b23f4069a547a3fa801a0322fd938d0047367c21c41f918c60060620763088ca29edde0bcaf78b879dbb23270c31e44ac7fe0da0939baf275283185f5cbaea2e
7
+ data.tar.gz: fa69c3b168390e758623b017df4089b68fbb996077dff314b802b8f0ad4f2e8a2e42d3f4c498c3a1fe5cd79888fef6f39cc6ed4fc47d6899273baddae6d53be8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.93.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250923
6
+
7
+ ### v0.92.0 (2025-09-28)
8
+
9
+ * Regenerated from discovery document revision 20250916
10
+
3
11
  ### v0.91.0 (2025-08-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20250819
@@ -222,7 +222,7 @@ module Google
222
222
  # @return [Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig]
223
223
  attr_accessor :gce_persistent_disk_csi_driver_config
224
224
 
225
- # Configuration for the GCP Filestore CSI driver.
225
+ # Configuration for the Filestore CSI driver.
226
226
  # Corresponds to the JSON property `gcpFilestoreCsiDriverConfig`
227
227
  # @return [Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig]
228
228
  attr_accessor :gcp_filestore_csi_driver_config
@@ -782,12 +782,19 @@ module Google
782
782
  class AutoscaledRolloutPolicy
783
783
  include Google::Apis::Core::Hashable
784
784
 
785
+ # Optional. Time to wait after cordoning the blue pool before draining the nodes.
786
+ # Defaults to 3 days. The value can be set between 0 and 7 days, inclusive.
787
+ # Corresponds to the JSON property `waitForDrainDuration`
788
+ # @return [String]
789
+ attr_accessor :wait_for_drain_duration
790
+
785
791
  def initialize(**args)
786
792
  update!(**args)
787
793
  end
788
794
 
789
795
  # Update properties of this object
790
796
  def update!(**args)
797
+ @wait_for_drain_duration = args[:wait_for_drain_duration] if args.key?(:wait_for_drain_duration)
791
798
  end
792
799
  end
793
800
 
@@ -1344,7 +1351,8 @@ module Google
1344
1351
  # @return [String]
1345
1352
  attr_accessor :endpoint
1346
1353
 
1347
- # EnterpriseConfig is the cluster enterprise configuration.
1354
+ # EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE
1355
+ # Enterprise features are now available without an Enterprise tier.
1348
1356
  # Corresponds to the JSON property `enterpriseConfig`
1349
1357
  # @return [Google::Apis::ContainerV1beta1::EnterpriseConfig]
1350
1358
  attr_accessor :enterprise_config
@@ -1747,7 +1755,7 @@ module Google
1747
1755
  # @return [Google::Apis::ContainerV1beta1::WorkloadCertificates]
1748
1756
  attr_accessor :workload_certificates
1749
1757
 
1750
- # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
1758
+ # Configuration for the use of Kubernetes Service Accounts in IAM policies.
1751
1759
  # Corresponds to the JSON property `workloadIdentityConfig`
1752
1760
  # @return [Google::Apis::ContainerV1beta1::WorkloadIdentityConfig]
1753
1761
  attr_accessor :workload_identity_config
@@ -2095,6 +2103,8 @@ module Google
2095
2103
  alias_method :desired_enable_private_endpoint?, :desired_enable_private_endpoint
2096
2104
 
2097
2105
  # DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
2106
+ # Deprecated: GKE Enterprise features are now available without an Enterprise
2107
+ # tier.
2098
2108
  # Corresponds to the JSON property `desiredEnterpriseConfig`
2099
2109
  # @return [Google::Apis::ContainerV1beta1::DesiredEnterpriseConfig]
2100
2110
  attr_accessor :desired_enterprise_config
@@ -2414,7 +2424,7 @@ module Google
2414
2424
  # @return [Google::Apis::ContainerV1beta1::WorkloadCertificates]
2415
2425
  attr_accessor :desired_workload_certificates
2416
2426
 
2417
- # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
2427
+ # Configuration for the use of Kubernetes Service Accounts in IAM policies.
2418
2428
  # Corresponds to the JSON property `desiredWorkloadIdentityConfig`
2419
2429
  # @return [Google::Apis::ContainerV1beta1::WorkloadIdentityConfig]
2420
2430
  attr_accessor :desired_workload_identity_config
@@ -2977,13 +2987,25 @@ module Google
2977
2987
  class DnsEndpointConfig
2978
2988
  include Google::Apis::Core::Hashable
2979
2989
 
2980
- # Controls whether user traffic is allowed over this endpoint. Note that GCP-
2990
+ # Controls whether user traffic is allowed over this endpoint. Note that Google-
2981
2991
  # managed services may still use the endpoint even if this is false.
2982
2992
  # Corresponds to the JSON property `allowExternalTraffic`
2983
2993
  # @return [Boolean]
2984
2994
  attr_accessor :allow_external_traffic
2985
2995
  alias_method :allow_external_traffic?, :allow_external_traffic
2986
2996
 
2997
+ # Controls whether the k8s certs auth is allowed via DNS.
2998
+ # Corresponds to the JSON property `enableK8sCertsViaDns`
2999
+ # @return [Boolean]
3000
+ attr_accessor :enable_k8s_certs_via_dns
3001
+ alias_method :enable_k8s_certs_via_dns?, :enable_k8s_certs_via_dns
3002
+
3003
+ # Controls whether the k8s token auth is allowed via DNS.
3004
+ # Corresponds to the JSON property `enableK8sTokensViaDns`
3005
+ # @return [Boolean]
3006
+ attr_accessor :enable_k8s_tokens_via_dns
3007
+ alias_method :enable_k8s_tokens_via_dns?, :enable_k8s_tokens_via_dns
3008
+
2987
3009
  # Output only. The cluster's DNS endpoint configuration. A DNS format address.
2988
3010
  # This is accessible from the public internet. Ex: uid.us-central1.gke.goog.
2989
3011
  # Always present, but the behavior may change according to the value of
@@ -2999,6 +3021,8 @@ module Google
2999
3021
  # Update properties of this object
3000
3022
  def update!(**args)
3001
3023
  @allow_external_traffic = args[:allow_external_traffic] if args.key?(:allow_external_traffic)
3024
+ @enable_k8s_certs_via_dns = args[:enable_k8s_certs_via_dns] if args.key?(:enable_k8s_certs_via_dns)
3025
+ @enable_k8s_tokens_via_dns = args[:enable_k8s_tokens_via_dns] if args.key?(:enable_k8s_tokens_via_dns)
3002
3026
  @endpoint = args[:endpoint] if args.key?(:endpoint)
3003
3027
  end
3004
3028
  end
@@ -3179,6 +3203,8 @@ module Google
3179
3203
  end
3180
3204
 
3181
3205
  # DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
3206
+ # Deprecated: GKE Enterprise features are now available without an Enterprise
3207
+ # tier.
3182
3208
  class DesiredEnterpriseConfig
3183
3209
  include Google::Apis::Core::Hashable
3184
3210
 
@@ -3233,7 +3259,8 @@ module Google
3233
3259
  end
3234
3260
  end
3235
3261
 
3236
- # EnterpriseConfig is the cluster enterprise configuration.
3262
+ # EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE
3263
+ # Enterprise features are now available without an Enterprise tier.
3237
3264
  class EnterpriseConfig
3238
3265
  include Google::Apis::Core::Hashable
3239
3266
 
@@ -3748,11 +3775,11 @@ module Google
3748
3775
  end
3749
3776
  end
3750
3777
 
3751
- # Configuration for the GCP Filestore CSI driver.
3778
+ # Configuration for the Filestore CSI driver.
3752
3779
  class GcpFilestoreCsiDriverConfig
3753
3780
  include Google::Apis::Core::Hashable
3754
3781
 
3755
- # Whether the GCP Filestore CSI driver is enabled for this cluster.
3782
+ # Whether the Filestore CSI driver is enabled for this cluster.
3756
3783
  # Corresponds to the JSON property `enabled`
3757
3784
  # @return [Boolean]
3758
3785
  attr_accessor :enabled
@@ -7781,7 +7808,7 @@ module Google
7781
7808
  end
7782
7809
  end
7783
7810
 
7784
- # Collection of [GCP labels](https://`$universe.dns_names.
7811
+ # Collection of [Resource Manager labels](https://`$universe.dns_names.
7785
7812
  # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
7786
7813
  class ResourceLabels
7787
7814
  include Google::Apis::Core::Hashable
@@ -9599,7 +9626,7 @@ module Google
9599
9626
  # @return [Google::Apis::ContainerV1beta1::QueuedProvisioning]
9600
9627
  attr_accessor :queued_provisioning
9601
9628
 
9602
- # Collection of [GCP labels](https://`$universe.dns_names.
9629
+ # Collection of [Resource Manager labels](https://`$universe.dns_names.
9603
9630
  # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
9604
9631
  # Corresponds to the JSON property `resourceLabels`
9605
9632
  # @return [Google::Apis::ContainerV1beta1::ResourceLabels]
@@ -10378,7 +10405,7 @@ module Google
10378
10405
  end
10379
10406
  end
10380
10407
 
10381
- # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
10408
+ # Configuration for the use of Kubernetes Service Accounts in IAM policies.
10382
10409
  class WorkloadIdentityConfig
10383
10410
  include Google::Apis::Core::Hashable
10384
10411
 
@@ -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.91.0"
19
+ GEM_VERSION = "0.93.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250819"
25
+ REVISION = "20250923"
26
26
  end
27
27
  end
28
28
  end
@@ -1629,6 +1629,7 @@ module Google
1629
1629
  class AutoscaledRolloutPolicy
1630
1630
  # @private
1631
1631
  class Representation < Google::Apis::Core::JsonRepresentation
1632
+ property :wait_for_drain_duration, as: 'waitForDrainDuration'
1632
1633
  end
1633
1634
  end
1634
1635
 
@@ -2205,6 +2206,8 @@ module Google
2205
2206
  # @private
2206
2207
  class Representation < Google::Apis::Core::JsonRepresentation
2207
2208
  property :allow_external_traffic, as: 'allowExternalTraffic'
2209
+ property :enable_k8s_certs_via_dns, as: 'enableK8sCertsViaDns'
2210
+ property :enable_k8s_tokens_via_dns, as: 'enableK8sTokensViaDns'
2208
2211
  property :endpoint, as: 'endpoint'
2209
2212
  end
2210
2213
  end
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.91.0
4
+ version: 0.93.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.91.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.93.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: