google-apis-container_v1beta1 0.78.0 → 0.79.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 281063589937fad0b75c67af885c4d8d2b20229ca11ae7de856d745dbad75ee8
|
4
|
+
data.tar.gz: 312f431e9d36fe73bc4a6890614fd2aaffffc3bc7ba1c626917f0d618e581e5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4ef7b171f1c360d23017973559a54bf30b7cbb5b7f7fcd1aa15d2b37cb1fba03c0ee0ab837a88e74565e4e2c6fb3ad7ce7f1db23caa91cd975f6b1ade293e62
|
7
|
+
data.tar.gz: 2d78b20796072581398c196a3db34283244991932dbd822784d74ee3b5c3f211c1954716cdc24d996d6dc68e0f5404d645484533566f5484501b21e75e988419
|
data/CHANGELOG.md
CHANGED
@@ -469,7 +469,7 @@ module Google
|
|
469
469
|
# @return [String]
|
470
470
|
attr_accessor :description
|
471
471
|
|
472
|
-
# A URL to a public
|
472
|
+
# A URL to a public documentation, which addresses resolving this issue.
|
473
473
|
# Corresponds to the JSON property `documentationUrl`
|
474
474
|
# @return [String]
|
475
475
|
attr_accessor :documentation_url
|
@@ -504,6 +504,26 @@ module Google
|
|
504
504
|
end
|
505
505
|
end
|
506
506
|
|
507
|
+
# AutopilotConfig contains configuration of autopilot feature for this nodepool.
|
508
|
+
class AutopilotConfig
|
509
|
+
include Google::Apis::Core::Hashable
|
510
|
+
|
511
|
+
# Denotes that nodes belonging to this node pool are Autopilot nodes.
|
512
|
+
# Corresponds to the JSON property `enabled`
|
513
|
+
# @return [Boolean]
|
514
|
+
attr_accessor :enabled
|
515
|
+
alias_method :enabled?, :enabled
|
516
|
+
|
517
|
+
def initialize(**args)
|
518
|
+
update!(**args)
|
519
|
+
end
|
520
|
+
|
521
|
+
# Update properties of this object
|
522
|
+
def update!(**args)
|
523
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
524
|
+
end
|
525
|
+
end
|
526
|
+
|
507
527
|
# AutopilotConversionStatus represents conversion status.
|
508
528
|
class AutopilotConversionStatus
|
509
529
|
include Google::Apis::Core::Hashable
|
@@ -911,7 +931,7 @@ module Google
|
|
911
931
|
include Google::Apis::Core::Hashable
|
912
932
|
|
913
933
|
# List of fully qualified domain names (FQDN). Specifying port is supported.
|
914
|
-
#
|
934
|
+
# Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000
|
915
935
|
# Corresponds to the JSON property `fqdns`
|
916
936
|
# @return [Array<String>]
|
917
937
|
attr_accessor :fqdns
|
@@ -1158,7 +1178,8 @@ module Google
|
|
1158
1178
|
alias_method :enable_kubernetes_alpha?, :enable_kubernetes_alpha
|
1159
1179
|
|
1160
1180
|
# Enable the ability to use Cloud TPUs in this cluster. This field is deprecated,
|
1161
|
-
# use tpu_config.enabled instead.
|
1181
|
+
# use tpu_config.enabled instead. This field is deprecated due to the
|
1182
|
+
# deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
|
1162
1183
|
# Corresponds to the JSON property `enableTpu`
|
1163
1184
|
# @return [Boolean]
|
1164
1185
|
attr_accessor :enable_tpu
|
@@ -1526,14 +1547,16 @@ module Google
|
|
1526
1547
|
# @return [String]
|
1527
1548
|
attr_accessor :subnetwork
|
1528
1549
|
|
1529
|
-
# Configuration for Cloud TPU.
|
1550
|
+
# Configuration for Cloud TPU. This message is deprecated due to the deprecation
|
1551
|
+
# of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
|
1530
1552
|
# Corresponds to the JSON property `tpuConfig`
|
1531
1553
|
# @return [Google::Apis::ContainerV1beta1::TpuConfig]
|
1532
1554
|
attr_accessor :tpu_config
|
1533
1555
|
|
1534
1556
|
# Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](
|
1535
1557
|
# http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.
|
1536
|
-
# 2.3.4/29`).
|
1558
|
+
# 2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The
|
1559
|
+
# end of life date for 2VM TPU is 2025-04-25.
|
1537
1560
|
# Corresponds to the JSON property `tpuIpv4CidrBlock`
|
1538
1561
|
# @return [String]
|
1539
1562
|
attr_accessor :tpu_ipv4_cidr_block
|
@@ -2164,7 +2187,8 @@ module Google
|
|
2164
2187
|
# @return [String]
|
2165
2188
|
attr_accessor :desired_stack_type
|
2166
2189
|
|
2167
|
-
# Configuration for Cloud TPU.
|
2190
|
+
# Configuration for Cloud TPU. This message is deprecated due to the deprecation
|
2191
|
+
# of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
|
2168
2192
|
# Corresponds to the JSON property `desiredTpuConfig`
|
2169
2193
|
# @return [Google::Apis::ContainerV1beta1::TpuConfig]
|
2170
2194
|
attr_accessor :desired_tpu_config
|
@@ -3272,7 +3296,7 @@ module Google
|
|
3272
3296
|
end
|
3273
3297
|
end
|
3274
3298
|
|
3275
|
-
# GetJSONWebKeysResponse is a valid JSON Web Key Set as
|
3299
|
+
# GetJSONWebKeysResponse is a valid JSON Web Key Set as specified in rfc 7517
|
3276
3300
|
class GetJsonWebKeysResponse
|
3277
3301
|
include Google::Apis::Core::Hashable
|
3278
3302
|
|
@@ -4026,9 +4050,14 @@ module Google
|
|
4026
4050
|
|
4027
4051
|
# The Linux kernel parameters to be applied to the nodes and all pods running on
|
4028
4052
|
# the nodes. The following parameters are supported. net.core.busy_poll net.core.
|
4029
|
-
# busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.
|
4030
|
-
# net.core.
|
4031
|
-
# ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
|
4053
|
+
# busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default
|
4054
|
+
# net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn
|
4055
|
+
# net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.netfilter.
|
4056
|
+
# nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.
|
4057
|
+
# nf_conntrack_tcp_timeout_close_wait net.netfilter.
|
4058
|
+
# nf_conntrack_tcp_timeout_time_wait net.netfilter.
|
4059
|
+
# nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.
|
4060
|
+
# shmmni kernel.shmmax kernel.shmall vm.max_map_count
|
4032
4061
|
# Corresponds to the JSON property `sysctls`
|
4033
4062
|
# @return [Hash<String,String>]
|
4034
4063
|
attr_accessor :sysctls
|
@@ -4500,7 +4529,7 @@ module Google
|
|
4500
4529
|
attr_accessor :enabled
|
4501
4530
|
alias_method :enabled?, :enabled
|
4502
4531
|
|
4503
|
-
# Whether master is
|
4532
|
+
# Whether master is accessible via Google Compute Engine Public IP addresses.
|
4504
4533
|
# Corresponds to the JSON property `gcpPublicCidrsAccessEnabled`
|
4505
4534
|
# @return [Boolean]
|
4506
4535
|
attr_accessor :gcp_public_cidrs_access_enabled
|
@@ -4735,7 +4764,7 @@ module Google
|
|
4735
4764
|
# @return [String]
|
4736
4765
|
attr_accessor :in_transit_encryption_config
|
4737
4766
|
|
4738
|
-
# Output only. The relative name of the Google Compute Engine network(https://
|
4767
|
+
# Output only. The relative name of the Google Compute Engine [network](https://
|
4739
4768
|
# cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
|
4740
4769
|
# cluster is connected. Example: projects/my-project/global/networks/my-network
|
4741
4770
|
# Corresponds to the JSON property `network`
|
@@ -5058,7 +5087,7 @@ module Google
|
|
5058
5087
|
# @return [Fixnum]
|
5059
5088
|
attr_accessor :local_ssd_count
|
5060
5089
|
|
5061
|
-
# Specifies which method should be used for encrypting the Local SSDs
|
5090
|
+
# Specifies which method should be used for encrypting the Local SSDs attached
|
5062
5091
|
# to the node.
|
5063
5092
|
# Corresponds to the JSON property `localSsdEncryptionMode`
|
5064
5093
|
# @return [String]
|
@@ -5336,6 +5365,37 @@ module Google
|
|
5336
5365
|
class NodeKubeletConfig
|
5337
5366
|
include Google::Apis::Core::Hashable
|
5338
5367
|
|
5368
|
+
# Optional. Defines a comma-separated allowlist of unsafe sysctls or sysctl
|
5369
|
+
# patterns (ending in `*`). The unsafe namespaced sysctl groups are `kernel.shm*`
|
5370
|
+
# , `kernel.msg*`, `kernel.sem`, `fs.mqueue.*`, and `net.*`. Leaving this
|
5371
|
+
# allowlist empty means they cannot be set on Pods. To allow certain sysctls or
|
5372
|
+
# sysctl patterns to be set on Pods, list them separated by commas. For example:
|
5373
|
+
# `kernel.msg*,net.ipv4.route.min_pmtu`. See https://kubernetes.io/docs/tasks/
|
5374
|
+
# administer-cluster/sysctl-cluster/ for more details.
|
5375
|
+
# Corresponds to the JSON property `allowedUnsafeSysctls`
|
5376
|
+
# @return [Array<String>]
|
5377
|
+
attr_accessor :allowed_unsafe_sysctls
|
5378
|
+
|
5379
|
+
# Optional. Defines the maximum number of container log files that can be
|
5380
|
+
# present for a container. See https://kubernetes.io/docs/concepts/cluster-
|
5381
|
+
# administration/logging/#log-rotation The value must be an integer between 2
|
5382
|
+
# and 10, inclusive. The default value is 5 if unspecified.
|
5383
|
+
# Corresponds to the JSON property `containerLogMaxFiles`
|
5384
|
+
# @return [Fixnum]
|
5385
|
+
attr_accessor :container_log_max_files
|
5386
|
+
|
5387
|
+
# Optional. Defines the maximum size of the container log file before it is
|
5388
|
+
# rotated. See https://kubernetes.io/docs/concepts/cluster-administration/
|
5389
|
+
# logging/#log-rotation Valid format is positive number + unit, e.g. 100Ki, 10Mi.
|
5390
|
+
# Valid units are Ki, Mi, Gi. The value must be between 10Mi and 500Mi,
|
5391
|
+
# inclusive. Note that the total container log size (container_log_max_size *
|
5392
|
+
# container_log_max_files) cannot exceed 1% of the total storage of the node, to
|
5393
|
+
# avoid disk pressure caused by log files. The default value is 10Mi if
|
5394
|
+
# unspecified.
|
5395
|
+
# Corresponds to the JSON property `containerLogMaxSize`
|
5396
|
+
# @return [String]
|
5397
|
+
attr_accessor :container_log_max_size
|
5398
|
+
|
5339
5399
|
# Enable CPU CFS quota enforcement for containers that specify CPU limits. This
|
5340
5400
|
# option is enabled by default which makes kubelet use CFS quota (https://www.
|
5341
5401
|
# kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU
|
@@ -5366,6 +5426,44 @@ module Google
|
|
5366
5426
|
# @return [String]
|
5367
5427
|
attr_accessor :cpu_manager_policy
|
5368
5428
|
|
5429
|
+
# Optional. Defines the percent of disk usage after which image garbage
|
5430
|
+
# collection is always run. The percent is calculated as this field value out of
|
5431
|
+
# 100. The value must be between 10 and 85, inclusive and greater than
|
5432
|
+
# image_gc_low_threshold_percent. The default value is 85 if unspecified.
|
5433
|
+
# Corresponds to the JSON property `imageGcHighThresholdPercent`
|
5434
|
+
# @return [Fixnum]
|
5435
|
+
attr_accessor :image_gc_high_threshold_percent
|
5436
|
+
|
5437
|
+
# Optional. Defines the percent of disk usage before which image garbage
|
5438
|
+
# collection is never run. Lowest disk usage to garbage collect to. The percent
|
5439
|
+
# is calculated as this field value out of 100. The value must be between 10 and
|
5440
|
+
# 85, inclusive and smaller than image_gc_high_threshold_percent. The default
|
5441
|
+
# value is 80 if unspecified.
|
5442
|
+
# Corresponds to the JSON property `imageGcLowThresholdPercent`
|
5443
|
+
# @return [Fixnum]
|
5444
|
+
attr_accessor :image_gc_low_threshold_percent
|
5445
|
+
|
5446
|
+
# Optional. Defines the maximum age an image can be unused before it is garbage
|
5447
|
+
# collected. The string must be a sequence of decimal numbers, each with
|
5448
|
+
# optional fraction and a unit suffix, such as "300s", "1.5h", and "2h45m".
|
5449
|
+
# Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must
|
5450
|
+
# be a positive duration greater than image_minimum_gc_age or "0s". The default
|
5451
|
+
# value is "0s" if unspecified, which disables this field, meaning images won't
|
5452
|
+
# be garbage collected based on being unused for too long.
|
5453
|
+
# Corresponds to the JSON property `imageMaximumGcAge`
|
5454
|
+
# @return [String]
|
5455
|
+
attr_accessor :image_maximum_gc_age
|
5456
|
+
|
5457
|
+
# Optional. Defines the minimum age for an unused image before it is garbage
|
5458
|
+
# collected. The string must be a sequence of decimal numbers, each with
|
5459
|
+
# optional fraction and a unit suffix, such as "300s", "1.5h", and "2h45m".
|
5460
|
+
# Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must
|
5461
|
+
# be a positive duration less than or equal to 2 minutes. The default value is "
|
5462
|
+
# 2m0s" if unspecified.
|
5463
|
+
# Corresponds to the JSON property `imageMinimumGcAge`
|
5464
|
+
# @return [String]
|
5465
|
+
attr_accessor :image_minimum_gc_age
|
5466
|
+
|
5369
5467
|
# Enable or disable Kubelet read only port.
|
5370
5468
|
# Corresponds to the JSON property `insecureKubeletReadonlyPortEnabled`
|
5371
5469
|
# @return [Boolean]
|
@@ -5386,9 +5484,16 @@ module Google
|
|
5386
5484
|
|
5387
5485
|
# Update properties of this object
|
5388
5486
|
def update!(**args)
|
5487
|
+
@allowed_unsafe_sysctls = args[:allowed_unsafe_sysctls] if args.key?(:allowed_unsafe_sysctls)
|
5488
|
+
@container_log_max_files = args[:container_log_max_files] if args.key?(:container_log_max_files)
|
5489
|
+
@container_log_max_size = args[:container_log_max_size] if args.key?(:container_log_max_size)
|
5389
5490
|
@cpu_cfs_quota = args[:cpu_cfs_quota] if args.key?(:cpu_cfs_quota)
|
5390
5491
|
@cpu_cfs_quota_period = args[:cpu_cfs_quota_period] if args.key?(:cpu_cfs_quota_period)
|
5391
5492
|
@cpu_manager_policy = args[:cpu_manager_policy] if args.key?(:cpu_manager_policy)
|
5493
|
+
@image_gc_high_threshold_percent = args[:image_gc_high_threshold_percent] if args.key?(:image_gc_high_threshold_percent)
|
5494
|
+
@image_gc_low_threshold_percent = args[:image_gc_low_threshold_percent] if args.key?(:image_gc_low_threshold_percent)
|
5495
|
+
@image_maximum_gc_age = args[:image_maximum_gc_age] if args.key?(:image_maximum_gc_age)
|
5496
|
+
@image_minimum_gc_age = args[:image_minimum_gc_age] if args.key?(:image_minimum_gc_age)
|
5392
5497
|
@insecure_kubelet_readonly_port_enabled = args[:insecure_kubelet_readonly_port_enabled] if args.key?(:insecure_kubelet_readonly_port_enabled)
|
5393
5498
|
@pod_pids_limit = args[:pod_pids_limit] if args.key?(:pod_pids_limit)
|
5394
5499
|
end
|
@@ -5548,6 +5653,11 @@ module Google
|
|
5548
5653
|
class NodePool
|
5549
5654
|
include Google::Apis::Core::Hashable
|
5550
5655
|
|
5656
|
+
# AutopilotConfig contains configuration of autopilot feature for this nodepool.
|
5657
|
+
# Corresponds to the JSON property `autopilotConfig`
|
5658
|
+
# @return [Google::Apis::ContainerV1beta1::AutopilotConfig]
|
5659
|
+
attr_accessor :autopilot_config
|
5660
|
+
|
5551
5661
|
# NodePoolAutoscaling contains information required by cluster autoscaler to
|
5552
5662
|
# adjust the size of the node pool to the current cluster usage.
|
5553
5663
|
# Corresponds to the JSON property `autoscaling`
|
@@ -5710,6 +5820,7 @@ module Google
|
|
5710
5820
|
|
5711
5821
|
# Update properties of this object
|
5712
5822
|
def update!(**args)
|
5823
|
+
@autopilot_config = args[:autopilot_config] if args.key?(:autopilot_config)
|
5713
5824
|
@autoscaling = args[:autoscaling] if args.key?(:autoscaling)
|
5714
5825
|
@best_effort_provisioning = args[:best_effort_provisioning] if args.key?(:best_effort_provisioning)
|
5715
5826
|
@conditions = args[:conditions] if args.key?(:conditions)
|
@@ -8257,7 +8368,8 @@ module Google
|
|
8257
8368
|
end
|
8258
8369
|
end
|
8259
8370
|
|
8260
|
-
# Configuration for Cloud TPU.
|
8371
|
+
# Configuration for Cloud TPU. This message is deprecated due to the deprecation
|
8372
|
+
# of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
|
8261
8373
|
class TpuConfig
|
8262
8374
|
include Google::Apis::Core::Hashable
|
8263
8375
|
|
@@ -9404,6 +9516,12 @@ module Google
|
|
9404
9516
|
attr_accessor :allow_net_admin
|
9405
9517
|
alias_method :allow_net_admin?, :allow_net_admin
|
9406
9518
|
|
9519
|
+
# If true, enables the GCW Auditor that audits workloads on standard clusters.
|
9520
|
+
# Corresponds to the JSON property `autopilotCompatibilityAuditingEnabled`
|
9521
|
+
# @return [Boolean]
|
9522
|
+
attr_accessor :autopilot_compatibility_auditing_enabled
|
9523
|
+
alias_method :autopilot_compatibility_auditing_enabled?, :autopilot_compatibility_auditing_enabled
|
9524
|
+
|
9407
9525
|
def initialize(**args)
|
9408
9526
|
update!(**args)
|
9409
9527
|
end
|
@@ -9411,6 +9529,7 @@ module Google
|
|
9411
9529
|
# Update properties of this object
|
9412
9530
|
def update!(**args)
|
9413
9531
|
@allow_net_admin = args[:allow_net_admin] if args.key?(:allow_net_admin)
|
9532
|
+
@autopilot_compatibility_auditing_enabled = args[:autopilot_compatibility_auditing_enabled] if args.key?(:autopilot_compatibility_auditing_enabled)
|
9414
9533
|
end
|
9415
9534
|
end
|
9416
9535
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.79.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -94,6 +94,12 @@ module Google
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
95
95
|
end
|
96
96
|
|
97
|
+
class AutopilotConfig
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
97
103
|
class AutopilotConversionStatus
|
98
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
105
|
|
@@ -1455,6 +1461,13 @@ module Google
|
|
1455
1461
|
end
|
1456
1462
|
end
|
1457
1463
|
|
1464
|
+
class AutopilotConfig
|
1465
|
+
# @private
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1467
|
+
property :enabled, as: 'enabled'
|
1468
|
+
end
|
1469
|
+
end
|
1470
|
+
|
1458
1471
|
class AutopilotConversionStatus
|
1459
1472
|
# @private
|
1460
1473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2743,9 +2756,16 @@ module Google
|
|
2743
2756
|
class NodeKubeletConfig
|
2744
2757
|
# @private
|
2745
2758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2759
|
+
collection :allowed_unsafe_sysctls, as: 'allowedUnsafeSysctls'
|
2760
|
+
property :container_log_max_files, as: 'containerLogMaxFiles'
|
2761
|
+
property :container_log_max_size, as: 'containerLogMaxSize'
|
2746
2762
|
property :cpu_cfs_quota, as: 'cpuCfsQuota'
|
2747
2763
|
property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
|
2748
2764
|
property :cpu_manager_policy, as: 'cpuManagerPolicy'
|
2765
|
+
property :image_gc_high_threshold_percent, as: 'imageGcHighThresholdPercent'
|
2766
|
+
property :image_gc_low_threshold_percent, as: 'imageGcLowThresholdPercent'
|
2767
|
+
property :image_maximum_gc_age, as: 'imageMaximumGcAge'
|
2768
|
+
property :image_minimum_gc_age, as: 'imageMinimumGcAge'
|
2749
2769
|
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
2750
2770
|
property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
|
2751
2771
|
end
|
@@ -2790,6 +2810,8 @@ module Google
|
|
2790
2810
|
class NodePool
|
2791
2811
|
# @private
|
2792
2812
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2813
|
+
property :autopilot_config, as: 'autopilotConfig', class: Google::Apis::ContainerV1beta1::AutopilotConfig, decorator: Google::Apis::ContainerV1beta1::AutopilotConfig::Representation
|
2814
|
+
|
2793
2815
|
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
|
2794
2816
|
|
2795
2817
|
property :best_effort_provisioning, as: 'bestEffortProvisioning', class: Google::Apis::ContainerV1beta1::BestEffortProvisioning, decorator: Google::Apis::ContainerV1beta1::BestEffortProvisioning::Representation
|
@@ -3770,6 +3792,7 @@ module Google
|
|
3770
3792
|
# @private
|
3771
3793
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3772
3794
|
property :allow_net_admin, as: 'allowNetAdmin'
|
3795
|
+
property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
|
3773
3796
|
end
|
3774
3797
|
end
|
3775
3798
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.79.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.79.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Kubernetes Engine API V1beta1
|
79
79
|
test_files: []
|