google-apis-container_v1 0.103.0 → 0.105.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: 7a7505f4d7c699b895dbb36a820ae8a90d0bcb868113b470a31fd10e77a4374e
4
- data.tar.gz: bb00d64632c2cc5aa92521131ba39bbc9a178214e50ae04e1b3835a89bff4581
3
+ metadata.gz: ceef4636d459c69c05839696caf660501378a90b35f3f64e19101b6956335a5c
4
+ data.tar.gz: 065c114e8971fe317db9db0d104a30aff3ae3a5cf3a6e60702b4e71f6c53758d
5
5
  SHA512:
6
- metadata.gz: 28add8b76ea3ca0d2bcdfa67bcc9cb8de0df5f2c98be2ff47c723f16e47ae93fca2f48f44c0f282992e1007d018c4b7120e6d833e51776a78e7289ce7ffed988
7
- data.tar.gz: 5af2942ee8d8e2590a83ddbce9d4b81b6ed3b0a433f9169affa5d00ac1196cb0b3537fdaab1a1882b7cdcc5c0b8e060690a7eeca3f3f317c20de10d40d6bbe7e
6
+ metadata.gz: c03557611b81c38015270d6d996388e85014782b59fa0066183cbb8c54e6fcf46400d8dc1396453d4d21b0fdab05e51f06eb4c071a6c41016d4db002e9554cd0
7
+ data.tar.gz: 22b0dcaa478df6811c46da049e9260174493b209049d84a882871f63c3d52203dd81fc3089aa79fb3660f91649108d46865b04f16988d950dd5141526925adf0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.105.0 (2025-10-19)
4
+
5
+ * Regenerated from discovery document revision 20250930
6
+
7
+ ### v0.104.0 (2025-10-05)
8
+
9
+ * Regenerated from discovery document revision 20250923
10
+
3
11
  ### v0.103.0 (2025-08-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20250812
@@ -216,7 +216,7 @@ module Google
216
216
  # @return [Google::Apis::ContainerV1::GcePersistentDiskCsiDriverConfig]
217
217
  attr_accessor :gce_persistent_disk_csi_driver_config
218
218
 
219
- # Configuration for the GCP Filestore CSI driver.
219
+ # Configuration for the Filestore CSI driver.
220
220
  # Corresponds to the JSON property `gcpFilestoreCsiDriverConfig`
221
221
  # @return [Google::Apis::ContainerV1::GcpFilestoreCsiDriverConfig]
222
222
  attr_accessor :gcp_filestore_csi_driver_config
@@ -724,6 +724,27 @@ module Google
724
724
  end
725
725
  end
726
726
 
727
+ # Autoscaled rollout policy utilizes the cluster autoscaler during blue-green
728
+ # upgrade to scale both the blue and green pools.
729
+ class AutoscaledRolloutPolicy
730
+ include Google::Apis::Core::Hashable
731
+
732
+ # Optional. Time to wait after cordoning the blue pool before draining the nodes.
733
+ # Defaults to 3 days. The value can be set between 0 and 7 days, inclusive.
734
+ # Corresponds to the JSON property `waitForDrainDuration`
735
+ # @return [String]
736
+ attr_accessor :wait_for_drain_duration
737
+
738
+ def initialize(**args)
739
+ update!(**args)
740
+ end
741
+
742
+ # Update properties of this object
743
+ def update!(**args)
744
+ @wait_for_drain_duration = args[:wait_for_drain_duration] if args.key?(:wait_for_drain_duration)
745
+ end
746
+ end
747
+
727
748
  # Best effort provisioning.
728
749
  class BestEffortProvisioning
729
750
  include Google::Apis::Core::Hashable
@@ -852,6 +873,12 @@ module Google
852
873
  class BlueGreenSettings
853
874
  include Google::Apis::Core::Hashable
854
875
 
876
+ # Autoscaled rollout policy utilizes the cluster autoscaler during blue-green
877
+ # upgrade to scale both the blue and green pools.
878
+ # Corresponds to the JSON property `autoscaledRolloutPolicy`
879
+ # @return [Google::Apis::ContainerV1::AutoscaledRolloutPolicy]
880
+ attr_accessor :autoscaled_rollout_policy
881
+
855
882
  # Time needed after draining entire blue pool. After this period, blue pool will
856
883
  # be cleaned up.
857
884
  # Corresponds to the JSON property `nodePoolSoakDuration`
@@ -869,6 +896,7 @@ module Google
869
896
 
870
897
  # Update properties of this object
871
898
  def update!(**args)
899
+ @autoscaled_rollout_policy = args[:autoscaled_rollout_policy] if args.key?(:autoscaled_rollout_policy)
872
900
  @node_pool_soak_duration = args[:node_pool_soak_duration] if args.key?(:node_pool_soak_duration)
873
901
  @standard_rollout_policy = args[:standard_rollout_policy] if args.key?(:standard_rollout_policy)
874
902
  end
@@ -1234,7 +1262,8 @@ module Google
1234
1262
  # @return [String]
1235
1263
  attr_accessor :endpoint
1236
1264
 
1237
- # EnterpriseConfig is the cluster enterprise configuration.
1265
+ # EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE
1266
+ # Enterprise features are now available without an Enterprise tier.
1238
1267
  # Corresponds to the JSON property `enterpriseConfig`
1239
1268
  # @return [Google::Apis::ContainerV1::EnterpriseConfig]
1240
1269
  attr_accessor :enterprise_config
@@ -1585,7 +1614,7 @@ module Google
1585
1614
  # @return [Google::Apis::ContainerV1::VerticalPodAutoscaling]
1586
1615
  attr_accessor :vertical_pod_autoscaling
1587
1616
 
1588
- # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
1617
+ # Configuration for the use of Kubernetes Service Accounts in IAM policies.
1589
1618
  # Corresponds to the JSON property `workloadIdentityConfig`
1590
1619
  # @return [Google::Apis::ContainerV1::WorkloadIdentityConfig]
1591
1620
  attr_accessor :workload_identity_config
@@ -1900,6 +1929,8 @@ module Google
1900
1929
  alias_method :desired_enable_private_endpoint?, :desired_enable_private_endpoint
1901
1930
 
1902
1931
  # DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
1932
+ # Deprecated: GKE Enterprise features are now available without an Enterprise
1933
+ # tier.
1903
1934
  # Corresponds to the JSON property `desiredEnterpriseConfig`
1904
1935
  # @return [Google::Apis::ContainerV1::DesiredEnterpriseConfig]
1905
1936
  attr_accessor :desired_enterprise_config
@@ -2177,7 +2208,7 @@ module Google
2177
2208
  # @return [Google::Apis::ContainerV1::VerticalPodAutoscaling]
2178
2209
  attr_accessor :desired_vertical_pod_autoscaling
2179
2210
 
2180
- # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
2211
+ # Configuration for the use of Kubernetes Service Accounts in IAM policies.
2181
2212
  # Corresponds to the JSON property `desiredWorkloadIdentityConfig`
2182
2213
  # @return [Google::Apis::ContainerV1::WorkloadIdentityConfig]
2183
2214
  attr_accessor :desired_workload_identity_config
@@ -2530,6 +2561,11 @@ module Google
2530
2561
  # @return [Google::Apis::ContainerV1::PrivateRegistryAccessConfig]
2531
2562
  attr_accessor :private_registry_access_config
2532
2563
 
2564
+ # Defines writable cgroups configuration.
2565
+ # Corresponds to the JSON property `writableCgroups`
2566
+ # @return [Google::Apis::ContainerV1::WritableCgroups]
2567
+ attr_accessor :writable_cgroups
2568
+
2533
2569
  def initialize(**args)
2534
2570
  update!(**args)
2535
2571
  end
@@ -2537,6 +2573,7 @@ module Google
2537
2573
  # Update properties of this object
2538
2574
  def update!(**args)
2539
2575
  @private_registry_access_config = args[:private_registry_access_config] if args.key?(:private_registry_access_config)
2576
+ @writable_cgroups = args[:writable_cgroups] if args.key?(:writable_cgroups)
2540
2577
  end
2541
2578
  end
2542
2579
 
@@ -2726,13 +2763,25 @@ module Google
2726
2763
  class DnsEndpointConfig
2727
2764
  include Google::Apis::Core::Hashable
2728
2765
 
2729
- # Controls whether user traffic is allowed over this endpoint. Note that GCP-
2766
+ # Controls whether user traffic is allowed over this endpoint. Note that Google-
2730
2767
  # managed services may still use the endpoint even if this is false.
2731
2768
  # Corresponds to the JSON property `allowExternalTraffic`
2732
2769
  # @return [Boolean]
2733
2770
  attr_accessor :allow_external_traffic
2734
2771
  alias_method :allow_external_traffic?, :allow_external_traffic
2735
2772
 
2773
+ # Controls whether the k8s certs auth is allowed via DNS.
2774
+ # Corresponds to the JSON property `enableK8sCertsViaDns`
2775
+ # @return [Boolean]
2776
+ attr_accessor :enable_k8s_certs_via_dns
2777
+ alias_method :enable_k8s_certs_via_dns?, :enable_k8s_certs_via_dns
2778
+
2779
+ # Controls whether the k8s token auth is allowed via DNS.
2780
+ # Corresponds to the JSON property `enableK8sTokensViaDns`
2781
+ # @return [Boolean]
2782
+ attr_accessor :enable_k8s_tokens_via_dns
2783
+ alias_method :enable_k8s_tokens_via_dns?, :enable_k8s_tokens_via_dns
2784
+
2736
2785
  # Output only. The cluster's DNS endpoint configuration. A DNS format address.
2737
2786
  # This is accessible from the public internet. Ex: uid.us-central1.gke.goog.
2738
2787
  # Always present, but the behavior may change according to the value of
@@ -2748,6 +2797,8 @@ module Google
2748
2797
  # Update properties of this object
2749
2798
  def update!(**args)
2750
2799
  @allow_external_traffic = args[:allow_external_traffic] if args.key?(:allow_external_traffic)
2800
+ @enable_k8s_certs_via_dns = args[:enable_k8s_certs_via_dns] if args.key?(:enable_k8s_certs_via_dns)
2801
+ @enable_k8s_tokens_via_dns = args[:enable_k8s_tokens_via_dns] if args.key?(:enable_k8s_tokens_via_dns)
2751
2802
  @endpoint = args[:endpoint] if args.key?(:endpoint)
2752
2803
  end
2753
2804
  end
@@ -2889,6 +2940,8 @@ module Google
2889
2940
  end
2890
2941
 
2891
2942
  # DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
2943
+ # Deprecated: GKE Enterprise features are now available without an Enterprise
2944
+ # tier.
2892
2945
  class DesiredEnterpriseConfig
2893
2946
  include Google::Apis::Core::Hashable
2894
2947
 
@@ -2943,7 +2996,8 @@ module Google
2943
2996
  end
2944
2997
  end
2945
2998
 
2946
- # EnterpriseConfig is the cluster enterprise configuration.
2999
+ # EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE
3000
+ # Enterprise features are now available without an Enterprise tier.
2947
3001
  class EnterpriseConfig
2948
3002
  include Google::Apis::Core::Hashable
2949
3003
 
@@ -3431,11 +3485,11 @@ module Google
3431
3485
  end
3432
3486
  end
3433
3487
 
3434
- # Configuration for the GCP Filestore CSI driver.
3488
+ # Configuration for the Filestore CSI driver.
3435
3489
  class GcpFilestoreCsiDriverConfig
3436
3490
  include Google::Apis::Core::Hashable
3437
3491
 
3438
- # Whether the GCP Filestore CSI driver is enabled for this cluster.
3492
+ # Whether the Filestore CSI driver is enabled for this cluster.
3439
3493
  # Corresponds to the JSON property `enabled`
3440
3494
  # @return [Boolean]
3441
3495
  attr_accessor :enabled
@@ -5577,7 +5631,7 @@ module Google
5577
5631
  # Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a
5578
5632
  # sequence of decimal numbers, each with optional fraction and a unit suffix,
5579
5633
  # such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"
5580
- # . The value must be a positive duration.
5634
+ # . The value must be a positive duration between 1ms and 1 second, inclusive.
5581
5635
  # Corresponds to the JSON property `cpuCfsQuotaPeriod`
5582
5636
  # @return [String]
5583
5637
  attr_accessor :cpu_cfs_quota_period
@@ -7167,7 +7221,7 @@ module Google
7167
7221
  end
7168
7222
  end
7169
7223
 
7170
- # Collection of [GCP labels](https://`$universe.dns_names.
7224
+ # Collection of [Resource Manager labels](https://`$universe.dns_names.
7171
7225
  # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
7172
7226
  class ResourceLabels
7173
7227
  include Google::Apis::Core::Hashable
@@ -8941,7 +8995,7 @@ module Google
8941
8995
  # @return [Google::Apis::ContainerV1::QueuedProvisioning]
8942
8996
  attr_accessor :queued_provisioning
8943
8997
 
8944
- # Collection of [GCP labels](https://`$universe.dns_names.
8998
+ # Collection of [Resource Manager labels](https://`$universe.dns_names.
8945
8999
  # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
8946
9000
  # Corresponds to the JSON property `resourceLabels`
8947
9001
  # @return [Google::Apis::ContainerV1::ResourceLabels]
@@ -9589,7 +9643,7 @@ module Google
9589
9643
  end
9590
9644
  end
9591
9645
 
9592
- # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
9646
+ # Configuration for the use of Kubernetes Service Accounts in IAM policies.
9593
9647
  class WorkloadIdentityConfig
9594
9648
  include Google::Apis::Core::Hashable
9595
9649
 
@@ -9655,6 +9709,26 @@ module Google
9655
9709
  @autopilot_compatibility_auditing_enabled = args[:autopilot_compatibility_auditing_enabled] if args.key?(:autopilot_compatibility_auditing_enabled)
9656
9710
  end
9657
9711
  end
9712
+
9713
+ # Defines writable cgroups configuration.
9714
+ class WritableCgroups
9715
+ include Google::Apis::Core::Hashable
9716
+
9717
+ # Optional. Whether writable cgroups is enabled.
9718
+ # Corresponds to the JSON property `enabled`
9719
+ # @return [Boolean]
9720
+ attr_accessor :enabled
9721
+ alias_method :enabled?, :enabled
9722
+
9723
+ def initialize(**args)
9724
+ update!(**args)
9725
+ end
9726
+
9727
+ # Update properties of this object
9728
+ def update!(**args)
9729
+ @enabled = args[:enabled] if args.key?(:enabled)
9730
+ end
9731
+ end
9658
9732
  end
9659
9733
  end
9660
9734
  end
@@ -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.103.0"
19
+ GEM_VERSION = "0.105.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 = "20250812"
25
+ REVISION = "20250930"
26
26
  end
27
27
  end
28
28
  end
@@ -124,6 +124,12 @@ module Google
124
124
  include Google::Apis::Core::JsonObjectSupport
125
125
  end
126
126
 
127
+ class AutoscaledRolloutPolicy
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
127
133
  class BestEffortProvisioning
128
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
135
 
@@ -1288,6 +1294,12 @@ module Google
1288
1294
  include Google::Apis::Core::JsonObjectSupport
1289
1295
  end
1290
1296
 
1297
+ class WritableCgroups
1298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1299
+
1300
+ include Google::Apis::Core::JsonObjectSupport
1301
+ end
1302
+
1291
1303
  class AcceleratorConfig
1292
1304
  # @private
1293
1305
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1480,6 +1492,13 @@ module Google
1480
1492
  end
1481
1493
  end
1482
1494
 
1495
+ class AutoscaledRolloutPolicy
1496
+ # @private
1497
+ class Representation < Google::Apis::Core::JsonRepresentation
1498
+ property :wait_for_drain_duration, as: 'waitForDrainDuration'
1499
+ end
1500
+ end
1501
+
1483
1502
  class BestEffortProvisioning
1484
1503
  # @private
1485
1504
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1517,6 +1536,8 @@ module Google
1517
1536
  class BlueGreenSettings
1518
1537
  # @private
1519
1538
  class Representation < Google::Apis::Core::JsonRepresentation
1539
+ property :autoscaled_rollout_policy, as: 'autoscaledRolloutPolicy', class: Google::Apis::ContainerV1::AutoscaledRolloutPolicy, decorator: Google::Apis::ContainerV1::AutoscaledRolloutPolicy::Representation
1540
+
1520
1541
  property :node_pool_soak_duration, as: 'nodePoolSoakDuration'
1521
1542
  property :standard_rollout_policy, as: 'standardRolloutPolicy', class: Google::Apis::ContainerV1::StandardRolloutPolicy, decorator: Google::Apis::ContainerV1::StandardRolloutPolicy::Representation
1522
1543
 
@@ -1943,6 +1964,8 @@ module Google
1943
1964
  class Representation < Google::Apis::Core::JsonRepresentation
1944
1965
  property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1::PrivateRegistryAccessConfig::Representation
1945
1966
 
1967
+ property :writable_cgroups, as: 'writableCgroups', class: Google::Apis::ContainerV1::WritableCgroups, decorator: Google::Apis::ContainerV1::WritableCgroups::Representation
1968
+
1946
1969
  end
1947
1970
  end
1948
1971
 
@@ -2000,6 +2023,8 @@ module Google
2000
2023
  # @private
2001
2024
  class Representation < Google::Apis::Core::JsonRepresentation
2002
2025
  property :allow_external_traffic, as: 'allowExternalTraffic'
2026
+ property :enable_k8s_certs_via_dns, as: 'enableK8sCertsViaDns'
2027
+ property :enable_k8s_tokens_via_dns, as: 'enableK8sTokensViaDns'
2003
2028
  property :endpoint, as: 'endpoint'
2004
2029
  end
2005
2030
  end
@@ -3736,6 +3761,13 @@ module Google
3736
3761
  property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
3737
3762
  end
3738
3763
  end
3764
+
3765
+ class WritableCgroups
3766
+ # @private
3767
+ class Representation < Google::Apis::Core::JsonRepresentation
3768
+ property :enabled, as: 'enabled'
3769
+ end
3770
+ end
3739
3771
  end
3740
3772
  end
3741
3773
  end
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.103.0
4
+ version: 0.105.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.103.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.105.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: