google-apis-container_v1beta1 0.91.0 → 0.92.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: d132fce75a8bf2aa1286b1ea24089d237b1c506f41086bb85fe4461037821c25
4
+ data.tar.gz: 2aa955648f747f9c377ba073bc19c287cd5a4ecf05accc8b7b9cffbf6c4c4618
5
5
  SHA512:
6
- metadata.gz: 380c3af7247cd40ce910c7c529f7683ca8909ad3c621ccb8540f646d9a2582845c79f93325d36c3384509ba591f61375a769792fb5e2f454d2af568f8e857e00
7
- data.tar.gz: 4a9924c6c040e3aa97887a48465ef18a8fe1add24796b0717b73ebee5baa824a4aadea851c8ab923d8dec20c9c8825d452fb4dee636bbe7fb961dee58eec004a
6
+ metadata.gz: 56a6b0d915598507e62df3e2a2e7864a0dda04d75ce855225cd73544fe749f72ad29d4b551cae530d4c2fcfda44cea146f37aa2fd27c45206a553ad48ca780b7
7
+ data.tar.gz: fd401bf13fb7d758a3059a9bed02c2800b10b5e940d7be16c2089bc2d268d7882abf1a90ca62840ec0455155f01db3b171e16040237688136bf55cf4a70e41a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.92.0 (2025-09-28)
4
+
5
+ * Regenerated from discovery document revision 20250916
6
+
3
7
  ### v0.91.0 (2025-08-31)
4
8
 
5
9
  * 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
@@ -1344,7 +1344,8 @@ module Google
1344
1344
  # @return [String]
1345
1345
  attr_accessor :endpoint
1346
1346
 
1347
- # EnterpriseConfig is the cluster enterprise configuration.
1347
+ # EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE
1348
+ # Enterprise features are now available without an Enterprise tier.
1348
1349
  # Corresponds to the JSON property `enterpriseConfig`
1349
1350
  # @return [Google::Apis::ContainerV1beta1::EnterpriseConfig]
1350
1351
  attr_accessor :enterprise_config
@@ -1747,7 +1748,7 @@ module Google
1747
1748
  # @return [Google::Apis::ContainerV1beta1::WorkloadCertificates]
1748
1749
  attr_accessor :workload_certificates
1749
1750
 
1750
- # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
1751
+ # Configuration for the use of Kubernetes Service Accounts in IAM policies.
1751
1752
  # Corresponds to the JSON property `workloadIdentityConfig`
1752
1753
  # @return [Google::Apis::ContainerV1beta1::WorkloadIdentityConfig]
1753
1754
  attr_accessor :workload_identity_config
@@ -2095,6 +2096,8 @@ module Google
2095
2096
  alias_method :desired_enable_private_endpoint?, :desired_enable_private_endpoint
2096
2097
 
2097
2098
  # DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
2099
+ # Deprecated: GKE Enterprise features are now available without an Enterprise
2100
+ # tier.
2098
2101
  # Corresponds to the JSON property `desiredEnterpriseConfig`
2099
2102
  # @return [Google::Apis::ContainerV1beta1::DesiredEnterpriseConfig]
2100
2103
  attr_accessor :desired_enterprise_config
@@ -2414,7 +2417,7 @@ module Google
2414
2417
  # @return [Google::Apis::ContainerV1beta1::WorkloadCertificates]
2415
2418
  attr_accessor :desired_workload_certificates
2416
2419
 
2417
- # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
2420
+ # Configuration for the use of Kubernetes Service Accounts in IAM policies.
2418
2421
  # Corresponds to the JSON property `desiredWorkloadIdentityConfig`
2419
2422
  # @return [Google::Apis::ContainerV1beta1::WorkloadIdentityConfig]
2420
2423
  attr_accessor :desired_workload_identity_config
@@ -2977,13 +2980,25 @@ module Google
2977
2980
  class DnsEndpointConfig
2978
2981
  include Google::Apis::Core::Hashable
2979
2982
 
2980
- # Controls whether user traffic is allowed over this endpoint. Note that GCP-
2983
+ # Controls whether user traffic is allowed over this endpoint. Note that Google-
2981
2984
  # managed services may still use the endpoint even if this is false.
2982
2985
  # Corresponds to the JSON property `allowExternalTraffic`
2983
2986
  # @return [Boolean]
2984
2987
  attr_accessor :allow_external_traffic
2985
2988
  alias_method :allow_external_traffic?, :allow_external_traffic
2986
2989
 
2990
+ # Controls whether the k8s certs auth is allowed via DNS.
2991
+ # Corresponds to the JSON property `enableK8sCertsViaDns`
2992
+ # @return [Boolean]
2993
+ attr_accessor :enable_k8s_certs_via_dns
2994
+ alias_method :enable_k8s_certs_via_dns?, :enable_k8s_certs_via_dns
2995
+
2996
+ # Controls whether the k8s token auth is allowed via DNS.
2997
+ # Corresponds to the JSON property `enableK8sTokensViaDns`
2998
+ # @return [Boolean]
2999
+ attr_accessor :enable_k8s_tokens_via_dns
3000
+ alias_method :enable_k8s_tokens_via_dns?, :enable_k8s_tokens_via_dns
3001
+
2987
3002
  # Output only. The cluster's DNS endpoint configuration. A DNS format address.
2988
3003
  # This is accessible from the public internet. Ex: uid.us-central1.gke.goog.
2989
3004
  # Always present, but the behavior may change according to the value of
@@ -2999,6 +3014,8 @@ module Google
2999
3014
  # Update properties of this object
3000
3015
  def update!(**args)
3001
3016
  @allow_external_traffic = args[:allow_external_traffic] if args.key?(:allow_external_traffic)
3017
+ @enable_k8s_certs_via_dns = args[:enable_k8s_certs_via_dns] if args.key?(:enable_k8s_certs_via_dns)
3018
+ @enable_k8s_tokens_via_dns = args[:enable_k8s_tokens_via_dns] if args.key?(:enable_k8s_tokens_via_dns)
3002
3019
  @endpoint = args[:endpoint] if args.key?(:endpoint)
3003
3020
  end
3004
3021
  end
@@ -3179,6 +3196,8 @@ module Google
3179
3196
  end
3180
3197
 
3181
3198
  # DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
3199
+ # Deprecated: GKE Enterprise features are now available without an Enterprise
3200
+ # tier.
3182
3201
  class DesiredEnterpriseConfig
3183
3202
  include Google::Apis::Core::Hashable
3184
3203
 
@@ -3233,7 +3252,8 @@ module Google
3233
3252
  end
3234
3253
  end
3235
3254
 
3236
- # EnterpriseConfig is the cluster enterprise configuration.
3255
+ # EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE
3256
+ # Enterprise features are now available without an Enterprise tier.
3237
3257
  class EnterpriseConfig
3238
3258
  include Google::Apis::Core::Hashable
3239
3259
 
@@ -3748,11 +3768,11 @@ module Google
3748
3768
  end
3749
3769
  end
3750
3770
 
3751
- # Configuration for the GCP Filestore CSI driver.
3771
+ # Configuration for the Filestore CSI driver.
3752
3772
  class GcpFilestoreCsiDriverConfig
3753
3773
  include Google::Apis::Core::Hashable
3754
3774
 
3755
- # Whether the GCP Filestore CSI driver is enabled for this cluster.
3775
+ # Whether the Filestore CSI driver is enabled for this cluster.
3756
3776
  # Corresponds to the JSON property `enabled`
3757
3777
  # @return [Boolean]
3758
3778
  attr_accessor :enabled
@@ -7781,7 +7801,7 @@ module Google
7781
7801
  end
7782
7802
  end
7783
7803
 
7784
- # Collection of [GCP labels](https://`$universe.dns_names.
7804
+ # Collection of [Resource Manager labels](https://`$universe.dns_names.
7785
7805
  # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
7786
7806
  class ResourceLabels
7787
7807
  include Google::Apis::Core::Hashable
@@ -9599,7 +9619,7 @@ module Google
9599
9619
  # @return [Google::Apis::ContainerV1beta1::QueuedProvisioning]
9600
9620
  attr_accessor :queued_provisioning
9601
9621
 
9602
- # Collection of [GCP labels](https://`$universe.dns_names.
9622
+ # Collection of [Resource Manager labels](https://`$universe.dns_names.
9603
9623
  # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
9604
9624
  # Corresponds to the JSON property `resourceLabels`
9605
9625
  # @return [Google::Apis::ContainerV1beta1::ResourceLabels]
@@ -10378,7 +10398,7 @@ module Google
10378
10398
  end
10379
10399
  end
10380
10400
 
10381
- # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
10401
+ # Configuration for the use of Kubernetes Service Accounts in IAM policies.
10382
10402
  class WorkloadIdentityConfig
10383
10403
  include Google::Apis::Core::Hashable
10384
10404
 
@@ -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.92.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 = "20250916"
26
26
  end
27
27
  end
28
28
  end
@@ -2205,6 +2205,8 @@ module Google
2205
2205
  # @private
2206
2206
  class Representation < Google::Apis::Core::JsonRepresentation
2207
2207
  property :allow_external_traffic, as: 'allowExternalTraffic'
2208
+ property :enable_k8s_certs_via_dns, as: 'enableK8sCertsViaDns'
2209
+ property :enable_k8s_tokens_via_dns, as: 'enableK8sTokensViaDns'
2208
2210
  property :endpoint, as: 'endpoint'
2209
2211
  end
2210
2212
  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.92.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.92.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: