google-apis-container_v1 0.105.0 → 0.106.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: ceef4636d459c69c05839696caf660501378a90b35f3f64e19101b6956335a5c
4
- data.tar.gz: 065c114e8971fe317db9db0d104a30aff3ae3a5cf3a6e60702b4e71f6c53758d
3
+ metadata.gz: aeff9f19c2631adbc706d77d5064d28972a809c01e2ad0a3576d6dfe59324f0f
4
+ data.tar.gz: 5a4bfbe2984de8e2d9e1df2fc950472d21f17e6f4473dcb7b114dd9cdcd72db0
5
5
  SHA512:
6
- metadata.gz: c03557611b81c38015270d6d996388e85014782b59fa0066183cbb8c54e6fcf46400d8dc1396453d4d21b0fdab05e51f06eb4c071a6c41016d4db002e9554cd0
7
- data.tar.gz: 22b0dcaa478df6811c46da049e9260174493b209049d84a882871f63c3d52203dd81fc3089aa79fb3660f91649108d46865b04f16988d950dd5141526925adf0
6
+ metadata.gz: 216dc3d650d18a9abe7e30a78e51580aec08b302539d58478d7401e8431aad78e88a5c082740c1ae7331db70e073dc8bdb00e5c5d0f3dc873a558e1b57da7588
7
+ data.tar.gz: c22c5ff30e3147e46c10e78bafa744d6fe0ccfa65e8908423758ee2d911a71e20ef4a701b94aa4cee0876eb0b5f32bd67041d05406048bbb8cf2ea34d02d11f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.106.0 (2025-10-26)
4
+
5
+ * Regenerated from discovery document revision 20251014
6
+
3
7
  ### v0.105.0 (2025-10-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20250930
@@ -4250,6 +4250,11 @@ module Google
4250
4250
  # @return [Google::Apis::ContainerV1::HugepagesConfig]
4251
4251
  attr_accessor :hugepages
4252
4252
 
4253
+ # Configuration for kernel module loading on nodes.
4254
+ # Corresponds to the JSON property `nodeKernelModuleLoading`
4255
+ # @return [Google::Apis::ContainerV1::NodeKernelModuleLoading]
4256
+ attr_accessor :node_kernel_module_loading
4257
+
4253
4258
  # The Linux kernel parameters to be applied to the nodes and all pods running on
4254
4259
  # the nodes. The following parameters are supported. net.core.busy_poll net.core.
4255
4260
  # busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default
@@ -4294,6 +4299,7 @@ module Google
4294
4299
  def update!(**args)
4295
4300
  @cgroup_mode = args[:cgroup_mode] if args.key?(:cgroup_mode)
4296
4301
  @hugepages = args[:hugepages] if args.key?(:hugepages)
4302
+ @node_kernel_module_loading = args[:node_kernel_module_loading] if args.key?(:node_kernel_module_loading)
4297
4303
  @sysctls = args[:sysctls] if args.key?(:sysctls)
4298
4304
  @transparent_hugepage_defrag = args[:transparent_hugepage_defrag] if args.key?(:transparent_hugepage_defrag)
4299
4305
  @transparent_hugepage_enabled = args[:transparent_hugepage_enabled] if args.key?(:transparent_hugepage_enabled)
@@ -4523,6 +4529,11 @@ module Google
4523
4529
  class MaintenanceExclusionOptions
4524
4530
  include Google::Apis::Core::Hashable
4525
4531
 
4532
+ # EndTimeBehavior specifies the behavior of the exclusion end time.
4533
+ # Corresponds to the JSON property `endTimeBehavior`
4534
+ # @return [String]
4535
+ attr_accessor :end_time_behavior
4536
+
4526
4537
  # Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
4527
4538
  # Corresponds to the JSON property `scope`
4528
4539
  # @return [String]
@@ -4534,6 +4545,7 @@ module Google
4534
4545
 
4535
4546
  # Update properties of this object
4536
4547
  def update!(**args)
4548
+ @end_time_behavior = args[:end_time_behavior] if args.key?(:end_time_behavior)
4537
4549
  @scope = args[:scope] if args.key?(:scope)
4538
4550
  end
4539
4551
  end
@@ -5581,6 +5593,25 @@ module Google
5581
5593
  end
5582
5594
  end
5583
5595
 
5596
+ # Configuration for kernel module loading on nodes.
5597
+ class NodeKernelModuleLoading
5598
+ include Google::Apis::Core::Hashable
5599
+
5600
+ # Set the node module loading policy for nodes in the node pool.
5601
+ # Corresponds to the JSON property `policy`
5602
+ # @return [String]
5603
+ attr_accessor :policy
5604
+
5605
+ def initialize(**args)
5606
+ update!(**args)
5607
+ end
5608
+
5609
+ # Update properties of this object
5610
+ def update!(**args)
5611
+ @policy = args[:policy] if args.key?(:policy)
5612
+ end
5613
+ end
5614
+
5584
5615
  # Node kubelet configs.
5585
5616
  class NodeKubeletConfig
5586
5617
  include Google::Apis::Core::Hashable
@@ -8930,7 +8961,13 @@ module Google
8930
8961
  # final_documentation_domain`/compute/docs/zones#available) in which the node
8931
8962
  # pool's nodes should be located. Changing the locations for a node pool will
8932
8963
  # result in nodes being either created or removed from the node pool, depending
8933
- # on whether locations are being added or removed.
8964
+ # on whether locations are being added or removed. Warning: It is recommended to
8965
+ # update node pool locations in a standalone API call. Do not combine a location
8966
+ # update with changes to other fields (such as `tags`, `labels`, `taints`, etc.)
8967
+ # in the same request. Otherwise, the API performs a structural modification
8968
+ # where changes to other fields will only apply to newly created nodes and will
8969
+ # not be applied to existing nodes in the node pool. To ensure all nodes are
8970
+ # updated consistently, use a separate API call for location changes.
8934
8971
  # Corresponds to the JSON property `locations`
8935
8972
  # @return [Array<String>]
8936
8973
  attr_accessor :locations
@@ -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.105.0"
19
+ GEM_VERSION = "0.106.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 = "20250930"
25
+ REVISION = "20251014"
26
26
  end
27
27
  end
28
28
  end
@@ -754,6 +754,12 @@ module Google
754
754
  include Google::Apis::Core::JsonObjectSupport
755
755
  end
756
756
 
757
+ class NodeKernelModuleLoading
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
757
763
  class NodeKubeletConfig
758
764
  class Representation < Google::Apis::Core::JsonRepresentation; end
759
765
 
@@ -2412,6 +2418,8 @@ module Google
2412
2418
  property :cgroup_mode, as: 'cgroupMode'
2413
2419
  property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1::HugepagesConfig, decorator: Google::Apis::ContainerV1::HugepagesConfig::Representation
2414
2420
 
2421
+ property :node_kernel_module_loading, as: 'nodeKernelModuleLoading', class: Google::Apis::ContainerV1::NodeKernelModuleLoading, decorator: Google::Apis::ContainerV1::NodeKernelModuleLoading::Representation
2422
+
2415
2423
  hash :sysctls, as: 'sysctls'
2416
2424
  property :transparent_hugepage_defrag, as: 'transparentHugepageDefrag'
2417
2425
  property :transparent_hugepage_enabled, as: 'transparentHugepageEnabled'
@@ -2493,6 +2501,7 @@ module Google
2493
2501
  class MaintenanceExclusionOptions
2494
2502
  # @private
2495
2503
  class Representation < Google::Apis::Core::JsonRepresentation
2504
+ property :end_time_behavior, as: 'endTimeBehavior'
2496
2505
  property :scope, as: 'scope'
2497
2506
  end
2498
2507
  end
@@ -2762,6 +2771,13 @@ module Google
2762
2771
  end
2763
2772
  end
2764
2773
 
2774
+ class NodeKernelModuleLoading
2775
+ # @private
2776
+ class Representation < Google::Apis::Core::JsonRepresentation
2777
+ property :policy, as: 'policy'
2778
+ end
2779
+ end
2780
+
2765
2781
  class NodeKubeletConfig
2766
2782
  # @private
2767
2783
  class Representation < Google::Apis::Core::JsonRepresentation
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.105.0
4
+ version: 0.106.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.105.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.106.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: