google-apis-container_v1 0.105.0 → 0.107.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/container_v1/classes.rb +311 -350
- data/lib/google/apis/container_v1/gem_version.rb +2 -2
- data/lib/google/apis/container_v1/representations.rb +16 -0
- data/lib/google/apis/container_v1/service.rb +209 -287
- metadata +2 -2
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.107.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 = "
|
|
25
|
+
REVISION = "20251021"
|
|
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
|