google-apis-container_v1 0.99.0 → 0.101.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: 3ad6b0e94001699733e2ecf379d9dae2edb2cedd59c5b8fde91cb1eab5c6139f
4
- data.tar.gz: 93a24cfbed1a0449daaea5f25ea2d0a1e015987fda5d9f56bcda57cf998dab4a
3
+ metadata.gz: 9ff800e47c7a313c8e694785eab2355cb76f2860bcdc0ac828af93d9a2c2f297
4
+ data.tar.gz: 0d0db830e5cb437585621fc53ae415b42439febfadb7ec03beb342532ca0bc9b
5
5
  SHA512:
6
- metadata.gz: 702b6653d8a577b4706f9362d662d4f3941e20b7437a0303f96273f973fbdaf726cd0be3beb91cffc3395741ffe7f80c53d7122bee2addf6e220416d626f97ae
7
- data.tar.gz: ef40d7351ae780efaa6ce9637257779fc2898f2df5b48dc0204f2359da00ce952f9a110758b3d934d12809ff16ab8aad48e0592ba15e22e88b2cc06821dd7e35
6
+ metadata.gz: ec1ca25600c68e05dd6ca676e6e4074db67531ab61860df96e89484f38b1e53681c3f05a2911d8eab234dba745dd7c8cb2f129edc206718022026bbfc4d86ed4
7
+ data.tar.gz: da1ffc89ee1e95637730e88fbd5d9723704102d729e5c65ac0cfd1edfdc9c8bc691901598092bd7466291181285959fad1a795b9e6706813d25729e9ada36e6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.101.0 (2025-08-03)
4
+
5
+ * Regenerated from discovery document revision 20250725
6
+
7
+ ### v0.100.0 (2025-07-13)
8
+
9
+ * Regenerated from discovery document revision 20250701
10
+
3
11
  ### v0.99.0 (2025-06-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20250617
@@ -254,6 +254,11 @@ module Google
254
254
  # @return [Google::Apis::ContainerV1::KubernetesDashboard]
255
255
  attr_accessor :kubernetes_dashboard
256
256
 
257
+ # Configuration for the Lustre CSI driver.
258
+ # Corresponds to the JSON property `lustreCsiDriverConfig`
259
+ # @return [Google::Apis::ContainerV1::LustreCsiDriverConfig]
260
+ attr_accessor :lustre_csi_driver_config
261
+
257
262
  # Configuration for NetworkPolicy. This only tracks whether the addon is enabled
258
263
  # or not on the Master, it does not track whether network policy is enabled for
259
264
  # the nodes.
@@ -293,6 +298,7 @@ module Google
293
298
  @horizontal_pod_autoscaling = args[:horizontal_pod_autoscaling] if args.key?(:horizontal_pod_autoscaling)
294
299
  @http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
295
300
  @kubernetes_dashboard = args[:kubernetes_dashboard] if args.key?(:kubernetes_dashboard)
301
+ @lustre_csi_driver_config = args[:lustre_csi_driver_config] if args.key?(:lustre_csi_driver_config)
296
302
  @network_policy_config = args[:network_policy_config] if args.key?(:network_policy_config)
297
303
  @parallelstore_csi_driver_config = args[:parallelstore_csi_driver_config] if args.key?(:parallelstore_csi_driver_config)
298
304
  @ray_operator_config = args[:ray_operator_config] if args.key?(:ray_operator_config)
@@ -421,12 +427,19 @@ module Google
421
427
  class AutoIpamConfig
422
428
  include Google::Apis::Core::Hashable
423
429
 
430
+ # The flag that enables Auto IPAM on this cluster
431
+ # Corresponds to the JSON property `enabled`
432
+ # @return [Boolean]
433
+ attr_accessor :enabled
434
+ alias_method :enabled?, :enabled
435
+
424
436
  def initialize(**args)
425
437
  update!(**args)
426
438
  end
427
439
 
428
440
  # Update properties of this object
429
441
  def update!(**args)
442
+ @enabled = args[:enabled] if args.key?(:enabled)
430
443
  end
431
444
  end
432
445
 
@@ -489,6 +502,12 @@ module Google
489
502
  attr_accessor :enabled
490
503
  alias_method :enabled?, :enabled
491
504
 
505
+ # PrivilegedAdmissionConfig stores the list of authorized allowlist paths for
506
+ # the cluster.
507
+ # Corresponds to the JSON property `privilegedAdmissionConfig`
508
+ # @return [Google::Apis::ContainerV1::PrivilegedAdmissionConfig]
509
+ attr_accessor :privileged_admission_config
510
+
492
511
  # WorkloadPolicyConfig is the configuration related to GCW workload policy
493
512
  # Corresponds to the JSON property `workloadPolicyConfig`
494
513
  # @return [Google::Apis::ContainerV1::WorkloadPolicyConfig]
@@ -501,6 +520,7 @@ module Google
501
520
  # Update properties of this object
502
521
  def update!(**args)
503
522
  @enabled = args[:enabled] if args.key?(:enabled)
523
+ @privileged_admission_config = args[:privileged_admission_config] if args.key?(:privileged_admission_config)
504
524
  @workload_policy_config = args[:workload_policy_config] if args.key?(:workload_policy_config)
505
525
  end
506
526
  end
@@ -854,6 +874,43 @@ module Google
854
874
  end
855
875
  end
856
876
 
877
+ # BootDisk specifies the boot disk configuration for nodepools.
878
+ class BootDisk
879
+ include Google::Apis::Core::Hashable
880
+
881
+ # Disk type of the boot disk. (i.e. Hyperdisk-Balanced, PD-Balanced, etc.)
882
+ # Corresponds to the JSON property `diskType`
883
+ # @return [String]
884
+ attr_accessor :disk_type
885
+
886
+ # For Hyperdisk-Balanced only, the provisioned IOPS config value.
887
+ # Corresponds to the JSON property `provisionedIops`
888
+ # @return [Fixnum]
889
+ attr_accessor :provisioned_iops
890
+
891
+ # For Hyperdisk-Balanced only, the provisioned throughput config value.
892
+ # Corresponds to the JSON property `provisionedThroughput`
893
+ # @return [Fixnum]
894
+ attr_accessor :provisioned_throughput
895
+
896
+ # Disk size in GB. Replaces NodeConfig.disk_size_gb
897
+ # Corresponds to the JSON property `sizeGb`
898
+ # @return [Fixnum]
899
+ attr_accessor :size_gb
900
+
901
+ def initialize(**args)
902
+ update!(**args)
903
+ end
904
+
905
+ # Update properties of this object
906
+ def update!(**args)
907
+ @disk_type = args[:disk_type] if args.key?(:disk_type)
908
+ @provisioned_iops = args[:provisioned_iops] if args.key?(:provisioned_iops)
909
+ @provisioned_throughput = args[:provisioned_throughput] if args.key?(:provisioned_throughput)
910
+ @size_gb = args[:size_gb] if args.key?(:size_gb)
911
+ end
912
+ end
913
+
857
914
  # CancelOperationRequest cancels a single operation.
858
915
  class CancelOperationRequest
859
916
  include Google::Apis::Core::Hashable
@@ -1652,6 +1709,11 @@ module Google
1652
1709
  # @return [String]
1653
1710
  attr_accessor :autoscaling_profile
1654
1711
 
1712
+ # DefaultComputeClassConfig defines default compute class configuration.
1713
+ # Corresponds to the JSON property `defaultComputeClassConfig`
1714
+ # @return [Google::Apis::ContainerV1::DefaultComputeClassConfig]
1715
+ attr_accessor :default_compute_class_config
1716
+
1655
1717
  # Enables automatic node pool creation and deletion.
1656
1718
  # Corresponds to the JSON property `enableNodeAutoprovisioning`
1657
1719
  # @return [Boolean]
@@ -1673,6 +1735,7 @@ module Google
1673
1735
  @autoprovisioning_locations = args[:autoprovisioning_locations] if args.key?(:autoprovisioning_locations)
1674
1736
  @autoprovisioning_node_pool_defaults = args[:autoprovisioning_node_pool_defaults] if args.key?(:autoprovisioning_node_pool_defaults)
1675
1737
  @autoscaling_profile = args[:autoscaling_profile] if args.key?(:autoscaling_profile)
1738
+ @default_compute_class_config = args[:default_compute_class_config] if args.key?(:default_compute_class_config)
1676
1739
  @enable_node_autoprovisioning = args[:enable_node_autoprovisioning] if args.key?(:enable_node_autoprovisioning)
1677
1740
  @resource_limits = args[:resource_limits] if args.key?(:resource_limits)
1678
1741
  end
@@ -2757,6 +2820,26 @@ module Google
2757
2820
  end
2758
2821
  end
2759
2822
 
2823
+ # DefaultComputeClassConfig defines default compute class configuration.
2824
+ class DefaultComputeClassConfig
2825
+ include Google::Apis::Core::Hashable
2826
+
2827
+ # Enables default compute class.
2828
+ # Corresponds to the JSON property `enabled`
2829
+ # @return [Boolean]
2830
+ attr_accessor :enabled
2831
+ alias_method :enabled?, :enabled
2832
+
2833
+ def initialize(**args)
2834
+ update!(**args)
2835
+ end
2836
+
2837
+ # Update properties of this object
2838
+ def update!(**args)
2839
+ @enabled = args[:enabled] if args.key?(:enabled)
2840
+ end
2841
+ end
2842
+
2760
2843
  # DefaultSnatStatus contains the desired state of whether default sNAT should be
2761
2844
  # disabled on the cluster.
2762
2845
  class DefaultSnatStatus
@@ -2918,6 +3001,218 @@ module Google
2918
3001
  end
2919
3002
  end
2920
3003
 
3004
+ # Eviction grace periods are grace periods for each eviction signal.
3005
+ class EvictionGracePeriod
3006
+ include Google::Apis::Core::Hashable
3007
+
3008
+ # Optional. Grace period for eviction due to imagefs available signal. Sample
3009
+ # format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/
3010
+ # scheduling-eviction/node-pressure-eviction/#eviction-signals
3011
+ # Corresponds to the JSON property `imagefsAvailable`
3012
+ # @return [String]
3013
+ attr_accessor :imagefs_available
3014
+
3015
+ # Optional. Grace period for eviction due to imagefs inodes free signal. Sample
3016
+ # format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/
3017
+ # scheduling-eviction/node-pressure-eviction/#eviction-signals
3018
+ # Corresponds to the JSON property `imagefsInodesFree`
3019
+ # @return [String]
3020
+ attr_accessor :imagefs_inodes_free
3021
+
3022
+ # Optional. Grace period for eviction due to memory available signal. Sample
3023
+ # format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/
3024
+ # scheduling-eviction/node-pressure-eviction/#eviction-signals
3025
+ # Corresponds to the JSON property `memoryAvailable`
3026
+ # @return [String]
3027
+ attr_accessor :memory_available
3028
+
3029
+ # Optional. Grace period for eviction due to nodefs available signal. Sample
3030
+ # format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/
3031
+ # scheduling-eviction/node-pressure-eviction/#eviction-signals
3032
+ # Corresponds to the JSON property `nodefsAvailable`
3033
+ # @return [String]
3034
+ attr_accessor :nodefs_available
3035
+
3036
+ # Optional. Grace period for eviction due to nodefs inodes free signal. Sample
3037
+ # format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/
3038
+ # scheduling-eviction/node-pressure-eviction/#eviction-signals
3039
+ # Corresponds to the JSON property `nodefsInodesFree`
3040
+ # @return [String]
3041
+ attr_accessor :nodefs_inodes_free
3042
+
3043
+ # Optional. Grace period for eviction due to pid available signal. Sample format:
3044
+ # "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/scheduling-
3045
+ # eviction/node-pressure-eviction/#eviction-signals
3046
+ # Corresponds to the JSON property `pidAvailable`
3047
+ # @return [String]
3048
+ attr_accessor :pid_available
3049
+
3050
+ def initialize(**args)
3051
+ update!(**args)
3052
+ end
3053
+
3054
+ # Update properties of this object
3055
+ def update!(**args)
3056
+ @imagefs_available = args[:imagefs_available] if args.key?(:imagefs_available)
3057
+ @imagefs_inodes_free = args[:imagefs_inodes_free] if args.key?(:imagefs_inodes_free)
3058
+ @memory_available = args[:memory_available] if args.key?(:memory_available)
3059
+ @nodefs_available = args[:nodefs_available] if args.key?(:nodefs_available)
3060
+ @nodefs_inodes_free = args[:nodefs_inodes_free] if args.key?(:nodefs_inodes_free)
3061
+ @pid_available = args[:pid_available] if args.key?(:pid_available)
3062
+ end
3063
+ end
3064
+
3065
+ # Eviction minimum reclaims are the resource amounts of minimum reclaims for
3066
+ # each eviction signal.
3067
+ class EvictionMinimumReclaim
3068
+ include Google::Apis::Core::Hashable
3069
+
3070
+ # Optional. Minimum reclaim for eviction due to imagefs available signal. Only
3071
+ # take percentage value for now. Sample format: "10%". Must be <=10%. See https:/
3072
+ # /kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#
3073
+ # eviction-signals
3074
+ # Corresponds to the JSON property `imagefsAvailable`
3075
+ # @return [String]
3076
+ attr_accessor :imagefs_available
3077
+
3078
+ # Optional. Minimum reclaim for eviction due to imagefs inodes free signal. Only
3079
+ # take percentage value for now. Sample format: "10%". Must be <=10%. See https:/
3080
+ # /kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#
3081
+ # eviction-signals
3082
+ # Corresponds to the JSON property `imagefsInodesFree`
3083
+ # @return [String]
3084
+ attr_accessor :imagefs_inodes_free
3085
+
3086
+ # Optional. Minimum reclaim for eviction due to memory available signal. Only
3087
+ # take percentage value for now. Sample format: "10%". Must be <=10%. See https:/
3088
+ # /kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#
3089
+ # eviction-signals
3090
+ # Corresponds to the JSON property `memoryAvailable`
3091
+ # @return [String]
3092
+ attr_accessor :memory_available
3093
+
3094
+ # Optional. Minimum reclaim for eviction due to nodefs available signal. Only
3095
+ # take percentage value for now. Sample format: "10%". Must be <=10%. See https:/
3096
+ # /kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#
3097
+ # eviction-signals
3098
+ # Corresponds to the JSON property `nodefsAvailable`
3099
+ # @return [String]
3100
+ attr_accessor :nodefs_available
3101
+
3102
+ # Optional. Minimum reclaim for eviction due to nodefs inodes free signal. Only
3103
+ # take percentage value for now. Sample format: "10%". Must be <=10%. See https:/
3104
+ # /kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#
3105
+ # eviction-signals
3106
+ # Corresponds to the JSON property `nodefsInodesFree`
3107
+ # @return [String]
3108
+ attr_accessor :nodefs_inodes_free
3109
+
3110
+ # Optional. Minimum reclaim for eviction due to pid available signal. Only take
3111
+ # percentage value for now. Sample format: "10%". Must be <=10%. See https://
3112
+ # kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#
3113
+ # eviction-signals
3114
+ # Corresponds to the JSON property `pidAvailable`
3115
+ # @return [String]
3116
+ attr_accessor :pid_available
3117
+
3118
+ def initialize(**args)
3119
+ update!(**args)
3120
+ end
3121
+
3122
+ # Update properties of this object
3123
+ def update!(**args)
3124
+ @imagefs_available = args[:imagefs_available] if args.key?(:imagefs_available)
3125
+ @imagefs_inodes_free = args[:imagefs_inodes_free] if args.key?(:imagefs_inodes_free)
3126
+ @memory_available = args[:memory_available] if args.key?(:memory_available)
3127
+ @nodefs_available = args[:nodefs_available] if args.key?(:nodefs_available)
3128
+ @nodefs_inodes_free = args[:nodefs_inodes_free] if args.key?(:nodefs_inodes_free)
3129
+ @pid_available = args[:pid_available] if args.key?(:pid_available)
3130
+ end
3131
+ end
3132
+
3133
+ # Eviction signals are the current state of a particular resource at a specific
3134
+ # point in time. The kubelet uses eviction signals to make eviction decisions by
3135
+ # comparing the signals to eviction thresholds, which are the minimum amount of
3136
+ # the resource that should be available on the node.
3137
+ class EvictionSignals
3138
+ include Google::Apis::Core::Hashable
3139
+
3140
+ # Optional. Amount of storage available on filesystem that container runtime
3141
+ # uses for storing images layers. If the container filesystem and image
3142
+ # filesystem are not separate, then imagefs can store both image layers and
3143
+ # writeable layers. Defines the amount of "imagefs.available" signal in kubelet.
3144
+ # Default is unset, if not specified in the kubelet config. It takses percentage
3145
+ # value for now. Sample format: "30%". Must be >= 15% and <= 50%. See https://
3146
+ # kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#
3147
+ # eviction-signals
3148
+ # Corresponds to the JSON property `imagefsAvailable`
3149
+ # @return [String]
3150
+ attr_accessor :imagefs_available
3151
+
3152
+ # Optional. Amount of inodes available on filesystem that container runtime uses
3153
+ # for storing images layers. Defines the amount of "imagefs.inodesFree" signal
3154
+ # in kubelet. Default is unset, if not specified in the kubelet config. Linux
3155
+ # only. It takses percentage value for now. Sample format: "30%". Must be >= 5%
3156
+ # and <= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-
3157
+ # pressure-eviction/#eviction-signals
3158
+ # Corresponds to the JSON property `imagefsInodesFree`
3159
+ # @return [String]
3160
+ attr_accessor :imagefs_inodes_free
3161
+
3162
+ # Optional. Memory available (i.e. capacity - workingSet), in bytes. Defines the
3163
+ # amount of "memory.available" signal in kubelet. Default is unset, if not
3164
+ # specified in the kubelet config. Format: positive number + unit, e.g. 100Ki,
3165
+ # 10Mi, 5Gi. Valid units are Ki, Mi, Gi. Must be >= 100Mi and <= 50% of the node'
3166
+ # s memory. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-
3167
+ # pressure-eviction/#eviction-signals
3168
+ # Corresponds to the JSON property `memoryAvailable`
3169
+ # @return [String]
3170
+ attr_accessor :memory_available
3171
+
3172
+ # Optional. Amount of storage available on filesystem that kubelet uses for
3173
+ # volumes, daemon logs, etc. Defines the amount of "nodefs.available" signal in
3174
+ # kubelet. Default is unset, if not specified in the kubelet config. It takses
3175
+ # percentage value for now. Sample format: "30%". Must be >= 10% and <= 50%. See
3176
+ # https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/
3177
+ # #eviction-signals
3178
+ # Corresponds to the JSON property `nodefsAvailable`
3179
+ # @return [String]
3180
+ attr_accessor :nodefs_available
3181
+
3182
+ # Optional. Amount of inodes available on filesystem that kubelet uses for
3183
+ # volumes, daemon logs, etc. Defines the amount of "nodefs.inodesFree" signal in
3184
+ # kubelet. Default is unset, if not specified in the kubelet config. Linux only.
3185
+ # It takses percentage value for now. Sample format: "30%". Must be >= 5% and <=
3186
+ # 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-
3187
+ # eviction/#eviction-signals
3188
+ # Corresponds to the JSON property `nodefsInodesFree`
3189
+ # @return [String]
3190
+ attr_accessor :nodefs_inodes_free
3191
+
3192
+ # Optional. Amount of PID available for pod allocation. Defines the amount of "
3193
+ # pid.available" signal in kubelet. Default is unset, if not specified in the
3194
+ # kubelet config. It takses percentage value for now. Sample format: "30%". Must
3195
+ # be >= 10% and <= 50%. See https://kubernetes.io/docs/concepts/scheduling-
3196
+ # eviction/node-pressure-eviction/#eviction-signals
3197
+ # Corresponds to the JSON property `pidAvailable`
3198
+ # @return [String]
3199
+ attr_accessor :pid_available
3200
+
3201
+ def initialize(**args)
3202
+ update!(**args)
3203
+ end
3204
+
3205
+ # Update properties of this object
3206
+ def update!(**args)
3207
+ @imagefs_available = args[:imagefs_available] if args.key?(:imagefs_available)
3208
+ @imagefs_inodes_free = args[:imagefs_inodes_free] if args.key?(:imagefs_inodes_free)
3209
+ @memory_available = args[:memory_available] if args.key?(:memory_available)
3210
+ @nodefs_available = args[:nodefs_available] if args.key?(:nodefs_available)
3211
+ @nodefs_inodes_free = args[:nodefs_inodes_free] if args.key?(:nodefs_inodes_free)
3212
+ @pid_available = args[:pid_available] if args.key?(:pid_available)
3213
+ end
3214
+ end
3215
+
2921
3216
  # Configuration of Fast Socket feature.
2922
3217
  class FastSocket
2923
3218
  include Google::Apis::Core::Hashable
@@ -2971,6 +3266,11 @@ module Google
2971
3266
  # @return [String]
2972
3267
  attr_accessor :membership
2973
3268
 
3269
+ # The type of the cluster's fleet membership.
3270
+ # Corresponds to the JSON property `membershipType`
3271
+ # @return [String]
3272
+ attr_accessor :membership_type
3273
+
2974
3274
  # Output only. Whether the cluster has been registered through the fleet API.
2975
3275
  # Corresponds to the JSON property `preRegistered`
2976
3276
  # @return [Boolean]
@@ -2991,6 +3291,7 @@ module Google
2991
3291
  # Update properties of this object
2992
3292
  def update!(**args)
2993
3293
  @membership = args[:membership] if args.key?(:membership)
3294
+ @membership_type = args[:membership_type] if args.key?(:membership_type)
2994
3295
  @pre_registered = args[:pre_registered] if args.key?(:pre_registered)
2995
3296
  @project = args[:project] if args.key?(:project)
2996
3297
  end
@@ -3887,16 +4188,38 @@ module Google
3887
4188
  # the nodes. The following parameters are supported. net.core.busy_poll net.core.
3888
4189
  # busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default
3889
4190
  # net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn
3890
- # net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.netfilter.
3891
- # nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.
3892
- # nf_conntrack_tcp_timeout_close_wait net.netfilter.
3893
- # nf_conntrack_tcp_timeout_time_wait net.netfilter.
4191
+ # net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.
4192
+ # tcp_max_orphans net.netfilter.nf_conntrack_max net.netfilter.
4193
+ # nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait net.
4194
+ # netfilter.nf_conntrack_tcp_timeout_time_wait net.netfilter.
3894
4195
  # nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.
3895
- # shmmni kernel.shmmax kernel.shmall vm.max_map_count
4196
+ # shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max fs.inotify.
4197
+ # max_user_instances fs.inotify.max_user_watches fs.nr_open vm.
4198
+ # dirty_background_ratio vm.dirty_expire_centisecs vm.dirty_ratio vm.
4199
+ # dirty_writeback_centisecs vm.max_map_count vm.overcommit_memory vm.
4200
+ # overcommit_ratio vm.vfs_cache_pressure vm.swappiness vm.watermark_scale_factor
4201
+ # vm.min_free_kbytes
3896
4202
  # Corresponds to the JSON property `sysctls`
3897
4203
  # @return [Hash<String,String>]
3898
4204
  attr_accessor :sysctls
3899
4205
 
4206
+ # Optional. Defines the transparent hugepage defrag configuration on the node.
4207
+ # VM hugepage allocation can be managed by either limiting defragmentation for
4208
+ # delayed allocation or skipping it entirely for immediate allocation only. See
4209
+ # https://docs.kernel.org/admin-guide/mm/transhuge.html for more details.
4210
+ # Corresponds to the JSON property `transparentHugepageDefrag`
4211
+ # @return [String]
4212
+ attr_accessor :transparent_hugepage_defrag
4213
+
4214
+ # Optional. Transparent hugepage support for anonymous memory can be entirely
4215
+ # disabled (mostly for debugging purposes) or only enabled inside MADV_HUGEPAGE
4216
+ # regions (to avoid the risk of consuming more memory resources) or enabled
4217
+ # system wide. See https://docs.kernel.org/admin-guide/mm/transhuge.html for
4218
+ # more details.
4219
+ # Corresponds to the JSON property `transparentHugepageEnabled`
4220
+ # @return [String]
4221
+ attr_accessor :transparent_hugepage_enabled
4222
+
3900
4223
  def initialize(**args)
3901
4224
  update!(**args)
3902
4225
  end
@@ -3906,6 +4229,8 @@ module Google
3906
4229
  @cgroup_mode = args[:cgroup_mode] if args.key?(:cgroup_mode)
3907
4230
  @hugepages = args[:hugepages] if args.key?(:hugepages)
3908
4231
  @sysctls = args[:sysctls] if args.key?(:sysctls)
4232
+ @transparent_hugepage_defrag = args[:transparent_hugepage_defrag] if args.key?(:transparent_hugepage_defrag)
4233
+ @transparent_hugepage_enabled = args[:transparent_hugepage_enabled] if args.key?(:transparent_hugepage_enabled)
3909
4234
  end
3910
4235
  end
3911
4236
 
@@ -4097,6 +4422,34 @@ module Google
4097
4422
  end
4098
4423
  end
4099
4424
 
4425
+ # Configuration for the Lustre CSI driver.
4426
+ class LustreCsiDriverConfig
4427
+ include Google::Apis::Core::Hashable
4428
+
4429
+ # If set to true, the Lustre CSI driver will install Lustre kernel modules using
4430
+ # port 6988.
4431
+ # Corresponds to the JSON property `enableLegacyLustrePort`
4432
+ # @return [Boolean]
4433
+ attr_accessor :enable_legacy_lustre_port
4434
+ alias_method :enable_legacy_lustre_port?, :enable_legacy_lustre_port
4435
+
4436
+ # Whether the Lustre CSI driver is enabled for this cluster.
4437
+ # Corresponds to the JSON property `enabled`
4438
+ # @return [Boolean]
4439
+ attr_accessor :enabled
4440
+ alias_method :enabled?, :enabled
4441
+
4442
+ def initialize(**args)
4443
+ update!(**args)
4444
+ end
4445
+
4446
+ # Update properties of this object
4447
+ def update!(**args)
4448
+ @enable_legacy_lustre_port = args[:enable_legacy_lustre_port] if args.key?(:enable_legacy_lustre_port)
4449
+ @enabled = args[:enabled] if args.key?(:enabled)
4450
+ end
4451
+ end
4452
+
4100
4453
  # Represents the Maintenance exclusion option.
4101
4454
  class MaintenanceExclusionOptions
4102
4455
  include Google::Apis::Core::Hashable
@@ -4747,6 +5100,11 @@ module Google
4747
5100
  # @return [Google::Apis::ContainerV1::AdvancedMachineFeatures]
4748
5101
  attr_accessor :advanced_machine_features
4749
5102
 
5103
+ # BootDisk specifies the boot disk configuration for nodepools.
5104
+ # Corresponds to the JSON property `bootDisk`
5105
+ # @return [Google::Apis::ContainerV1::BootDisk]
5106
+ attr_accessor :boot_disk
5107
+
4750
5108
  # The Customer Managed Encryption Key used to encrypt the boot disk attached to
4751
5109
  # each node in the node pool. This should be of the form projects/[
4752
5110
  # KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
@@ -5051,6 +5409,7 @@ module Google
5051
5409
  def update!(**args)
5052
5410
  @accelerators = args[:accelerators] if args.key?(:accelerators)
5053
5411
  @advanced_machine_features = args[:advanced_machine_features] if args.key?(:advanced_machine_features)
5412
+ @boot_disk = args[:boot_disk] if args.key?(:boot_disk)
5054
5413
  @boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
5055
5414
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
5056
5415
  @containerd_config = args[:containerd_config] if args.key?(:containerd_config)
@@ -5199,6 +5558,34 @@ module Google
5199
5558
  # @return [String]
5200
5559
  attr_accessor :cpu_manager_policy
5201
5560
 
5561
+ # Optional. eviction_max_pod_grace_period_seconds is the maximum allowed grace
5562
+ # period (in seconds) to use when terminating pods in response to a soft
5563
+ # eviction threshold being met. This value effectively caps the Pod's
5564
+ # terminationGracePeriodSeconds value during soft evictions. Default: 0. Range: [
5565
+ # 0, 300].
5566
+ # Corresponds to the JSON property `evictionMaxPodGracePeriodSeconds`
5567
+ # @return [Fixnum]
5568
+ attr_accessor :eviction_max_pod_grace_period_seconds
5569
+
5570
+ # Eviction minimum reclaims are the resource amounts of minimum reclaims for
5571
+ # each eviction signal.
5572
+ # Corresponds to the JSON property `evictionMinimumReclaim`
5573
+ # @return [Google::Apis::ContainerV1::EvictionMinimumReclaim]
5574
+ attr_accessor :eviction_minimum_reclaim
5575
+
5576
+ # Eviction signals are the current state of a particular resource at a specific
5577
+ # point in time. The kubelet uses eviction signals to make eviction decisions by
5578
+ # comparing the signals to eviction thresholds, which are the minimum amount of
5579
+ # the resource that should be available on the node.
5580
+ # Corresponds to the JSON property `evictionSoft`
5581
+ # @return [Google::Apis::ContainerV1::EvictionSignals]
5582
+ attr_accessor :eviction_soft
5583
+
5584
+ # Eviction grace periods are grace periods for each eviction signal.
5585
+ # Corresponds to the JSON property `evictionSoftGracePeriod`
5586
+ # @return [Google::Apis::ContainerV1::EvictionGracePeriod]
5587
+ attr_accessor :eviction_soft_grace_period
5588
+
5202
5589
  # Optional. Defines the percent of disk usage after which image garbage
5203
5590
  # collection is always run. The percent is calculated as this field value out of
5204
5591
  # 100. The value must be between 10 and 85, inclusive and greater than
@@ -5243,6 +5630,14 @@ module Google
5243
5630
  attr_accessor :insecure_kubelet_readonly_port_enabled
5244
5631
  alias_method :insecure_kubelet_readonly_port_enabled?, :insecure_kubelet_readonly_port_enabled
5245
5632
 
5633
+ # Optional. Defines the maximum number of image pulls in parallel. The range is
5634
+ # 2 to 5, inclusive. The default value is 2 or 3 depending on the disk type. See
5635
+ # https://kubernetes.io/docs/concepts/containers/images/#maximum-parallel-image-
5636
+ # pulls for more details.
5637
+ # Corresponds to the JSON property `maxParallelImagePulls`
5638
+ # @return [Fixnum]
5639
+ attr_accessor :max_parallel_image_pulls
5640
+
5246
5641
  # The option enables the Kubernetes NUMA-aware Memory Manager feature. Detailed
5247
5642
  # description about the feature can be found [here](https://kubernetes.io/docs/
5248
5643
  # tasks/administer-cluster/memory-manager/).
@@ -5285,11 +5680,16 @@ module Google
5285
5680
  @cpu_cfs_quota = args[:cpu_cfs_quota] if args.key?(:cpu_cfs_quota)
5286
5681
  @cpu_cfs_quota_period = args[:cpu_cfs_quota_period] if args.key?(:cpu_cfs_quota_period)
5287
5682
  @cpu_manager_policy = args[:cpu_manager_policy] if args.key?(:cpu_manager_policy)
5683
+ @eviction_max_pod_grace_period_seconds = args[:eviction_max_pod_grace_period_seconds] if args.key?(:eviction_max_pod_grace_period_seconds)
5684
+ @eviction_minimum_reclaim = args[:eviction_minimum_reclaim] if args.key?(:eviction_minimum_reclaim)
5685
+ @eviction_soft = args[:eviction_soft] if args.key?(:eviction_soft)
5686
+ @eviction_soft_grace_period = args[:eviction_soft_grace_period] if args.key?(:eviction_soft_grace_period)
5288
5687
  @image_gc_high_threshold_percent = args[:image_gc_high_threshold_percent] if args.key?(:image_gc_high_threshold_percent)
5289
5688
  @image_gc_low_threshold_percent = args[:image_gc_low_threshold_percent] if args.key?(:image_gc_low_threshold_percent)
5290
5689
  @image_maximum_gc_age = args[:image_maximum_gc_age] if args.key?(:image_maximum_gc_age)
5291
5690
  @image_minimum_gc_age = args[:image_minimum_gc_age] if args.key?(:image_minimum_gc_age)
5292
5691
  @insecure_kubelet_readonly_port_enabled = args[:insecure_kubelet_readonly_port_enabled] if args.key?(:insecure_kubelet_readonly_port_enabled)
5692
+ @max_parallel_image_pulls = args[:max_parallel_image_pulls] if args.key?(:max_parallel_image_pulls)
5293
5693
  @memory_manager = args[:memory_manager] if args.key?(:memory_manager)
5294
5694
  @pod_pids_limit = args[:pod_pids_limit] if args.key?(:pod_pids_limit)
5295
5695
  @single_process_oom_kill = args[:single_process_oom_kill] if args.key?(:single_process_oom_kill)
@@ -6385,6 +6785,31 @@ module Google
6385
6785
  end
6386
6786
  end
6387
6787
 
6788
+ # PrivilegedAdmissionConfig stores the list of authorized allowlist paths for
6789
+ # the cluster.
6790
+ class PrivilegedAdmissionConfig
6791
+ include Google::Apis::Core::Hashable
6792
+
6793
+ # The customer allowlist Cloud Storage paths for the cluster. These paths are
6794
+ # used with the `--autopilot-privileged-admission` flag to authorize privileged
6795
+ # workloads in Autopilot clusters. Paths can be GKE-owned, in the format `gke:///
6796
+ # /`, or customer-owned, in the format `gs:///`. Wildcards (`*`) are supported
6797
+ # to authorize all allowlists under specific paths or directories. Example: `gs:/
6798
+ # /my-bucket/*` will authorize all allowlists under the `my-bucket` bucket.
6799
+ # Corresponds to the JSON property `allowlistPaths`
6800
+ # @return [Array<String>]
6801
+ attr_accessor :allowlist_paths
6802
+
6803
+ def initialize(**args)
6804
+ update!(**args)
6805
+ end
6806
+
6807
+ # Update properties of this object
6808
+ def update!(**args)
6809
+ @allowlist_paths = args[:allowlist_paths] if args.key?(:allowlist_paths)
6810
+ end
6811
+ end
6812
+
6388
6813
  # Pub/Sub specific notification config.
6389
6814
  class PubSub
6390
6815
  include Google::Apis::Core::Hashable
@@ -8286,6 +8711,11 @@ module Google
8286
8711
  # @return [Array<Google::Apis::ContainerV1::AcceleratorConfig>]
8287
8712
  attr_accessor :accelerators
8288
8713
 
8714
+ # BootDisk specifies the boot disk configuration for nodepools.
8715
+ # Corresponds to the JSON property `bootDisk`
8716
+ # @return [Google::Apis::ContainerV1::BootDisk]
8717
+ attr_accessor :boot_disk
8718
+
8289
8719
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
8290
8720
  # and replaced by the name field.
8291
8721
  # Corresponds to the JSON property `clusterId`
@@ -8535,6 +8965,7 @@ module Google
8535
8965
  # Update properties of this object
8536
8966
  def update!(**args)
8537
8967
  @accelerators = args[:accelerators] if args.key?(:accelerators)
8968
+ @boot_disk = args[:boot_disk] if args.key?(:boot_disk)
8538
8969
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
8539
8970
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
8540
8971
  @containerd_config = args[:containerd_config] if args.key?(:containerd_config)
@@ -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.99.0"
19
+ GEM_VERSION = "0.101.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 = "20250617"
25
+ REVISION = "20250725"
26
26
  end
27
27
  end
28
28
  end
@@ -154,6 +154,12 @@ module Google
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
+ class BootDisk
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
157
163
  class CancelOperationRequest
158
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
165
 
@@ -316,6 +322,12 @@ module Google
316
322
  include Google::Apis::Core::JsonObjectSupport
317
323
  end
318
324
 
325
+ class DefaultComputeClassConfig
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
319
331
  class DefaultSnatStatus
320
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
321
333
 
@@ -358,6 +370,24 @@ module Google
358
370
  include Google::Apis::Core::JsonObjectSupport
359
371
  end
360
372
 
373
+ class EvictionGracePeriod
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class EvictionMinimumReclaim
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class EvictionSignals
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
361
391
  class FastSocket
362
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
363
393
 
@@ -586,6 +616,12 @@ module Google
586
616
  include Google::Apis::Core::JsonObjectSupport
587
617
  end
588
618
 
619
+ class LustreCsiDriverConfig
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
589
625
  class MaintenanceExclusionOptions
590
626
  class Representation < Google::Apis::Core::JsonRepresentation; end
591
627
 
@@ -850,6 +886,12 @@ module Google
850
886
  include Google::Apis::Core::JsonObjectSupport
851
887
  end
852
888
 
889
+ class PrivilegedAdmissionConfig
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
853
895
  class PubSub
854
896
  class Representation < Google::Apis::Core::JsonRepresentation; end
855
897
 
@@ -1308,6 +1350,8 @@ module Google
1308
1350
 
1309
1351
  property :kubernetes_dashboard, as: 'kubernetesDashboard', class: Google::Apis::ContainerV1::KubernetesDashboard, decorator: Google::Apis::ContainerV1::KubernetesDashboard::Representation
1310
1352
 
1353
+ property :lustre_csi_driver_config, as: 'lustreCsiDriverConfig', class: Google::Apis::ContainerV1::LustreCsiDriverConfig, decorator: Google::Apis::ContainerV1::LustreCsiDriverConfig::Representation
1354
+
1311
1355
  property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1::NetworkPolicyConfig::Representation
1312
1356
 
1313
1357
  property :parallelstore_csi_driver_config, as: 'parallelstoreCsiDriverConfig', class: Google::Apis::ContainerV1::ParallelstoreCsiDriverConfig, decorator: Google::Apis::ContainerV1::ParallelstoreCsiDriverConfig::Representation
@@ -1355,6 +1399,7 @@ module Google
1355
1399
  class AutoIpamConfig
1356
1400
  # @private
1357
1401
  class Representation < Google::Apis::Core::JsonRepresentation
1402
+ property :enabled, as: 'enabled'
1358
1403
  end
1359
1404
  end
1360
1405
 
@@ -1377,6 +1422,8 @@ module Google
1377
1422
  # @private
1378
1423
  class Representation < Google::Apis::Core::JsonRepresentation
1379
1424
  property :enabled, as: 'enabled'
1425
+ property :privileged_admission_config, as: 'privilegedAdmissionConfig', class: Google::Apis::ContainerV1::PrivilegedAdmissionConfig, decorator: Google::Apis::ContainerV1::PrivilegedAdmissionConfig::Representation
1426
+
1380
1427
  property :workload_policy_config, as: 'workloadPolicyConfig', class: Google::Apis::ContainerV1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1::WorkloadPolicyConfig::Representation
1381
1428
 
1382
1429
  end
@@ -1464,6 +1511,16 @@ module Google
1464
1511
  end
1465
1512
  end
1466
1513
 
1514
+ class BootDisk
1515
+ # @private
1516
+ class Representation < Google::Apis::Core::JsonRepresentation
1517
+ property :disk_type, as: 'diskType'
1518
+ property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
1519
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
1520
+ property :size_gb, :numeric_string => true, as: 'sizeGb'
1521
+ end
1522
+ end
1523
+
1467
1524
  class CancelOperationRequest
1468
1525
  # @private
1469
1526
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1652,6 +1709,8 @@ module Google
1652
1709
  property :autoprovisioning_node_pool_defaults, as: 'autoprovisioningNodePoolDefaults', class: Google::Apis::ContainerV1::AutoprovisioningNodePoolDefaults, decorator: Google::Apis::ContainerV1::AutoprovisioningNodePoolDefaults::Representation
1653
1710
 
1654
1711
  property :autoscaling_profile, as: 'autoscalingProfile'
1712
+ property :default_compute_class_config, as: 'defaultComputeClassConfig', class: Google::Apis::ContainerV1::DefaultComputeClassConfig, decorator: Google::Apis::ContainerV1::DefaultComputeClassConfig::Representation
1713
+
1655
1714
  property :enable_node_autoprovisioning, as: 'enableNodeAutoprovisioning'
1656
1715
  collection :resource_limits, as: 'resourceLimits', class: Google::Apis::ContainerV1::ResourceLimit, decorator: Google::Apis::ContainerV1::ResourceLimit::Representation
1657
1716
 
@@ -1951,6 +2010,13 @@ module Google
1951
2010
  end
1952
2011
  end
1953
2012
 
2013
+ class DefaultComputeClassConfig
2014
+ # @private
2015
+ class Representation < Google::Apis::Core::JsonRepresentation
2016
+ property :enabled, as: 'enabled'
2017
+ end
2018
+ end
2019
+
1954
2020
  class DefaultSnatStatus
1955
2021
  # @private
1956
2022
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2002,6 +2068,42 @@ module Google
2002
2068
  end
2003
2069
  end
2004
2070
 
2071
+ class EvictionGracePeriod
2072
+ # @private
2073
+ class Representation < Google::Apis::Core::JsonRepresentation
2074
+ property :imagefs_available, as: 'imagefsAvailable'
2075
+ property :imagefs_inodes_free, as: 'imagefsInodesFree'
2076
+ property :memory_available, as: 'memoryAvailable'
2077
+ property :nodefs_available, as: 'nodefsAvailable'
2078
+ property :nodefs_inodes_free, as: 'nodefsInodesFree'
2079
+ property :pid_available, as: 'pidAvailable'
2080
+ end
2081
+ end
2082
+
2083
+ class EvictionMinimumReclaim
2084
+ # @private
2085
+ class Representation < Google::Apis::Core::JsonRepresentation
2086
+ property :imagefs_available, as: 'imagefsAvailable'
2087
+ property :imagefs_inodes_free, as: 'imagefsInodesFree'
2088
+ property :memory_available, as: 'memoryAvailable'
2089
+ property :nodefs_available, as: 'nodefsAvailable'
2090
+ property :nodefs_inodes_free, as: 'nodefsInodesFree'
2091
+ property :pid_available, as: 'pidAvailable'
2092
+ end
2093
+ end
2094
+
2095
+ class EvictionSignals
2096
+ # @private
2097
+ class Representation < Google::Apis::Core::JsonRepresentation
2098
+ property :imagefs_available, as: 'imagefsAvailable'
2099
+ property :imagefs_inodes_free, as: 'imagefsInodesFree'
2100
+ property :memory_available, as: 'memoryAvailable'
2101
+ property :nodefs_available, as: 'nodefsAvailable'
2102
+ property :nodefs_inodes_free, as: 'nodefsInodesFree'
2103
+ property :pid_available, as: 'pidAvailable'
2104
+ end
2105
+ end
2106
+
2005
2107
  class FastSocket
2006
2108
  # @private
2007
2109
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2020,6 +2122,7 @@ module Google
2020
2122
  # @private
2021
2123
  class Representation < Google::Apis::Core::JsonRepresentation
2022
2124
  property :membership, as: 'membership'
2125
+ property :membership_type, as: 'membershipType'
2023
2126
  property :pre_registered, as: 'preRegistered'
2024
2127
  property :project, as: 'project'
2025
2128
  end
@@ -2269,6 +2372,8 @@ module Google
2269
2372
  property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1::HugepagesConfig, decorator: Google::Apis::ContainerV1::HugepagesConfig::Representation
2270
2373
 
2271
2374
  hash :sysctls, as: 'sysctls'
2375
+ property :transparent_hugepage_defrag, as: 'transparentHugepageDefrag'
2376
+ property :transparent_hugepage_enabled, as: 'transparentHugepageEnabled'
2272
2377
  end
2273
2378
  end
2274
2379
 
@@ -2336,6 +2441,14 @@ module Google
2336
2441
  end
2337
2442
  end
2338
2443
 
2444
+ class LustreCsiDriverConfig
2445
+ # @private
2446
+ class Representation < Google::Apis::Core::JsonRepresentation
2447
+ property :enable_legacy_lustre_port, as: 'enableLegacyLustrePort'
2448
+ property :enabled, as: 'enabled'
2449
+ end
2450
+ end
2451
+
2339
2452
  class MaintenanceExclusionOptions
2340
2453
  # @private
2341
2454
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2520,6 +2633,8 @@ module Google
2520
2633
 
2521
2634
  property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::ContainerV1::AdvancedMachineFeatures, decorator: Google::Apis::ContainerV1::AdvancedMachineFeatures::Representation
2522
2635
 
2636
+ property :boot_disk, as: 'bootDisk', class: Google::Apis::ContainerV1::BootDisk, decorator: Google::Apis::ContainerV1::BootDisk::Representation
2637
+
2523
2638
  property :boot_disk_kms_key, as: 'bootDiskKmsKey'
2524
2639
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
2525
2640
 
@@ -2608,11 +2723,19 @@ module Google
2608
2723
  property :cpu_cfs_quota, as: 'cpuCfsQuota'
2609
2724
  property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
2610
2725
  property :cpu_manager_policy, as: 'cpuManagerPolicy'
2726
+ property :eviction_max_pod_grace_period_seconds, as: 'evictionMaxPodGracePeriodSeconds'
2727
+ property :eviction_minimum_reclaim, as: 'evictionMinimumReclaim', class: Google::Apis::ContainerV1::EvictionMinimumReclaim, decorator: Google::Apis::ContainerV1::EvictionMinimumReclaim::Representation
2728
+
2729
+ property :eviction_soft, as: 'evictionSoft', class: Google::Apis::ContainerV1::EvictionSignals, decorator: Google::Apis::ContainerV1::EvictionSignals::Representation
2730
+
2731
+ property :eviction_soft_grace_period, as: 'evictionSoftGracePeriod', class: Google::Apis::ContainerV1::EvictionGracePeriod, decorator: Google::Apis::ContainerV1::EvictionGracePeriod::Representation
2732
+
2611
2733
  property :image_gc_high_threshold_percent, as: 'imageGcHighThresholdPercent'
2612
2734
  property :image_gc_low_threshold_percent, as: 'imageGcLowThresholdPercent'
2613
2735
  property :image_maximum_gc_age, as: 'imageMaximumGcAge'
2614
2736
  property :image_minimum_gc_age, as: 'imageMinimumGcAge'
2615
2737
  property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
2738
+ property :max_parallel_image_pulls, as: 'maxParallelImagePulls'
2616
2739
  property :memory_manager, as: 'memoryManager', class: Google::Apis::ContainerV1::MemoryManager, decorator: Google::Apis::ContainerV1::MemoryManager::Representation
2617
2740
 
2618
2741
  property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
@@ -2896,6 +3019,13 @@ module Google
2896
3019
  end
2897
3020
  end
2898
3021
 
3022
+ class PrivilegedAdmissionConfig
3023
+ # @private
3024
+ class Representation < Google::Apis::Core::JsonRepresentation
3025
+ collection :allowlist_paths, as: 'allowlistPaths'
3026
+ end
3027
+ end
3028
+
2899
3029
  class PubSub
2900
3030
  # @private
2901
3031
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3374,6 +3504,8 @@ module Google
3374
3504
  class Representation < Google::Apis::Core::JsonRepresentation
3375
3505
  collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1::AcceleratorConfig, decorator: Google::Apis::ContainerV1::AcceleratorConfig::Representation
3376
3506
 
3507
+ property :boot_disk, as: 'bootDisk', class: Google::Apis::ContainerV1::BootDisk, decorator: Google::Apis::ContainerV1::BootDisk::Representation
3508
+
3377
3509
  property :cluster_id, as: 'clusterId'
3378
3510
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
3379
3511
 
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.99.0
4
+ version: 0.101.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.99.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.101.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: