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
|
@@ -32,7 +32,7 @@ module Google
|
|
|
32
32
|
attr_accessor :accelerator_count
|
|
33
33
|
|
|
34
34
|
# The accelerator type resource name. List of supported accelerators [here](
|
|
35
|
-
# https
|
|
35
|
+
# https://cloud.google.com/compute/docs/gpus)
|
|
36
36
|
# Corresponds to the JSON property `acceleratorType`
|
|
37
37
|
# @return [String]
|
|
38
38
|
attr_accessor :accelerator_type
|
|
@@ -604,8 +604,7 @@ module Google
|
|
|
604
604
|
# each node in the node pool. This should be of the form projects/[
|
|
605
605
|
# KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
|
|
606
606
|
# . For more information about protecting resources with Cloud KMS Keys please
|
|
607
|
-
# see: https
|
|
608
|
-
# disks/customer-managed-encryption
|
|
607
|
+
# see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
|
|
609
608
|
# Corresponds to the JSON property `bootDiskKmsKey`
|
|
610
609
|
# @return [String]
|
|
611
610
|
attr_accessor :boot_disk_kms_key
|
|
@@ -622,9 +621,8 @@ module Google
|
|
|
622
621
|
# @return [String]
|
|
623
622
|
attr_accessor :disk_type
|
|
624
623
|
|
|
625
|
-
# The image type to use for NAP created node. Please see https
|
|
626
|
-
#
|
|
627
|
-
# images for available image types.
|
|
624
|
+
# The image type to use for NAP created node. Please see https://cloud.google.
|
|
625
|
+
# com/kubernetes-engine/docs/concepts/node-images for available image types.
|
|
628
626
|
# Corresponds to the JSON property `imageType`
|
|
629
627
|
# @return [String]
|
|
630
628
|
attr_accessor :image_type
|
|
@@ -645,11 +643,11 @@ module Google
|
|
|
645
643
|
# instance may be scheduled on the specified or newer CPU platform. Applicable
|
|
646
644
|
# values are the friendly names of CPU platforms, such as minCpuPlatform: Intel
|
|
647
645
|
# Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
|
|
648
|
-
# to specify min CPU platform](https
|
|
649
|
-
#
|
|
650
|
-
#
|
|
651
|
-
#
|
|
652
|
-
#
|
|
646
|
+
# to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
|
|
647
|
+
# specify-min-cpu-platform). This field is deprecated, min_cpu_platform should
|
|
648
|
+
# be specified using `cloud.google.com/requested-min-cpu-platform` label
|
|
649
|
+
# selector on the pod. To unset the min cpu platform field pass "automatic" as
|
|
650
|
+
# field value.
|
|
653
651
|
# Corresponds to the JSON property `minCpuPlatform`
|
|
654
652
|
# @return [String]
|
|
655
653
|
attr_accessor :min_cpu_platform
|
|
@@ -956,17 +954,15 @@ module Google
|
|
|
956
954
|
attr_accessor :operation_id
|
|
957
955
|
|
|
958
956
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
959
|
-
#
|
|
960
|
-
#
|
|
961
|
-
# the name field.
|
|
957
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
958
|
+
# field has been deprecated and replaced by the name field.
|
|
962
959
|
# Corresponds to the JSON property `projectId`
|
|
963
960
|
# @return [String]
|
|
964
961
|
attr_accessor :project_id
|
|
965
962
|
|
|
966
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
967
|
-
#
|
|
968
|
-
#
|
|
969
|
-
# field.
|
|
963
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
964
|
+
# com/compute/docs/zones#available) in which the operation resides. This field
|
|
965
|
+
# has been deprecated and replaced by the name field.
|
|
970
966
|
# Corresponds to the JSON property `zone`
|
|
971
967
|
# @return [String]
|
|
972
968
|
attr_accessor :zone
|
|
@@ -995,9 +991,8 @@ module Google
|
|
|
995
991
|
# @return [Array<String>]
|
|
996
992
|
attr_accessor :fqdns
|
|
997
993
|
|
|
998
|
-
# GCPSecretManagerCertificateConfig configures a secret from [
|
|
999
|
-
#
|
|
1000
|
-
# manager).
|
|
994
|
+
# GCPSecretManagerCertificateConfig configures a secret from [Secret Manager](
|
|
995
|
+
# https://cloud.google.com/secret-manager).
|
|
1001
996
|
# Corresponds to the JSON property `gcpSecretManagerCertificateConfig`
|
|
1002
997
|
# @return [Google::Apis::ContainerV1::GcpSecretManagerCertificateConfig]
|
|
1003
998
|
attr_accessor :gcp_secret_manager_certificate_config
|
|
@@ -1206,12 +1201,11 @@ module Google
|
|
|
1206
1201
|
# @return [Fixnum]
|
|
1207
1202
|
attr_accessor :current_node_count
|
|
1208
1203
|
|
|
1209
|
-
# Output only. Deprecated, use [NodePools.version](https
|
|
1210
|
-
#
|
|
1211
|
-
#
|
|
1212
|
-
#
|
|
1213
|
-
#
|
|
1214
|
-
# nodes.
|
|
1204
|
+
# Output only. Deprecated, use [NodePools.version](https://cloud.google.com/
|
|
1205
|
+
# kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools)
|
|
1206
|
+
# instead. The current version of the node software components. If they are
|
|
1207
|
+
# currently at multiple versions because they're in the process of being
|
|
1208
|
+
# upgraded, this reflects the minimum version of all nodes.
|
|
1215
1209
|
# Corresponds to the JSON property `currentNodeVersion`
|
|
1216
1210
|
# @return [String]
|
|
1217
1211
|
attr_accessor :current_node_version
|
|
@@ -1316,14 +1310,13 @@ module Google
|
|
|
1316
1310
|
attr_accessor :initial_cluster_version
|
|
1317
1311
|
|
|
1318
1312
|
# The number of nodes to create in this cluster. You must ensure that your
|
|
1319
|
-
# Compute Engine [resource quota](https
|
|
1320
|
-
#
|
|
1321
|
-
#
|
|
1322
|
-
#
|
|
1323
|
-
#
|
|
1324
|
-
# a
|
|
1325
|
-
# node_pool
|
|
1326
|
-
# initial_node_count instead.
|
|
1313
|
+
# Compute Engine [resource quota](https://cloud.google.com/compute/quotas) is
|
|
1314
|
+
# sufficient for this number of instances. You must also have available firewall
|
|
1315
|
+
# and routes quota. For requests, this field should only be used in lieu of a "
|
|
1316
|
+
# node_pool" object, since this configuration (along with the "node_config")
|
|
1317
|
+
# will be used to create a "NodePool" object with an auto-generated name. Do not
|
|
1318
|
+
# use this and a node_pool at the same time. This field is deprecated, use
|
|
1319
|
+
# node_pool.initial_node_count instead.
|
|
1327
1320
|
# Corresponds to the JSON property `initialNodeCount`
|
|
1328
1321
|
# @return [Fixnum]
|
|
1329
1322
|
attr_accessor :initial_node_count
|
|
@@ -1348,26 +1341,23 @@ module Google
|
|
|
1348
1341
|
# @return [Google::Apis::ContainerV1::LegacyAbac]
|
|
1349
1342
|
attr_accessor :legacy_abac
|
|
1350
1343
|
|
|
1351
|
-
# Output only. The name of the Google Compute Engine [zone](https
|
|
1352
|
-
#
|
|
1353
|
-
# available)
|
|
1354
|
-
#
|
|
1355
|
-
# resides.
|
|
1344
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1345
|
+
# com/compute/docs/regions-zones/regions-zones#available) or [region](https://
|
|
1346
|
+
# cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
|
|
1347
|
+
# the cluster resides.
|
|
1356
1348
|
# Corresponds to the JSON property `location`
|
|
1357
1349
|
# @return [String]
|
|
1358
1350
|
attr_accessor :location
|
|
1359
1351
|
|
|
1360
|
-
# The list of Google Compute Engine [zones](https
|
|
1361
|
-
#
|
|
1362
|
-
#
|
|
1363
|
-
#
|
|
1364
|
-
#
|
|
1365
|
-
#
|
|
1366
|
-
#
|
|
1367
|
-
#
|
|
1368
|
-
#
|
|
1369
|
-
# locations) of all node pools and will result in nodes being added and/or
|
|
1370
|
-
# removed.
|
|
1352
|
+
# The list of Google Compute Engine [zones](https://cloud.google.com/compute/
|
|
1353
|
+
# docs/zones#available) in which the cluster's nodes should be located. This
|
|
1354
|
+
# field provides a default value if [NodePool.Locations](https://cloud.google.
|
|
1355
|
+
# com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.
|
|
1356
|
+
# nodePools#NodePool.FIELDS.locations) are not specified during node pool
|
|
1357
|
+
# creation. Warning: changing cluster locations will update the [NodePool.
|
|
1358
|
+
# Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/
|
|
1359
|
+
# projects.locations.clusters.nodePools#NodePool.FIELDS.locations) of all node
|
|
1360
|
+
# pools and will result in nodes being added and/or removed.
|
|
1371
1361
|
# Corresponds to the JSON property `locations`
|
|
1372
1362
|
# @return [Array<String>]
|
|
1373
1363
|
attr_accessor :locations
|
|
@@ -1436,10 +1426,9 @@ module Google
|
|
|
1436
1426
|
# @return [String]
|
|
1437
1427
|
attr_accessor :name
|
|
1438
1428
|
|
|
1439
|
-
# The name of the Google Compute Engine [network](https
|
|
1440
|
-
#
|
|
1441
|
-
#
|
|
1442
|
-
# will be used.
|
|
1429
|
+
# The name of the Google Compute Engine [network](https://cloud.google.com/
|
|
1430
|
+
# compute/docs/networks-and-firewalls#networks) to which the cluster is
|
|
1431
|
+
# connected. If left unspecified, the `default` network will be used.
|
|
1443
1432
|
# Corresponds to the JSON property `network`
|
|
1444
1433
|
# @return [String]
|
|
1445
1434
|
attr_accessor :network
|
|
@@ -1586,9 +1575,8 @@ module Google
|
|
|
1586
1575
|
# @return [String]
|
|
1587
1576
|
attr_accessor :status_message
|
|
1588
1577
|
|
|
1589
|
-
# The name of the Google Compute Engine [subnetwork](https
|
|
1590
|
-
#
|
|
1591
|
-
# cluster is connected.
|
|
1578
|
+
# The name of the Google Compute Engine [subnetwork](https://cloud.google.com/
|
|
1579
|
+
# compute/docs/subnetworks) to which the cluster is connected.
|
|
1592
1580
|
# Corresponds to the JSON property `subnetwork`
|
|
1593
1581
|
# @return [String]
|
|
1594
1582
|
attr_accessor :subnetwork
|
|
@@ -1619,9 +1607,9 @@ module Google
|
|
|
1619
1607
|
# @return [Google::Apis::ContainerV1::WorkloadIdentityConfig]
|
|
1620
1608
|
attr_accessor :workload_identity_config
|
|
1621
1609
|
|
|
1622
|
-
# Output only. The name of the Google Compute Engine [zone](https
|
|
1623
|
-
#
|
|
1624
|
-
#
|
|
1610
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1611
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field is
|
|
1612
|
+
# deprecated, use location instead.
|
|
1625
1613
|
# Corresponds to the JSON property `zone`
|
|
1626
1614
|
# @return [String]
|
|
1627
1615
|
attr_accessor :zone
|
|
@@ -1720,9 +1708,8 @@ module Google
|
|
|
1720
1708
|
class ClusterAutoscaling
|
|
1721
1709
|
include Google::Apis::Core::Hashable
|
|
1722
1710
|
|
|
1723
|
-
# The list of Google Compute Engine [zones](https
|
|
1724
|
-
#
|
|
1725
|
-
# NodePool's nodes can be created by NAP.
|
|
1711
|
+
# The list of Google Compute Engine [zones](https://cloud.google.com/compute/
|
|
1712
|
+
# docs/zones#available) in which the NodePool's nodes can be created by NAP.
|
|
1726
1713
|
# Corresponds to the JSON property `autoprovisioningLocations`
|
|
1727
1714
|
# @return [Array<String>]
|
|
1728
1715
|
attr_accessor :autoprovisioning_locations
|
|
@@ -1985,11 +1972,11 @@ module Google
|
|
|
1985
1972
|
# @return [Google::Apis::ContainerV1::IlbSubsettingConfig]
|
|
1986
1973
|
attr_accessor :desired_l4ilb_subsetting_config
|
|
1987
1974
|
|
|
1988
|
-
# The desired list of Google Compute Engine [zones](https
|
|
1989
|
-
#
|
|
1990
|
-
#
|
|
1991
|
-
#
|
|
1992
|
-
#
|
|
1975
|
+
# The desired list of Google Compute Engine [zones](https://cloud.google.com/
|
|
1976
|
+
# compute/docs/zones#available) in which the cluster's nodes should be located.
|
|
1977
|
+
# This list must always include the cluster's primary zone. Warning: changing
|
|
1978
|
+
# cluster locations will update the locations of all node pools and will result
|
|
1979
|
+
# in nodes being added and/or removed.
|
|
1993
1980
|
# Corresponds to the JSON property `desiredLocations`
|
|
1994
1981
|
# @return [Array<String>]
|
|
1995
1982
|
attr_accessor :desired_locations
|
|
@@ -2083,10 +2070,9 @@ module Google
|
|
|
2083
2070
|
|
|
2084
2071
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
2085
2072
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
2086
|
-
# be according to specifications in https
|
|
2087
|
-
#
|
|
2088
|
-
#
|
|
2089
|
-
# replaced with new values.
|
|
2073
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
2074
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
2075
|
+
# specified. Existing tags will be replaced with new values.
|
|
2090
2076
|
# Corresponds to the JSON property `desiredNodePoolAutoConfigResourceManagerTags`
|
|
2091
2077
|
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
2092
2078
|
attr_accessor :desired_node_pool_auto_config_resource_manager_tags
|
|
@@ -2396,17 +2382,15 @@ module Google
|
|
|
2396
2382
|
attr_accessor :name
|
|
2397
2383
|
|
|
2398
2384
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2399
|
-
#
|
|
2400
|
-
#
|
|
2401
|
-
# the name field.
|
|
2385
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2386
|
+
# field has been deprecated and replaced by the name field.
|
|
2402
2387
|
# Corresponds to the JSON property `projectId`
|
|
2403
2388
|
# @return [String]
|
|
2404
2389
|
attr_accessor :project_id
|
|
2405
2390
|
|
|
2406
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2407
|
-
#
|
|
2408
|
-
#
|
|
2409
|
-
# field.
|
|
2391
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2392
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2393
|
+
# been deprecated and replaced by the name field.
|
|
2410
2394
|
# Corresponds to the JSON property `zone`
|
|
2411
2395
|
# @return [String]
|
|
2412
2396
|
attr_accessor :zone
|
|
@@ -2638,17 +2622,15 @@ module Google
|
|
|
2638
2622
|
attr_accessor :parent
|
|
2639
2623
|
|
|
2640
2624
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2641
|
-
#
|
|
2642
|
-
#
|
|
2643
|
-
# the parent field.
|
|
2625
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2626
|
+
# field has been deprecated and replaced by the parent field.
|
|
2644
2627
|
# Corresponds to the JSON property `projectId`
|
|
2645
2628
|
# @return [String]
|
|
2646
2629
|
attr_accessor :project_id
|
|
2647
2630
|
|
|
2648
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2649
|
-
#
|
|
2650
|
-
#
|
|
2651
|
-
# field.
|
|
2631
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2632
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2633
|
+
# been deprecated and replaced by the parent field.
|
|
2652
2634
|
# Corresponds to the JSON property `zone`
|
|
2653
2635
|
# @return [String]
|
|
2654
2636
|
attr_accessor :zone
|
|
@@ -2693,17 +2675,15 @@ module Google
|
|
|
2693
2675
|
attr_accessor :parent
|
|
2694
2676
|
|
|
2695
2677
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2696
|
-
#
|
|
2697
|
-
#
|
|
2698
|
-
# the parent field.
|
|
2678
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2679
|
+
# field has been deprecated and replaced by the parent field.
|
|
2699
2680
|
# Corresponds to the JSON property `projectId`
|
|
2700
2681
|
# @return [String]
|
|
2701
2682
|
attr_accessor :project_id
|
|
2702
2683
|
|
|
2703
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2704
|
-
#
|
|
2705
|
-
#
|
|
2706
|
-
# field.
|
|
2684
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2685
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2686
|
+
# been deprecated and replaced by the parent field.
|
|
2707
2687
|
# Corresponds to the JSON property `zone`
|
|
2708
2688
|
# @return [String]
|
|
2709
2689
|
attr_accessor :zone
|
|
@@ -3037,15 +3017,13 @@ module Google
|
|
|
3037
3017
|
# used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds,
|
|
3038
3018
|
# zero (or unset) means to disable using local SSDs as ephemeral storage. The
|
|
3039
3019
|
# limit for this value is dependent upon the maximum number of disk available on
|
|
3040
|
-
# a machine per zone. See: https
|
|
3041
|
-
#
|
|
3042
|
-
#
|
|
3043
|
-
#
|
|
3044
|
-
#
|
|
3045
|
-
#
|
|
3046
|
-
#
|
|
3047
|
-
# final_documentation_domain`/compute/docs/disks/local-ssd#
|
|
3048
|
-
# choose_number_local_ssds for more info.
|
|
3020
|
+
# a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd
|
|
3021
|
+
# for more information. 2. For Gen3 machines which dictate a specific number of
|
|
3022
|
+
# local ssds, zero (or unset) means to use the default number of local ssds that
|
|
3023
|
+
# goes with that machine type. For example, for a c3-standard-8-lssd machine, 2
|
|
3024
|
+
# local ssds would be provisioned. For c3-standard-8 (which doesn't support
|
|
3025
|
+
# local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/
|
|
3026
|
+
# disks/local-ssd#choose_number_local_ssds for more info.
|
|
3049
3027
|
# Corresponds to the JSON property `localSsdCount`
|
|
3050
3028
|
# @return [Fixnum]
|
|
3051
3029
|
attr_accessor :local_ssd_count
|
|
@@ -3357,9 +3335,8 @@ module Google
|
|
|
3357
3335
|
end
|
|
3358
3336
|
end
|
|
3359
3337
|
|
|
3360
|
-
# GCPSecretManagerCertificateConfig configures a secret from [
|
|
3361
|
-
#
|
|
3362
|
-
# manager).
|
|
3338
|
+
# GCPSecretManagerCertificateConfig configures a secret from [Secret Manager](
|
|
3339
|
+
# https://cloud.google.com/secret-manager).
|
|
3363
3340
|
class GcpSecretManagerCertificateConfig
|
|
3364
3341
|
include Google::Apis::Core::Hashable
|
|
3365
3342
|
|
|
@@ -4250,6 +4227,11 @@ module Google
|
|
|
4250
4227
|
# @return [Google::Apis::ContainerV1::HugepagesConfig]
|
|
4251
4228
|
attr_accessor :hugepages
|
|
4252
4229
|
|
|
4230
|
+
# Configuration for kernel module loading on nodes.
|
|
4231
|
+
# Corresponds to the JSON property `nodeKernelModuleLoading`
|
|
4232
|
+
# @return [Google::Apis::ContainerV1::NodeKernelModuleLoading]
|
|
4233
|
+
attr_accessor :node_kernel_module_loading
|
|
4234
|
+
|
|
4253
4235
|
# The Linux kernel parameters to be applied to the nodes and all pods running on
|
|
4254
4236
|
# the nodes. The following parameters are supported. net.core.busy_poll net.core.
|
|
4255
4237
|
# busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default
|
|
@@ -4294,6 +4276,7 @@ module Google
|
|
|
4294
4276
|
def update!(**args)
|
|
4295
4277
|
@cgroup_mode = args[:cgroup_mode] if args.key?(:cgroup_mode)
|
|
4296
4278
|
@hugepages = args[:hugepages] if args.key?(:hugepages)
|
|
4279
|
+
@node_kernel_module_loading = args[:node_kernel_module_loading] if args.key?(:node_kernel_module_loading)
|
|
4297
4280
|
@sysctls = args[:sysctls] if args.key?(:sysctls)
|
|
4298
4281
|
@transparent_hugepage_defrag = args[:transparent_hugepage_defrag] if args.key?(:transparent_hugepage_defrag)
|
|
4299
4282
|
@transparent_hugepage_enabled = args[:transparent_hugepage_enabled] if args.key?(:transparent_hugepage_enabled)
|
|
@@ -4405,18 +4388,17 @@ module Google
|
|
|
4405
4388
|
include Google::Apis::Core::Hashable
|
|
4406
4389
|
|
|
4407
4390
|
# Number of local NVMe SSDs to use. The limit for this value is dependent upon
|
|
4408
|
-
# the maximum number of disk available on a machine per zone. See: https
|
|
4409
|
-
#
|
|
4410
|
-
#
|
|
4411
|
-
#
|
|
4412
|
-
#
|
|
4413
|
-
#
|
|
4414
|
-
#
|
|
4415
|
-
#
|
|
4416
|
-
#
|
|
4417
|
-
#
|
|
4418
|
-
#
|
|
4419
|
-
# choose_number_local_ssds for more info.
|
|
4391
|
+
# the maximum number of disk available on a machine per zone. See: https://cloud.
|
|
4392
|
+
# google.com/compute/docs/disks/local-ssd for more information. A zero (or unset)
|
|
4393
|
+
# value has different meanings depending on machine type being used: 1. For pre-
|
|
4394
|
+
# Gen3 machines, which support flexible numbers of local ssds, zero (or unset)
|
|
4395
|
+
# means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines
|
|
4396
|
+
# which dictate a specific number of local ssds, zero (or unset) means to use
|
|
4397
|
+
# the default number of local ssds that goes with that machine type. For example,
|
|
4398
|
+
# for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-
|
|
4399
|
+
# standard-8 (which doesn't support local ssds), 0 will be provisioned. See
|
|
4400
|
+
# https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds
|
|
4401
|
+
# for more info.
|
|
4420
4402
|
# Corresponds to the JSON property `localSsdCount`
|
|
4421
4403
|
# @return [Fixnum]
|
|
4422
4404
|
attr_accessor :local_ssd_count
|
|
@@ -4523,6 +4505,11 @@ module Google
|
|
|
4523
4505
|
class MaintenanceExclusionOptions
|
|
4524
4506
|
include Google::Apis::Core::Hashable
|
|
4525
4507
|
|
|
4508
|
+
# EndTimeBehavior specifies the behavior of the exclusion end time.
|
|
4509
|
+
# Corresponds to the JSON property `endTimeBehavior`
|
|
4510
|
+
# @return [String]
|
|
4511
|
+
attr_accessor :end_time_behavior
|
|
4512
|
+
|
|
4526
4513
|
# Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
|
|
4527
4514
|
# Corresponds to the JSON property `scope`
|
|
4528
4515
|
# @return [String]
|
|
@@ -4534,6 +4521,7 @@ module Google
|
|
|
4534
4521
|
|
|
4535
4522
|
# Update properties of this object
|
|
4536
4523
|
def update!(**args)
|
|
4524
|
+
@end_time_behavior = args[:end_time_behavior] if args.key?(:end_time_behavior)
|
|
4537
4525
|
@scope = args[:scope] if args.key?(:scope)
|
|
4538
4526
|
end
|
|
4539
4527
|
end
|
|
@@ -4660,9 +4648,8 @@ module Google
|
|
|
4660
4648
|
# strong password. If a password is provided for cluster creation, username must
|
|
4661
4649
|
# be non-empty. Warning: basic authentication is deprecated, and will be removed
|
|
4662
4650
|
# in GKE control plane versions 1.19 and newer. For a list of recommended
|
|
4663
|
-
# authentication methods, see: https
|
|
4664
|
-
#
|
|
4665
|
-
# authentication
|
|
4651
|
+
# authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/
|
|
4652
|
+
# how-to/api-server-authentication
|
|
4666
4653
|
# Corresponds to the JSON property `password`
|
|
4667
4654
|
# @return [String]
|
|
4668
4655
|
attr_accessor :password
|
|
@@ -4672,8 +4659,8 @@ module Google
|
|
|
4672
4659
|
# username unspecified (or setting it to the empty string). Warning: basic
|
|
4673
4660
|
# authentication is deprecated, and will be removed in GKE control plane
|
|
4674
4661
|
# versions 1.19 and newer. For a list of recommended authentication methods, see:
|
|
4675
|
-
# https
|
|
4676
|
-
#
|
|
4662
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-
|
|
4663
|
+
# authentication
|
|
4677
4664
|
# Corresponds to the JSON property `username`
|
|
4678
4665
|
# @return [String]
|
|
4679
4666
|
attr_accessor :username
|
|
@@ -4971,10 +4958,9 @@ module Google
|
|
|
4971
4958
|
# @return [String]
|
|
4972
4959
|
attr_accessor :in_transit_encryption_config
|
|
4973
4960
|
|
|
4974
|
-
# Output only. The relative name of the Google Compute Engine [network](https
|
|
4975
|
-
#
|
|
4976
|
-
#
|
|
4977
|
-
# project/global/networks/my-network
|
|
4961
|
+
# Output only. The relative name of the Google Compute Engine [network](https://
|
|
4962
|
+
# cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
|
|
4963
|
+
# cluster is connected. Example: projects/my-project/global/networks/my-network
|
|
4978
4964
|
# Corresponds to the JSON property `network`
|
|
4979
4965
|
# @return [String]
|
|
4980
4966
|
attr_accessor :network
|
|
@@ -4996,9 +4982,8 @@ module Google
|
|
|
4996
4982
|
attr_accessor :service_external_ips_config
|
|
4997
4983
|
|
|
4998
4984
|
# Output only. The relative name of the Google Compute Engine [subnetwork](https:
|
|
4999
|
-
#
|
|
5000
|
-
#
|
|
5001
|
-
# subnetworks/my-subnet
|
|
4985
|
+
# //cloud.google.com/compute/docs/vpc) to which the cluster is connected.
|
|
4986
|
+
# Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
|
|
5002
4987
|
# Corresponds to the JSON property `subnetwork`
|
|
5003
4988
|
# @return [String]
|
|
5004
4989
|
attr_accessor :subnetwork
|
|
@@ -5137,9 +5122,8 @@ module Google
|
|
|
5137
5122
|
end
|
|
5138
5123
|
|
|
5139
5124
|
# Specifies the NodeAffinity key, values, and affinity operator according to [
|
|
5140
|
-
# shared sole tenant node group affinities](https
|
|
5141
|
-
#
|
|
5142
|
-
# node_affinity_and_anti-affinity).
|
|
5125
|
+
# shared sole tenant node group affinities](https://cloud.google.com/compute/
|
|
5126
|
+
# docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity).
|
|
5143
5127
|
class NodeAffinity
|
|
5144
5128
|
include Google::Apis::Core::Hashable
|
|
5145
5129
|
|
|
@@ -5176,9 +5160,8 @@ module Google
|
|
|
5176
5160
|
class NodeConfig
|
|
5177
5161
|
include Google::Apis::Core::Hashable
|
|
5178
5162
|
|
|
5179
|
-
# A list of hardware accelerators to be attached to each node. See https
|
|
5180
|
-
#
|
|
5181
|
-
# information about support for GPUs.
|
|
5163
|
+
# A list of hardware accelerators to be attached to each node. See https://cloud.
|
|
5164
|
+
# google.com/compute/docs/gpus for more information about support for GPUs.
|
|
5182
5165
|
# Corresponds to the JSON property `accelerators`
|
|
5183
5166
|
# @return [Array<Google::Apis::ContainerV1::AcceleratorConfig>]
|
|
5184
5167
|
attr_accessor :accelerators
|
|
@@ -5197,8 +5180,7 @@ module Google
|
|
|
5197
5180
|
# each node in the node pool. This should be of the form projects/[
|
|
5198
5181
|
# KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
|
|
5199
5182
|
# . For more information about protecting resources with Cloud KMS Keys please
|
|
5200
|
-
# see: https
|
|
5201
|
-
# disks/customer-managed-encryption
|
|
5183
|
+
# see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
|
|
5202
5184
|
# Corresponds to the JSON property `bootDiskKmsKey`
|
|
5203
5185
|
# @return [String]
|
|
5204
5186
|
attr_accessor :boot_disk_kms_key
|
|
@@ -5269,9 +5251,8 @@ module Google
|
|
|
5269
5251
|
attr_accessor :gvnic
|
|
5270
5252
|
|
|
5271
5253
|
# The image type to use for this node. Note that for a given image type, the
|
|
5272
|
-
# latest version of it will be used. Please see https
|
|
5273
|
-
#
|
|
5274
|
-
# available image types.
|
|
5254
|
+
# latest version of it will be used. Please see https://cloud.google.com/
|
|
5255
|
+
# kubernetes-engine/docs/concepts/node-images for available image types.
|
|
5275
5256
|
# Corresponds to the JSON property `imageType`
|
|
5276
5257
|
# @return [String]
|
|
5277
5258
|
attr_accessor :image_type
|
|
@@ -5305,8 +5286,8 @@ module Google
|
|
|
5305
5286
|
|
|
5306
5287
|
# The number of local SSD disks to be attached to the node. The limit for this
|
|
5307
5288
|
# value is dependent upon the maximum number of disks available on a machine per
|
|
5308
|
-
# zone. See: https
|
|
5309
|
-
#
|
|
5289
|
+
# zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more
|
|
5290
|
+
# information.
|
|
5310
5291
|
# Corresponds to the JSON property `localSsdCount`
|
|
5311
5292
|
# @return [Fixnum]
|
|
5312
5293
|
attr_accessor :local_ssd_count
|
|
@@ -5322,9 +5303,9 @@ module Google
|
|
|
5322
5303
|
# @return [Google::Apis::ContainerV1::NodePoolLoggingConfig]
|
|
5323
5304
|
attr_accessor :logging_config
|
|
5324
5305
|
|
|
5325
|
-
# The name of a Google Compute Engine [machine type](https
|
|
5326
|
-
#
|
|
5327
|
-
#
|
|
5306
|
+
# The name of a Google Compute Engine [machine type](https://cloud.google.com/
|
|
5307
|
+
# compute/docs/machine-types) If unspecified, the default machine type is `e2-
|
|
5308
|
+
# medium`.
|
|
5328
5309
|
# Corresponds to the JSON property `machineType`
|
|
5329
5310
|
# @return [String]
|
|
5330
5311
|
attr_accessor :machine_type
|
|
@@ -5357,16 +5338,15 @@ module Google
|
|
|
5357
5338
|
# scheduled on the specified or newer CPU platform. Applicable values are the
|
|
5358
5339
|
# friendly names of CPU platforms, such as `minCpuPlatform: "Intel Haswell"` or `
|
|
5359
5340
|
# minCpuPlatform: "Intel Sandy Bridge"`. For more information, read [how to
|
|
5360
|
-
# specify min CPU platform](https
|
|
5361
|
-
#
|
|
5341
|
+
# specify min CPU platform](https://cloud.google.com/compute/docs/instances/
|
|
5342
|
+
# specify-min-cpu-platform)
|
|
5362
5343
|
# Corresponds to the JSON property `minCpuPlatform`
|
|
5363
5344
|
# @return [String]
|
|
5364
5345
|
attr_accessor :min_cpu_platform
|
|
5365
5346
|
|
|
5366
5347
|
# Setting this field will assign instances of this pool to run on the specified
|
|
5367
5348
|
# node group. This is useful for running workloads on [sole tenant nodes](https:/
|
|
5368
|
-
#
|
|
5369
|
-
# tenant-nodes).
|
|
5349
|
+
# /cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
|
|
5370
5350
|
# Corresponds to the JSON property `nodeGroup`
|
|
5371
5351
|
# @return [String]
|
|
5372
5352
|
attr_accessor :node_group
|
|
@@ -5376,25 +5356,25 @@ module Google
|
|
|
5376
5356
|
# required, and by default are not included: * `https://www.googleapis.com/auth/
|
|
5377
5357
|
# compute` is required for mounting persistent storage on your nodes. * `https://
|
|
5378
5358
|
# www.googleapis.com/auth/devstorage.read_only` is required for communicating
|
|
5379
|
-
# with **gcr.io** (the [
|
|
5380
|
-
#
|
|
5381
|
-
#
|
|
5382
|
-
#
|
|
5359
|
+
# with **gcr.io** (the [Artifact Registry](https://cloud.google.com/artifact-
|
|
5360
|
+
# registry/)). If unspecified, no scopes are added, unless Cloud Logging or
|
|
5361
|
+
# Cloud Monitoring are enabled, in which case their required scopes will be
|
|
5362
|
+
# added.
|
|
5383
5363
|
# Corresponds to the JSON property `oauthScopes`
|
|
5384
5364
|
# @return [Array<String>]
|
|
5385
5365
|
attr_accessor :oauth_scopes
|
|
5386
5366
|
|
|
5387
|
-
# Whether the nodes are created as preemptible VM instances. See: https
|
|
5388
|
-
#
|
|
5389
|
-
# preemptible
|
|
5367
|
+
# Whether the nodes are created as preemptible VM instances. See: https://cloud.
|
|
5368
|
+
# google.com/compute/docs/instances/preemptible for more information about
|
|
5369
|
+
# preemptible VM instances.
|
|
5390
5370
|
# Corresponds to the JSON property `preemptible`
|
|
5391
5371
|
# @return [Boolean]
|
|
5392
5372
|
attr_accessor :preemptible
|
|
5393
5373
|
alias_method :preemptible?, :preemptible
|
|
5394
5374
|
|
|
5395
|
-
# [ReservationAffinity](https
|
|
5396
|
-
#
|
|
5397
|
-
#
|
|
5375
|
+
# [ReservationAffinity](https://cloud.google.com/compute/docs/instances/
|
|
5376
|
+
# reserving-zonal-resources) is the configuration of desired reservation which
|
|
5377
|
+
# instances could take capacity from.
|
|
5398
5378
|
# Corresponds to the JSON property `reservationAffinity`
|
|
5399
5379
|
# @return [Google::Apis::ContainerV1::ReservationAffinity]
|
|
5400
5380
|
attr_accessor :reservation_affinity
|
|
@@ -5407,10 +5387,9 @@ module Google
|
|
|
5407
5387
|
|
|
5408
5388
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
5409
5389
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
5410
|
-
# be according to specifications in https
|
|
5411
|
-
#
|
|
5412
|
-
#
|
|
5413
|
-
# replaced with new values.
|
|
5390
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
5391
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
5392
|
+
# specified. Existing tags will be replaced with new values.
|
|
5414
5393
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
5415
5394
|
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
5416
5395
|
attr_accessor :resource_manager_tags
|
|
@@ -5581,6 +5560,25 @@ module Google
|
|
|
5581
5560
|
end
|
|
5582
5561
|
end
|
|
5583
5562
|
|
|
5563
|
+
# Configuration for kernel module loading on nodes.
|
|
5564
|
+
class NodeKernelModuleLoading
|
|
5565
|
+
include Google::Apis::Core::Hashable
|
|
5566
|
+
|
|
5567
|
+
# Set the node module loading policy for nodes in the node pool.
|
|
5568
|
+
# Corresponds to the JSON property `policy`
|
|
5569
|
+
# @return [String]
|
|
5570
|
+
attr_accessor :policy
|
|
5571
|
+
|
|
5572
|
+
def initialize(**args)
|
|
5573
|
+
update!(**args)
|
|
5574
|
+
end
|
|
5575
|
+
|
|
5576
|
+
# Update properties of this object
|
|
5577
|
+
def update!(**args)
|
|
5578
|
+
@policy = args[:policy] if args.key?(:policy)
|
|
5579
|
+
end
|
|
5580
|
+
end
|
|
5581
|
+
|
|
5584
5582
|
# Node kubelet configs.
|
|
5585
5583
|
class NodeKubeletConfig
|
|
5586
5584
|
include Google::Apis::Core::Hashable
|
|
@@ -5995,30 +5993,27 @@ module Google
|
|
|
5995
5993
|
attr_accessor :etag
|
|
5996
5994
|
|
|
5997
5995
|
# The initial node count for the pool. You must ensure that your Compute Engine [
|
|
5998
|
-
# resource quota](https
|
|
5999
|
-
#
|
|
6000
|
-
#
|
|
5996
|
+
# resource quota](https://cloud.google.com/compute/quotas) is sufficient for
|
|
5997
|
+
# this number of instances. You must also have available firewall and routes
|
|
5998
|
+
# quota.
|
|
6001
5999
|
# Corresponds to the JSON property `initialNodeCount`
|
|
6002
6000
|
# @return [Fixnum]
|
|
6003
6001
|
attr_accessor :initial_node_count
|
|
6004
6002
|
|
|
6005
|
-
# Output only. The resource URLs of the [managed instance groups](https
|
|
6006
|
-
#
|
|
6007
|
-
#
|
|
6008
|
-
#
|
|
6009
|
-
# green resources.
|
|
6003
|
+
# Output only. The resource URLs of the [managed instance groups](https://cloud.
|
|
6004
|
+
# google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
|
|
6005
|
+
# associated with this node pool. During the node pool blue-green upgrade
|
|
6006
|
+
# operation, the URLs contain both blue and green resources.
|
|
6010
6007
|
# Corresponds to the JSON property `instanceGroupUrls`
|
|
6011
6008
|
# @return [Array<String>]
|
|
6012
6009
|
attr_accessor :instance_group_urls
|
|
6013
6010
|
|
|
6014
|
-
# The list of Google Compute Engine [zones](https
|
|
6015
|
-
#
|
|
6016
|
-
#
|
|
6017
|
-
#
|
|
6018
|
-
#
|
|
6019
|
-
# locations
|
|
6020
|
-
# Warning: changing node pool locations will result in nodes being added and/or
|
|
6021
|
-
# removed.
|
|
6011
|
+
# The list of Google Compute Engine [zones](https://cloud.google.com/compute/
|
|
6012
|
+
# docs/zones#available) in which the NodePool's nodes should be located. If this
|
|
6013
|
+
# value is unspecified during node pool creation, the [Cluster.Locations](https:/
|
|
6014
|
+
# /cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.
|
|
6015
|
+
# clusters#Cluster.FIELDS.locations) value will be used, instead. Warning:
|
|
6016
|
+
# changing node pool locations will result in nodes being added and/or removed.
|
|
6022
6017
|
# Corresponds to the JSON property `locations`
|
|
6023
6018
|
# @return [Array<String>]
|
|
6024
6019
|
attr_accessor :locations
|
|
@@ -6117,9 +6112,8 @@ module Google
|
|
|
6117
6112
|
attr_accessor :upgrade_settings
|
|
6118
6113
|
|
|
6119
6114
|
# The version of Kubernetes running on this NodePool's nodes. If unspecified, it
|
|
6120
|
-
# defaults as described [here](https
|
|
6121
|
-
#
|
|
6122
|
-
# specifying_node_version).
|
|
6115
|
+
# defaults as described [here](https://cloud.google.com/kubernetes-engine/
|
|
6116
|
+
# versioning#specifying_node_version).
|
|
6123
6117
|
# Corresponds to the JSON property `version`
|
|
6124
6118
|
# @return [String]
|
|
6125
6119
|
attr_accessor :version
|
|
@@ -6178,10 +6172,9 @@ module Google
|
|
|
6178
6172
|
|
|
6179
6173
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
6180
6174
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
6181
|
-
# be according to specifications in https
|
|
6182
|
-
#
|
|
6183
|
-
#
|
|
6184
|
-
# replaced with new values.
|
|
6175
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
6176
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
6177
|
+
# specified. Existing tags will be replaced with new values.
|
|
6185
6178
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
6186
6179
|
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
6187
6180
|
attr_accessor :resource_manager_tags
|
|
@@ -6462,11 +6455,10 @@ module Google
|
|
|
6462
6455
|
# @return [Google::Apis::ContainerV1::Status]
|
|
6463
6456
|
attr_accessor :error
|
|
6464
6457
|
|
|
6465
|
-
# Output only. The name of the Google Compute Engine [zone](https
|
|
6466
|
-
#
|
|
6467
|
-
# available)
|
|
6468
|
-
#
|
|
6469
|
-
# resides.
|
|
6458
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
6459
|
+
# com/compute/docs/regions-zones/regions-zones#available) or [region](https://
|
|
6460
|
+
# cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
|
|
6461
|
+
# the cluster resides.
|
|
6470
6462
|
# Corresponds to the JSON property `location`
|
|
6471
6463
|
# @return [String]
|
|
6472
6464
|
attr_accessor :location
|
|
@@ -6528,9 +6520,9 @@ module Google
|
|
|
6528
6520
|
# @return [String]
|
|
6529
6521
|
attr_accessor :target_link
|
|
6530
6522
|
|
|
6531
|
-
# Output only. The name of the Google Compute Engine [zone](https
|
|
6532
|
-
#
|
|
6533
|
-
#
|
|
6523
|
+
# Output only. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
6524
|
+
# com/compute/docs/zones#available) in which the operation is taking place. This
|
|
6525
|
+
# field is deprecated, use location instead.
|
|
6534
6526
|
# Corresponds to the JSON property `zone`
|
|
6535
6527
|
# @return [String]
|
|
6536
6528
|
attr_accessor :zone
|
|
@@ -6689,8 +6681,8 @@ module Google
|
|
|
6689
6681
|
# @return [String]
|
|
6690
6682
|
attr_accessor :policy_name
|
|
6691
6683
|
|
|
6692
|
-
# Optional. TPU placement topology for pod slice node pool. https
|
|
6693
|
-
#
|
|
6684
|
+
# Optional. TPU placement topology for pod slice node pool. https://cloud.google.
|
|
6685
|
+
# com/tpu/docs/types-topologies#tpu_topologies
|
|
6694
6686
|
# Corresponds to the JSON property `tpuTopology`
|
|
6695
6687
|
# @return [String]
|
|
6696
6688
|
attr_accessor :tpu_topology
|
|
@@ -7186,9 +7178,9 @@ module Google
|
|
|
7186
7178
|
end
|
|
7187
7179
|
end
|
|
7188
7180
|
|
|
7189
|
-
# [ReservationAffinity](https
|
|
7190
|
-
#
|
|
7191
|
-
#
|
|
7181
|
+
# [ReservationAffinity](https://cloud.google.com/compute/docs/instances/
|
|
7182
|
+
# reserving-zonal-resources) is the configuration of desired reservation which
|
|
7183
|
+
# instances could take capacity from.
|
|
7192
7184
|
class ReservationAffinity
|
|
7193
7185
|
include Google::Apis::Core::Hashable
|
|
7194
7186
|
|
|
@@ -7221,8 +7213,8 @@ module Google
|
|
|
7221
7213
|
end
|
|
7222
7214
|
end
|
|
7223
7215
|
|
|
7224
|
-
# Collection of [Resource Manager labels](https
|
|
7225
|
-
#
|
|
7216
|
+
# Collection of [Resource Manager labels](https://cloud.google.com/resource-
|
|
7217
|
+
# manager/docs/creating-managing-labels).
|
|
7226
7218
|
class ResourceLabels
|
|
7227
7219
|
include Google::Apis::Core::Hashable
|
|
7228
7220
|
|
|
@@ -7275,10 +7267,9 @@ module Google
|
|
|
7275
7267
|
|
|
7276
7268
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
7277
7269
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
7278
|
-
# be according to specifications in https
|
|
7279
|
-
#
|
|
7280
|
-
#
|
|
7281
|
-
# replaced with new values.
|
|
7270
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
7271
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
7272
|
+
# specified. Existing tags will be replaced with new values.
|
|
7282
7273
|
class ResourceManagerTags
|
|
7283
7274
|
include Google::Apis::Core::Hashable
|
|
7284
7275
|
|
|
@@ -7358,9 +7349,8 @@ module Google
|
|
|
7358
7349
|
attr_accessor :node_pool_id
|
|
7359
7350
|
|
|
7360
7351
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7361
|
-
#
|
|
7362
|
-
#
|
|
7363
|
-
# the name field.
|
|
7352
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
7353
|
+
# field has been deprecated and replaced by the name field.
|
|
7364
7354
|
# Corresponds to the JSON property `projectId`
|
|
7365
7355
|
# @return [String]
|
|
7366
7356
|
attr_accessor :project_id
|
|
@@ -7371,10 +7361,9 @@ module Google
|
|
|
7371
7361
|
attr_accessor :respect_pdb
|
|
7372
7362
|
alias_method :respect_pdb?, :respect_pdb
|
|
7373
7363
|
|
|
7374
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7375
|
-
#
|
|
7376
|
-
#
|
|
7377
|
-
# field.
|
|
7364
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
7365
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
7366
|
+
# been deprecated and replaced by the name field.
|
|
7378
7367
|
# Corresponds to the JSON property `zone`
|
|
7379
7368
|
# @return [String]
|
|
7380
7369
|
attr_accessor :zone
|
|
@@ -7713,17 +7702,15 @@ module Google
|
|
|
7713
7702
|
attr_accessor :name
|
|
7714
7703
|
|
|
7715
7704
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7716
|
-
#
|
|
7717
|
-
#
|
|
7718
|
-
# the name field.
|
|
7705
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
7706
|
+
# field has been deprecated and replaced by the name field.
|
|
7719
7707
|
# Corresponds to the JSON property `projectId`
|
|
7720
7708
|
# @return [String]
|
|
7721
7709
|
attr_accessor :project_id
|
|
7722
7710
|
|
|
7723
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7724
|
-
#
|
|
7725
|
-
#
|
|
7726
|
-
# field.
|
|
7711
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
7712
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
7713
|
+
# been deprecated and replaced by the name field.
|
|
7727
7714
|
# Corresponds to the JSON property `zone`
|
|
7728
7715
|
# @return [String]
|
|
7729
7716
|
attr_accessor :zone
|
|
@@ -7770,9 +7757,8 @@ module Google
|
|
|
7770
7757
|
attr_accessor :name
|
|
7771
7758
|
|
|
7772
7759
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7773
|
-
#
|
|
7774
|
-
#
|
|
7775
|
-
# the name field.
|
|
7760
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
7761
|
+
# field has been deprecated and replaced by the name field.
|
|
7776
7762
|
# Corresponds to the JSON property `projectId`
|
|
7777
7763
|
# @return [String]
|
|
7778
7764
|
attr_accessor :project_id
|
|
@@ -7782,10 +7768,9 @@ module Google
|
|
|
7782
7768
|
# @return [Hash<String,String>]
|
|
7783
7769
|
attr_accessor :resource_labels
|
|
7784
7770
|
|
|
7785
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7786
|
-
#
|
|
7787
|
-
#
|
|
7788
|
-
# field.
|
|
7771
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
7772
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
7773
|
+
# been deprecated and replaced by the name field.
|
|
7789
7774
|
# Corresponds to the JSON property `zone`
|
|
7790
7775
|
# @return [String]
|
|
7791
7776
|
attr_accessor :zone
|
|
@@ -7829,17 +7814,15 @@ module Google
|
|
|
7829
7814
|
attr_accessor :name
|
|
7830
7815
|
|
|
7831
7816
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7832
|
-
#
|
|
7833
|
-
#
|
|
7834
|
-
# the name field.
|
|
7817
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
7818
|
+
# field has been deprecated and replaced by the name field.
|
|
7835
7819
|
# Corresponds to the JSON property `projectId`
|
|
7836
7820
|
# @return [String]
|
|
7837
7821
|
attr_accessor :project_id
|
|
7838
7822
|
|
|
7839
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7840
|
-
#
|
|
7841
|
-
#
|
|
7842
|
-
# field.
|
|
7823
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
7824
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
7825
|
+
# been deprecated and replaced by the name field.
|
|
7843
7826
|
# Corresponds to the JSON property `zone`
|
|
7844
7827
|
# @return [String]
|
|
7845
7828
|
attr_accessor :zone
|
|
@@ -7868,12 +7851,12 @@ module Google
|
|
|
7868
7851
|
# @return [String]
|
|
7869
7852
|
attr_accessor :cluster_id
|
|
7870
7853
|
|
|
7871
|
-
# Required. The desired list of Google Compute Engine [zones](https
|
|
7872
|
-
#
|
|
7873
|
-
#
|
|
7874
|
-
#
|
|
7875
|
-
#
|
|
7876
|
-
#
|
|
7854
|
+
# Required. The desired list of Google Compute Engine [zones](https://cloud.
|
|
7855
|
+
# google.com/compute/docs/zones#available) in which the cluster's nodes should
|
|
7856
|
+
# be located. Changing the locations a cluster is in will result in nodes being
|
|
7857
|
+
# either created or removed from the cluster, depending on whether locations are
|
|
7858
|
+
# being added or removed. This list must always include the cluster's primary
|
|
7859
|
+
# zone.
|
|
7877
7860
|
# Corresponds to the JSON property `locations`
|
|
7878
7861
|
# @return [Array<String>]
|
|
7879
7862
|
attr_accessor :locations
|
|
@@ -7885,17 +7868,15 @@ module Google
|
|
|
7885
7868
|
attr_accessor :name
|
|
7886
7869
|
|
|
7887
7870
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7888
|
-
#
|
|
7889
|
-
#
|
|
7890
|
-
# the name field.
|
|
7871
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
7872
|
+
# field has been deprecated and replaced by the name field.
|
|
7891
7873
|
# Corresponds to the JSON property `projectId`
|
|
7892
7874
|
# @return [String]
|
|
7893
7875
|
attr_accessor :project_id
|
|
7894
7876
|
|
|
7895
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7896
|
-
#
|
|
7897
|
-
#
|
|
7898
|
-
# field.
|
|
7877
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
7878
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
7879
|
+
# been deprecated and replaced by the name field.
|
|
7899
7880
|
# Corresponds to the JSON property `zone`
|
|
7900
7881
|
# @return [String]
|
|
7901
7882
|
attr_accessor :zone
|
|
@@ -7942,17 +7923,15 @@ module Google
|
|
|
7942
7923
|
attr_accessor :name
|
|
7943
7924
|
|
|
7944
7925
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7945
|
-
#
|
|
7946
|
-
#
|
|
7947
|
-
# the name field.
|
|
7926
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
7927
|
+
# field has been deprecated and replaced by the name field.
|
|
7948
7928
|
# Corresponds to the JSON property `projectId`
|
|
7949
7929
|
# @return [String]
|
|
7950
7930
|
attr_accessor :project_id
|
|
7951
7931
|
|
|
7952
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7953
|
-
#
|
|
7954
|
-
#
|
|
7955
|
-
# field.
|
|
7932
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
7933
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
7934
|
+
# been deprecated and replaced by the name field.
|
|
7956
7935
|
# Corresponds to the JSON property `zone`
|
|
7957
7936
|
# @return [String]
|
|
7958
7937
|
attr_accessor :zone
|
|
@@ -7992,15 +7971,13 @@ module Google
|
|
|
7992
7971
|
attr_accessor :name
|
|
7993
7972
|
|
|
7994
7973
|
# Required. The Google Developers Console [project ID or project number](https://
|
|
7995
|
-
#
|
|
7996
|
-
# creating-managing-projects).
|
|
7974
|
+
# cloud.google.com/resource-manager/docs/creating-managing-projects).
|
|
7997
7975
|
# Corresponds to the JSON property `projectId`
|
|
7998
7976
|
# @return [String]
|
|
7999
7977
|
attr_accessor :project_id
|
|
8000
7978
|
|
|
8001
|
-
# Required. The name of the Google Compute Engine [zone](https
|
|
8002
|
-
#
|
|
8003
|
-
# the cluster resides.
|
|
7979
|
+
# Required. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
7980
|
+
# com/compute/docs/zones#available) in which the cluster resides.
|
|
8004
7981
|
# Corresponds to the JSON property `zone`
|
|
8005
7982
|
# @return [String]
|
|
8006
7983
|
attr_accessor :zone
|
|
@@ -8041,9 +8018,8 @@ module Google
|
|
|
8041
8018
|
attr_accessor :name
|
|
8042
8019
|
|
|
8043
8020
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8044
|
-
#
|
|
8045
|
-
#
|
|
8046
|
-
# the name field.
|
|
8021
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8022
|
+
# field has been deprecated and replaced by the name field.
|
|
8047
8023
|
# Corresponds to the JSON property `projectId`
|
|
8048
8024
|
# @return [String]
|
|
8049
8025
|
attr_accessor :project_id
|
|
@@ -8054,10 +8030,9 @@ module Google
|
|
|
8054
8030
|
# @return [Google::Apis::ContainerV1::MasterAuth]
|
|
8055
8031
|
attr_accessor :update
|
|
8056
8032
|
|
|
8057
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8058
|
-
#
|
|
8059
|
-
#
|
|
8060
|
-
# field.
|
|
8033
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
8034
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
8035
|
+
# been deprecated and replaced by the name field.
|
|
8061
8036
|
# Corresponds to the JSON property `zone`
|
|
8062
8037
|
# @return [String]
|
|
8063
8038
|
attr_accessor :zone
|
|
@@ -8105,17 +8080,15 @@ module Google
|
|
|
8105
8080
|
attr_accessor :name
|
|
8106
8081
|
|
|
8107
8082
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8108
|
-
#
|
|
8109
|
-
#
|
|
8110
|
-
# the name field.
|
|
8083
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8084
|
+
# field has been deprecated and replaced by the name field.
|
|
8111
8085
|
# Corresponds to the JSON property `projectId`
|
|
8112
8086
|
# @return [String]
|
|
8113
8087
|
attr_accessor :project_id
|
|
8114
8088
|
|
|
8115
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8116
|
-
#
|
|
8117
|
-
#
|
|
8118
|
-
# field.
|
|
8089
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
8090
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
8091
|
+
# been deprecated and replaced by the name field.
|
|
8119
8092
|
# Corresponds to the JSON property `zone`
|
|
8120
8093
|
# @return [String]
|
|
8121
8094
|
attr_accessor :zone
|
|
@@ -8157,17 +8130,15 @@ module Google
|
|
|
8157
8130
|
attr_accessor :network_policy
|
|
8158
8131
|
|
|
8159
8132
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8160
|
-
#
|
|
8161
|
-
#
|
|
8162
|
-
# the name field.
|
|
8133
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8134
|
+
# field has been deprecated and replaced by the name field.
|
|
8163
8135
|
# Corresponds to the JSON property `projectId`
|
|
8164
8136
|
# @return [String]
|
|
8165
8137
|
attr_accessor :project_id
|
|
8166
8138
|
|
|
8167
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8168
|
-
#
|
|
8169
|
-
#
|
|
8170
|
-
# field.
|
|
8139
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
8140
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
8141
|
+
# been deprecated and replaced by the name field.
|
|
8171
8142
|
# Corresponds to the JSON property `zone`
|
|
8172
8143
|
# @return [String]
|
|
8173
8144
|
attr_accessor :zone
|
|
@@ -8216,17 +8187,15 @@ module Google
|
|
|
8216
8187
|
attr_accessor :node_pool_id
|
|
8217
8188
|
|
|
8218
8189
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8219
|
-
#
|
|
8220
|
-
#
|
|
8221
|
-
# the name field.
|
|
8190
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8191
|
+
# field has been deprecated and replaced by the name field.
|
|
8222
8192
|
# Corresponds to the JSON property `projectId`
|
|
8223
8193
|
# @return [String]
|
|
8224
8194
|
attr_accessor :project_id
|
|
8225
8195
|
|
|
8226
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8227
|
-
#
|
|
8228
|
-
#
|
|
8229
|
-
# field.
|
|
8196
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
8197
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
8198
|
+
# been deprecated and replaced by the name field.
|
|
8230
8199
|
# Corresponds to the JSON property `zone`
|
|
8231
8200
|
# @return [String]
|
|
8232
8201
|
attr_accessor :zone
|
|
@@ -8277,17 +8246,15 @@ module Google
|
|
|
8277
8246
|
attr_accessor :node_pool_id
|
|
8278
8247
|
|
|
8279
8248
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8280
|
-
#
|
|
8281
|
-
#
|
|
8282
|
-
# the name field.
|
|
8249
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8250
|
+
# field has been deprecated and replaced by the name field.
|
|
8283
8251
|
# Corresponds to the JSON property `projectId`
|
|
8284
8252
|
# @return [String]
|
|
8285
8253
|
attr_accessor :project_id
|
|
8286
8254
|
|
|
8287
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8288
|
-
#
|
|
8289
|
-
#
|
|
8290
|
-
# field.
|
|
8255
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
8256
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
8257
|
+
# been deprecated and replaced by the name field.
|
|
8291
8258
|
# Corresponds to the JSON property `zone`
|
|
8292
8259
|
# @return [String]
|
|
8293
8260
|
attr_accessor :zone
|
|
@@ -8335,17 +8302,15 @@ module Google
|
|
|
8335
8302
|
attr_accessor :node_pool_id
|
|
8336
8303
|
|
|
8337
8304
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8338
|
-
#
|
|
8339
|
-
#
|
|
8340
|
-
# the name field.
|
|
8305
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8306
|
+
# field has been deprecated and replaced by the name field.
|
|
8341
8307
|
# Corresponds to the JSON property `projectId`
|
|
8342
8308
|
# @return [String]
|
|
8343
8309
|
attr_accessor :project_id
|
|
8344
8310
|
|
|
8345
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8346
|
-
#
|
|
8347
|
-
#
|
|
8348
|
-
# field.
|
|
8311
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
8312
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
8313
|
+
# been deprecated and replaced by the name field.
|
|
8349
8314
|
# Corresponds to the JSON property `zone`
|
|
8350
8315
|
# @return [String]
|
|
8351
8316
|
attr_accessor :zone
|
|
@@ -8497,9 +8462,8 @@ module Google
|
|
|
8497
8462
|
attr_accessor :name
|
|
8498
8463
|
|
|
8499
8464
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8500
|
-
#
|
|
8501
|
-
#
|
|
8502
|
-
# the name field.
|
|
8465
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8466
|
+
# field has been deprecated and replaced by the name field.
|
|
8503
8467
|
# Corresponds to the JSON property `projectId`
|
|
8504
8468
|
# @return [String]
|
|
8505
8469
|
attr_accessor :project_id
|
|
@@ -8510,10 +8474,9 @@ module Google
|
|
|
8510
8474
|
attr_accessor :rotate_credentials
|
|
8511
8475
|
alias_method :rotate_credentials?, :rotate_credentials
|
|
8512
8476
|
|
|
8513
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8514
|
-
#
|
|
8515
|
-
#
|
|
8516
|
-
# field.
|
|
8477
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
8478
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
8479
|
+
# been deprecated and replaced by the name field.
|
|
8517
8480
|
# Corresponds to the JSON property `zone`
|
|
8518
8481
|
# @return [String]
|
|
8519
8482
|
attr_accessor :zone
|
|
@@ -8715,9 +8678,8 @@ module Google
|
|
|
8715
8678
|
attr_accessor :name
|
|
8716
8679
|
|
|
8717
8680
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8718
|
-
#
|
|
8719
|
-
#
|
|
8720
|
-
# the name field.
|
|
8681
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8682
|
+
# field has been deprecated and replaced by the name field.
|
|
8721
8683
|
# Corresponds to the JSON property `projectId`
|
|
8722
8684
|
# @return [String]
|
|
8723
8685
|
attr_accessor :project_id
|
|
@@ -8728,10 +8690,9 @@ module Google
|
|
|
8728
8690
|
# @return [Google::Apis::ContainerV1::ClusterUpdate]
|
|
8729
8691
|
attr_accessor :update
|
|
8730
8692
|
|
|
8731
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8732
|
-
#
|
|
8733
|
-
#
|
|
8734
|
-
# field.
|
|
8693
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
8694
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
8695
|
+
# been deprecated and replaced by the name field.
|
|
8735
8696
|
# Corresponds to the JSON property `zone`
|
|
8736
8697
|
# @return [String]
|
|
8737
8698
|
attr_accessor :zone
|
|
@@ -8798,17 +8759,15 @@ module Google
|
|
|
8798
8759
|
attr_accessor :name
|
|
8799
8760
|
|
|
8800
8761
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8801
|
-
#
|
|
8802
|
-
#
|
|
8803
|
-
# the name field.
|
|
8762
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8763
|
+
# field has been deprecated and replaced by the name field.
|
|
8804
8764
|
# Corresponds to the JSON property `projectId`
|
|
8805
8765
|
# @return [String]
|
|
8806
8766
|
attr_accessor :project_id
|
|
8807
8767
|
|
|
8808
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8809
|
-
#
|
|
8810
|
-
#
|
|
8811
|
-
# field.
|
|
8768
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
8769
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
8770
|
+
# been deprecated and replaced by the name field.
|
|
8812
8771
|
# Corresponds to the JSON property `zone`
|
|
8813
8772
|
# @return [String]
|
|
8814
8773
|
attr_accessor :zone
|
|
@@ -8831,9 +8790,8 @@ module Google
|
|
|
8831
8790
|
class UpdateNodePoolRequest
|
|
8832
8791
|
include Google::Apis::Core::Hashable
|
|
8833
8792
|
|
|
8834
|
-
# A list of hardware accelerators to be attached to each node. See https
|
|
8835
|
-
#
|
|
8836
|
-
# information about support for GPUs.
|
|
8793
|
+
# A list of hardware accelerators to be attached to each node. See https://cloud.
|
|
8794
|
+
# google.com/compute/docs/gpus for more information about support for GPUs.
|
|
8837
8795
|
# Corresponds to the JSON property `accelerators`
|
|
8838
8796
|
# @return [Array<Google::Apis::ContainerV1::AcceleratorConfig>]
|
|
8839
8797
|
attr_accessor :accelerators
|
|
@@ -8903,9 +8861,9 @@ module Google
|
|
|
8903
8861
|
# @return [Google::Apis::ContainerV1::VirtualNic]
|
|
8904
8862
|
attr_accessor :gvnic
|
|
8905
8863
|
|
|
8906
|
-
# Required. The desired image type for the node pool. Please see https
|
|
8907
|
-
#
|
|
8908
|
-
#
|
|
8864
|
+
# Required. The desired image type for the node pool. Please see https://cloud.
|
|
8865
|
+
# google.com/kubernetes-engine/docs/concepts/node-images for available image
|
|
8866
|
+
# types.
|
|
8909
8867
|
# Corresponds to the JSON property `imageType`
|
|
8910
8868
|
# @return [String]
|
|
8911
8869
|
attr_accessor :image_type
|
|
@@ -8926,11 +8884,17 @@ module Google
|
|
|
8926
8884
|
# @return [Google::Apis::ContainerV1::LinuxNodeConfig]
|
|
8927
8885
|
attr_accessor :linux_node_config
|
|
8928
8886
|
|
|
8929
|
-
# The desired list of Google Compute Engine [zones](https
|
|
8930
|
-
#
|
|
8931
|
-
#
|
|
8932
|
-
#
|
|
8933
|
-
#
|
|
8887
|
+
# The desired list of Google Compute Engine [zones](https://cloud.google.com/
|
|
8888
|
+
# compute/docs/zones#available) in which the node pool's nodes should be located.
|
|
8889
|
+
# Changing the locations for a node pool will result in nodes being either
|
|
8890
|
+
# created or removed from the node pool, depending on whether locations are
|
|
8891
|
+
# being added or removed. Warning: It is recommended to update node pool
|
|
8892
|
+
# locations in a standalone API call. Do not combine a location update with
|
|
8893
|
+
# changes to other fields (such as `tags`, `labels`, `taints`, etc.) in the same
|
|
8894
|
+
# request. Otherwise, the API performs a structural modification where changes
|
|
8895
|
+
# to other fields will only apply to newly created nodes and will not be applied
|
|
8896
|
+
# to existing nodes in the node pool. To ensure all nodes are updated
|
|
8897
|
+
# consistently, use a separate API call for location changes.
|
|
8934
8898
|
# Corresponds to the JSON property `locations`
|
|
8935
8899
|
# @return [Array<String>]
|
|
8936
8900
|
attr_accessor :locations
|
|
@@ -8940,10 +8904,10 @@ module Google
|
|
|
8940
8904
|
# @return [Google::Apis::ContainerV1::NodePoolLoggingConfig]
|
|
8941
8905
|
attr_accessor :logging_config
|
|
8942
8906
|
|
|
8943
|
-
# Optional. The desired [Google Compute Engine machine type](https
|
|
8944
|
-
#
|
|
8945
|
-
#
|
|
8946
|
-
#
|
|
8907
|
+
# Optional. The desired [Google Compute Engine machine type](https://cloud.
|
|
8908
|
+
# google.com/compute/docs/machine-types) for nodes in the node pool. Initiates
|
|
8909
|
+
# an upgrade operation that migrates the nodes in the node pool to the specified
|
|
8910
|
+
# machine type.
|
|
8947
8911
|
# Corresponds to the JSON property `machineType`
|
|
8948
8912
|
# @return [String]
|
|
8949
8913
|
attr_accessor :machine_type
|
|
@@ -8983,9 +8947,8 @@ module Google
|
|
|
8983
8947
|
attr_accessor :node_version
|
|
8984
8948
|
|
|
8985
8949
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8986
|
-
#
|
|
8987
|
-
#
|
|
8988
|
-
# the name field.
|
|
8950
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
8951
|
+
# field has been deprecated and replaced by the name field.
|
|
8989
8952
|
# Corresponds to the JSON property `projectId`
|
|
8990
8953
|
# @return [String]
|
|
8991
8954
|
attr_accessor :project_id
|
|
@@ -8995,18 +8958,17 @@ module Google
|
|
|
8995
8958
|
# @return [Google::Apis::ContainerV1::QueuedProvisioning]
|
|
8996
8959
|
attr_accessor :queued_provisioning
|
|
8997
8960
|
|
|
8998
|
-
# Collection of [Resource Manager labels](https
|
|
8999
|
-
#
|
|
8961
|
+
# Collection of [Resource Manager labels](https://cloud.google.com/resource-
|
|
8962
|
+
# manager/docs/creating-managing-labels).
|
|
9000
8963
|
# Corresponds to the JSON property `resourceLabels`
|
|
9001
8964
|
# @return [Google::Apis::ContainerV1::ResourceLabels]
|
|
9002
8965
|
attr_accessor :resource_labels
|
|
9003
8966
|
|
|
9004
8967
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
9005
8968
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
9006
|
-
# be according to specifications in https
|
|
9007
|
-
#
|
|
9008
|
-
#
|
|
9009
|
-
# replaced with new values.
|
|
8969
|
+
# be according to specifications in https://cloud.google.com/vpc/docs/tags-
|
|
8970
|
+
# firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
|
|
8971
|
+
# specified. Existing tags will be replaced with new values.
|
|
9010
8972
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
9011
8973
|
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
9012
8974
|
attr_accessor :resource_manager_tags
|
|
@@ -9077,10 +9039,9 @@ module Google
|
|
|
9077
9039
|
# @return [Google::Apis::ContainerV1::WorkloadMetadataConfig]
|
|
9078
9040
|
attr_accessor :workload_metadata_config
|
|
9079
9041
|
|
|
9080
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
9081
|
-
#
|
|
9082
|
-
#
|
|
9083
|
-
# field.
|
|
9042
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
9043
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
9044
|
+
# been deprecated and replaced by the name field.
|
|
9084
9045
|
# Corresponds to the JSON property `zone`
|
|
9085
9046
|
# @return [String]
|
|
9086
9047
|
attr_accessor :zone
|