google-apis-container_v1 0.106.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 +4 -0
- data/lib/google/apis/container_v1/classes.rb +280 -356
- data/lib/google/apis/container_v1/gem_version.rb +2 -2
- 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
|
|
|
@@ -4411,18 +4388,17 @@ module Google
|
|
|
4411
4388
|
include Google::Apis::Core::Hashable
|
|
4412
4389
|
|
|
4413
4390
|
# Number of local NVMe SSDs to use. The limit for this value is dependent upon
|
|
4414
|
-
# the maximum number of disk available on a machine per zone. See: https
|
|
4415
|
-
#
|
|
4416
|
-
#
|
|
4417
|
-
#
|
|
4418
|
-
#
|
|
4419
|
-
#
|
|
4420
|
-
#
|
|
4421
|
-
#
|
|
4422
|
-
#
|
|
4423
|
-
#
|
|
4424
|
-
#
|
|
4425
|
-
# 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.
|
|
4426
4402
|
# Corresponds to the JSON property `localSsdCount`
|
|
4427
4403
|
# @return [Fixnum]
|
|
4428
4404
|
attr_accessor :local_ssd_count
|
|
@@ -4672,9 +4648,8 @@ module Google
|
|
|
4672
4648
|
# strong password. If a password is provided for cluster creation, username must
|
|
4673
4649
|
# be non-empty. Warning: basic authentication is deprecated, and will be removed
|
|
4674
4650
|
# in GKE control plane versions 1.19 and newer. For a list of recommended
|
|
4675
|
-
# authentication methods, see: https
|
|
4676
|
-
#
|
|
4677
|
-
# authentication
|
|
4651
|
+
# authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/
|
|
4652
|
+
# how-to/api-server-authentication
|
|
4678
4653
|
# Corresponds to the JSON property `password`
|
|
4679
4654
|
# @return [String]
|
|
4680
4655
|
attr_accessor :password
|
|
@@ -4684,8 +4659,8 @@ module Google
|
|
|
4684
4659
|
# username unspecified (or setting it to the empty string). Warning: basic
|
|
4685
4660
|
# authentication is deprecated, and will be removed in GKE control plane
|
|
4686
4661
|
# versions 1.19 and newer. For a list of recommended authentication methods, see:
|
|
4687
|
-
# https
|
|
4688
|
-
#
|
|
4662
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-
|
|
4663
|
+
# authentication
|
|
4689
4664
|
# Corresponds to the JSON property `username`
|
|
4690
4665
|
# @return [String]
|
|
4691
4666
|
attr_accessor :username
|
|
@@ -4983,10 +4958,9 @@ module Google
|
|
|
4983
4958
|
# @return [String]
|
|
4984
4959
|
attr_accessor :in_transit_encryption_config
|
|
4985
4960
|
|
|
4986
|
-
# Output only. The relative name of the Google Compute Engine [network](https
|
|
4987
|
-
#
|
|
4988
|
-
#
|
|
4989
|
-
# 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
|
|
4990
4964
|
# Corresponds to the JSON property `network`
|
|
4991
4965
|
# @return [String]
|
|
4992
4966
|
attr_accessor :network
|
|
@@ -5008,9 +4982,8 @@ module Google
|
|
|
5008
4982
|
attr_accessor :service_external_ips_config
|
|
5009
4983
|
|
|
5010
4984
|
# Output only. The relative name of the Google Compute Engine [subnetwork](https:
|
|
5011
|
-
#
|
|
5012
|
-
#
|
|
5013
|
-
# 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
|
|
5014
4987
|
# Corresponds to the JSON property `subnetwork`
|
|
5015
4988
|
# @return [String]
|
|
5016
4989
|
attr_accessor :subnetwork
|
|
@@ -5149,9 +5122,8 @@ module Google
|
|
|
5149
5122
|
end
|
|
5150
5123
|
|
|
5151
5124
|
# Specifies the NodeAffinity key, values, and affinity operator according to [
|
|
5152
|
-
# shared sole tenant node group affinities](https
|
|
5153
|
-
#
|
|
5154
|
-
# 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).
|
|
5155
5127
|
class NodeAffinity
|
|
5156
5128
|
include Google::Apis::Core::Hashable
|
|
5157
5129
|
|
|
@@ -5188,9 +5160,8 @@ module Google
|
|
|
5188
5160
|
class NodeConfig
|
|
5189
5161
|
include Google::Apis::Core::Hashable
|
|
5190
5162
|
|
|
5191
|
-
# A list of hardware accelerators to be attached to each node. See https
|
|
5192
|
-
#
|
|
5193
|
-
# 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.
|
|
5194
5165
|
# Corresponds to the JSON property `accelerators`
|
|
5195
5166
|
# @return [Array<Google::Apis::ContainerV1::AcceleratorConfig>]
|
|
5196
5167
|
attr_accessor :accelerators
|
|
@@ -5209,8 +5180,7 @@ module Google
|
|
|
5209
5180
|
# each node in the node pool. This should be of the form projects/[
|
|
5210
5181
|
# KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
|
|
5211
5182
|
# . For more information about protecting resources with Cloud KMS Keys please
|
|
5212
|
-
# see: https
|
|
5213
|
-
# disks/customer-managed-encryption
|
|
5183
|
+
# see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
|
|
5214
5184
|
# Corresponds to the JSON property `bootDiskKmsKey`
|
|
5215
5185
|
# @return [String]
|
|
5216
5186
|
attr_accessor :boot_disk_kms_key
|
|
@@ -5281,9 +5251,8 @@ module Google
|
|
|
5281
5251
|
attr_accessor :gvnic
|
|
5282
5252
|
|
|
5283
5253
|
# The image type to use for this node. Note that for a given image type, the
|
|
5284
|
-
# latest version of it will be used. Please see https
|
|
5285
|
-
#
|
|
5286
|
-
# 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.
|
|
5287
5256
|
# Corresponds to the JSON property `imageType`
|
|
5288
5257
|
# @return [String]
|
|
5289
5258
|
attr_accessor :image_type
|
|
@@ -5317,8 +5286,8 @@ module Google
|
|
|
5317
5286
|
|
|
5318
5287
|
# The number of local SSD disks to be attached to the node. The limit for this
|
|
5319
5288
|
# value is dependent upon the maximum number of disks available on a machine per
|
|
5320
|
-
# zone. See: https
|
|
5321
|
-
#
|
|
5289
|
+
# zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more
|
|
5290
|
+
# information.
|
|
5322
5291
|
# Corresponds to the JSON property `localSsdCount`
|
|
5323
5292
|
# @return [Fixnum]
|
|
5324
5293
|
attr_accessor :local_ssd_count
|
|
@@ -5334,9 +5303,9 @@ module Google
|
|
|
5334
5303
|
# @return [Google::Apis::ContainerV1::NodePoolLoggingConfig]
|
|
5335
5304
|
attr_accessor :logging_config
|
|
5336
5305
|
|
|
5337
|
-
# The name of a Google Compute Engine [machine type](https
|
|
5338
|
-
#
|
|
5339
|
-
#
|
|
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`.
|
|
5340
5309
|
# Corresponds to the JSON property `machineType`
|
|
5341
5310
|
# @return [String]
|
|
5342
5311
|
attr_accessor :machine_type
|
|
@@ -5369,16 +5338,15 @@ module Google
|
|
|
5369
5338
|
# scheduled on the specified or newer CPU platform. Applicable values are the
|
|
5370
5339
|
# friendly names of CPU platforms, such as `minCpuPlatform: "Intel Haswell"` or `
|
|
5371
5340
|
# minCpuPlatform: "Intel Sandy Bridge"`. For more information, read [how to
|
|
5372
|
-
# specify min CPU platform](https
|
|
5373
|
-
#
|
|
5341
|
+
# specify min CPU platform](https://cloud.google.com/compute/docs/instances/
|
|
5342
|
+
# specify-min-cpu-platform)
|
|
5374
5343
|
# Corresponds to the JSON property `minCpuPlatform`
|
|
5375
5344
|
# @return [String]
|
|
5376
5345
|
attr_accessor :min_cpu_platform
|
|
5377
5346
|
|
|
5378
5347
|
# Setting this field will assign instances of this pool to run on the specified
|
|
5379
5348
|
# node group. This is useful for running workloads on [sole tenant nodes](https:/
|
|
5380
|
-
#
|
|
5381
|
-
# tenant-nodes).
|
|
5349
|
+
# /cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
|
|
5382
5350
|
# Corresponds to the JSON property `nodeGroup`
|
|
5383
5351
|
# @return [String]
|
|
5384
5352
|
attr_accessor :node_group
|
|
@@ -5388,25 +5356,25 @@ module Google
|
|
|
5388
5356
|
# required, and by default are not included: * `https://www.googleapis.com/auth/
|
|
5389
5357
|
# compute` is required for mounting persistent storage on your nodes. * `https://
|
|
5390
5358
|
# www.googleapis.com/auth/devstorage.read_only` is required for communicating
|
|
5391
|
-
# with **gcr.io** (the [
|
|
5392
|
-
#
|
|
5393
|
-
#
|
|
5394
|
-
#
|
|
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.
|
|
5395
5363
|
# Corresponds to the JSON property `oauthScopes`
|
|
5396
5364
|
# @return [Array<String>]
|
|
5397
5365
|
attr_accessor :oauth_scopes
|
|
5398
5366
|
|
|
5399
|
-
# Whether the nodes are created as preemptible VM instances. See: https
|
|
5400
|
-
#
|
|
5401
|
-
# 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.
|
|
5402
5370
|
# Corresponds to the JSON property `preemptible`
|
|
5403
5371
|
# @return [Boolean]
|
|
5404
5372
|
attr_accessor :preemptible
|
|
5405
5373
|
alias_method :preemptible?, :preemptible
|
|
5406
5374
|
|
|
5407
|
-
# [ReservationAffinity](https
|
|
5408
|
-
#
|
|
5409
|
-
#
|
|
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.
|
|
5410
5378
|
# Corresponds to the JSON property `reservationAffinity`
|
|
5411
5379
|
# @return [Google::Apis::ContainerV1::ReservationAffinity]
|
|
5412
5380
|
attr_accessor :reservation_affinity
|
|
@@ -5419,10 +5387,9 @@ module Google
|
|
|
5419
5387
|
|
|
5420
5388
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
5421
5389
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
5422
|
-
# be according to specifications in https
|
|
5423
|
-
#
|
|
5424
|
-
#
|
|
5425
|
-
# 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.
|
|
5426
5393
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
5427
5394
|
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
5428
5395
|
attr_accessor :resource_manager_tags
|
|
@@ -6026,30 +5993,27 @@ module Google
|
|
|
6026
5993
|
attr_accessor :etag
|
|
6027
5994
|
|
|
6028
5995
|
# The initial node count for the pool. You must ensure that your Compute Engine [
|
|
6029
|
-
# resource quota](https
|
|
6030
|
-
#
|
|
6031
|
-
#
|
|
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.
|
|
6032
5999
|
# Corresponds to the JSON property `initialNodeCount`
|
|
6033
6000
|
# @return [Fixnum]
|
|
6034
6001
|
attr_accessor :initial_node_count
|
|
6035
6002
|
|
|
6036
|
-
# Output only. The resource URLs of the [managed instance groups](https
|
|
6037
|
-
#
|
|
6038
|
-
#
|
|
6039
|
-
#
|
|
6040
|
-
# 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.
|
|
6041
6007
|
# Corresponds to the JSON property `instanceGroupUrls`
|
|
6042
6008
|
# @return [Array<String>]
|
|
6043
6009
|
attr_accessor :instance_group_urls
|
|
6044
6010
|
|
|
6045
|
-
# The list of Google Compute Engine [zones](https
|
|
6046
|
-
#
|
|
6047
|
-
#
|
|
6048
|
-
#
|
|
6049
|
-
#
|
|
6050
|
-
# locations
|
|
6051
|
-
# Warning: changing node pool locations will result in nodes being added and/or
|
|
6052
|
-
# 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.
|
|
6053
6017
|
# Corresponds to the JSON property `locations`
|
|
6054
6018
|
# @return [Array<String>]
|
|
6055
6019
|
attr_accessor :locations
|
|
@@ -6148,9 +6112,8 @@ module Google
|
|
|
6148
6112
|
attr_accessor :upgrade_settings
|
|
6149
6113
|
|
|
6150
6114
|
# The version of Kubernetes running on this NodePool's nodes. If unspecified, it
|
|
6151
|
-
# defaults as described [here](https
|
|
6152
|
-
#
|
|
6153
|
-
# specifying_node_version).
|
|
6115
|
+
# defaults as described [here](https://cloud.google.com/kubernetes-engine/
|
|
6116
|
+
# versioning#specifying_node_version).
|
|
6154
6117
|
# Corresponds to the JSON property `version`
|
|
6155
6118
|
# @return [String]
|
|
6156
6119
|
attr_accessor :version
|
|
@@ -6209,10 +6172,9 @@ module Google
|
|
|
6209
6172
|
|
|
6210
6173
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
6211
6174
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
6212
|
-
# be according to specifications in https
|
|
6213
|
-
#
|
|
6214
|
-
#
|
|
6215
|
-
# 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.
|
|
6216
6178
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
6217
6179
|
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
6218
6180
|
attr_accessor :resource_manager_tags
|
|
@@ -6493,11 +6455,10 @@ module Google
|
|
|
6493
6455
|
# @return [Google::Apis::ContainerV1::Status]
|
|
6494
6456
|
attr_accessor :error
|
|
6495
6457
|
|
|
6496
|
-
# Output only. The name of the Google Compute Engine [zone](https
|
|
6497
|
-
#
|
|
6498
|
-
# available)
|
|
6499
|
-
#
|
|
6500
|
-
# 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.
|
|
6501
6462
|
# Corresponds to the JSON property `location`
|
|
6502
6463
|
# @return [String]
|
|
6503
6464
|
attr_accessor :location
|
|
@@ -6559,9 +6520,9 @@ module Google
|
|
|
6559
6520
|
# @return [String]
|
|
6560
6521
|
attr_accessor :target_link
|
|
6561
6522
|
|
|
6562
|
-
# Output only. The name of the Google Compute Engine [zone](https
|
|
6563
|
-
#
|
|
6564
|
-
#
|
|
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.
|
|
6565
6526
|
# Corresponds to the JSON property `zone`
|
|
6566
6527
|
# @return [String]
|
|
6567
6528
|
attr_accessor :zone
|
|
@@ -6720,8 +6681,8 @@ module Google
|
|
|
6720
6681
|
# @return [String]
|
|
6721
6682
|
attr_accessor :policy_name
|
|
6722
6683
|
|
|
6723
|
-
# Optional. TPU placement topology for pod slice node pool. https
|
|
6724
|
-
#
|
|
6684
|
+
# Optional. TPU placement topology for pod slice node pool. https://cloud.google.
|
|
6685
|
+
# com/tpu/docs/types-topologies#tpu_topologies
|
|
6725
6686
|
# Corresponds to the JSON property `tpuTopology`
|
|
6726
6687
|
# @return [String]
|
|
6727
6688
|
attr_accessor :tpu_topology
|
|
@@ -7217,9 +7178,9 @@ module Google
|
|
|
7217
7178
|
end
|
|
7218
7179
|
end
|
|
7219
7180
|
|
|
7220
|
-
# [ReservationAffinity](https
|
|
7221
|
-
#
|
|
7222
|
-
#
|
|
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.
|
|
7223
7184
|
class ReservationAffinity
|
|
7224
7185
|
include Google::Apis::Core::Hashable
|
|
7225
7186
|
|
|
@@ -7252,8 +7213,8 @@ module Google
|
|
|
7252
7213
|
end
|
|
7253
7214
|
end
|
|
7254
7215
|
|
|
7255
|
-
# Collection of [Resource Manager labels](https
|
|
7256
|
-
#
|
|
7216
|
+
# Collection of [Resource Manager labels](https://cloud.google.com/resource-
|
|
7217
|
+
# manager/docs/creating-managing-labels).
|
|
7257
7218
|
class ResourceLabels
|
|
7258
7219
|
include Google::Apis::Core::Hashable
|
|
7259
7220
|
|
|
@@ -7306,10 +7267,9 @@ module Google
|
|
|
7306
7267
|
|
|
7307
7268
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
7308
7269
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
7309
|
-
# be according to specifications in https
|
|
7310
|
-
#
|
|
7311
|
-
#
|
|
7312
|
-
# 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.
|
|
7313
7273
|
class ResourceManagerTags
|
|
7314
7274
|
include Google::Apis::Core::Hashable
|
|
7315
7275
|
|
|
@@ -7389,9 +7349,8 @@ module Google
|
|
|
7389
7349
|
attr_accessor :node_pool_id
|
|
7390
7350
|
|
|
7391
7351
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7392
|
-
#
|
|
7393
|
-
#
|
|
7394
|
-
# 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.
|
|
7395
7354
|
# Corresponds to the JSON property `projectId`
|
|
7396
7355
|
# @return [String]
|
|
7397
7356
|
attr_accessor :project_id
|
|
@@ -7402,10 +7361,9 @@ module Google
|
|
|
7402
7361
|
attr_accessor :respect_pdb
|
|
7403
7362
|
alias_method :respect_pdb?, :respect_pdb
|
|
7404
7363
|
|
|
7405
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7406
|
-
#
|
|
7407
|
-
#
|
|
7408
|
-
# 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.
|
|
7409
7367
|
# Corresponds to the JSON property `zone`
|
|
7410
7368
|
# @return [String]
|
|
7411
7369
|
attr_accessor :zone
|
|
@@ -7744,17 +7702,15 @@ module Google
|
|
|
7744
7702
|
attr_accessor :name
|
|
7745
7703
|
|
|
7746
7704
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7747
|
-
#
|
|
7748
|
-
#
|
|
7749
|
-
# 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.
|
|
7750
7707
|
# Corresponds to the JSON property `projectId`
|
|
7751
7708
|
# @return [String]
|
|
7752
7709
|
attr_accessor :project_id
|
|
7753
7710
|
|
|
7754
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7755
|
-
#
|
|
7756
|
-
#
|
|
7757
|
-
# 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.
|
|
7758
7714
|
# Corresponds to the JSON property `zone`
|
|
7759
7715
|
# @return [String]
|
|
7760
7716
|
attr_accessor :zone
|
|
@@ -7801,9 +7757,8 @@ module Google
|
|
|
7801
7757
|
attr_accessor :name
|
|
7802
7758
|
|
|
7803
7759
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7804
|
-
#
|
|
7805
|
-
#
|
|
7806
|
-
# 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.
|
|
7807
7762
|
# Corresponds to the JSON property `projectId`
|
|
7808
7763
|
# @return [String]
|
|
7809
7764
|
attr_accessor :project_id
|
|
@@ -7813,10 +7768,9 @@ module Google
|
|
|
7813
7768
|
# @return [Hash<String,String>]
|
|
7814
7769
|
attr_accessor :resource_labels
|
|
7815
7770
|
|
|
7816
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7817
|
-
#
|
|
7818
|
-
#
|
|
7819
|
-
# 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.
|
|
7820
7774
|
# Corresponds to the JSON property `zone`
|
|
7821
7775
|
# @return [String]
|
|
7822
7776
|
attr_accessor :zone
|
|
@@ -7860,17 +7814,15 @@ module Google
|
|
|
7860
7814
|
attr_accessor :name
|
|
7861
7815
|
|
|
7862
7816
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7863
|
-
#
|
|
7864
|
-
#
|
|
7865
|
-
# 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.
|
|
7866
7819
|
# Corresponds to the JSON property `projectId`
|
|
7867
7820
|
# @return [String]
|
|
7868
7821
|
attr_accessor :project_id
|
|
7869
7822
|
|
|
7870
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7871
|
-
#
|
|
7872
|
-
#
|
|
7873
|
-
# 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.
|
|
7874
7826
|
# Corresponds to the JSON property `zone`
|
|
7875
7827
|
# @return [String]
|
|
7876
7828
|
attr_accessor :zone
|
|
@@ -7899,12 +7851,12 @@ module Google
|
|
|
7899
7851
|
# @return [String]
|
|
7900
7852
|
attr_accessor :cluster_id
|
|
7901
7853
|
|
|
7902
|
-
# Required. The desired list of Google Compute Engine [zones](https
|
|
7903
|
-
#
|
|
7904
|
-
#
|
|
7905
|
-
#
|
|
7906
|
-
#
|
|
7907
|
-
#
|
|
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.
|
|
7908
7860
|
# Corresponds to the JSON property `locations`
|
|
7909
7861
|
# @return [Array<String>]
|
|
7910
7862
|
attr_accessor :locations
|
|
@@ -7916,17 +7868,15 @@ module Google
|
|
|
7916
7868
|
attr_accessor :name
|
|
7917
7869
|
|
|
7918
7870
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7919
|
-
#
|
|
7920
|
-
#
|
|
7921
|
-
# 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.
|
|
7922
7873
|
# Corresponds to the JSON property `projectId`
|
|
7923
7874
|
# @return [String]
|
|
7924
7875
|
attr_accessor :project_id
|
|
7925
7876
|
|
|
7926
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7927
|
-
#
|
|
7928
|
-
#
|
|
7929
|
-
# 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.
|
|
7930
7880
|
# Corresponds to the JSON property `zone`
|
|
7931
7881
|
# @return [String]
|
|
7932
7882
|
attr_accessor :zone
|
|
@@ -7973,17 +7923,15 @@ module Google
|
|
|
7973
7923
|
attr_accessor :name
|
|
7974
7924
|
|
|
7975
7925
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
7976
|
-
#
|
|
7977
|
-
#
|
|
7978
|
-
# 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.
|
|
7979
7928
|
# Corresponds to the JSON property `projectId`
|
|
7980
7929
|
# @return [String]
|
|
7981
7930
|
attr_accessor :project_id
|
|
7982
7931
|
|
|
7983
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
7984
|
-
#
|
|
7985
|
-
#
|
|
7986
|
-
# 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.
|
|
7987
7935
|
# Corresponds to the JSON property `zone`
|
|
7988
7936
|
# @return [String]
|
|
7989
7937
|
attr_accessor :zone
|
|
@@ -8023,15 +7971,13 @@ module Google
|
|
|
8023
7971
|
attr_accessor :name
|
|
8024
7972
|
|
|
8025
7973
|
# Required. The Google Developers Console [project ID or project number](https://
|
|
8026
|
-
#
|
|
8027
|
-
# creating-managing-projects).
|
|
7974
|
+
# cloud.google.com/resource-manager/docs/creating-managing-projects).
|
|
8028
7975
|
# Corresponds to the JSON property `projectId`
|
|
8029
7976
|
# @return [String]
|
|
8030
7977
|
attr_accessor :project_id
|
|
8031
7978
|
|
|
8032
|
-
# Required. The name of the Google Compute Engine [zone](https
|
|
8033
|
-
#
|
|
8034
|
-
# 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.
|
|
8035
7981
|
# Corresponds to the JSON property `zone`
|
|
8036
7982
|
# @return [String]
|
|
8037
7983
|
attr_accessor :zone
|
|
@@ -8072,9 +8018,8 @@ module Google
|
|
|
8072
8018
|
attr_accessor :name
|
|
8073
8019
|
|
|
8074
8020
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8075
|
-
#
|
|
8076
|
-
#
|
|
8077
|
-
# 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.
|
|
8078
8023
|
# Corresponds to the JSON property `projectId`
|
|
8079
8024
|
# @return [String]
|
|
8080
8025
|
attr_accessor :project_id
|
|
@@ -8085,10 +8030,9 @@ module Google
|
|
|
8085
8030
|
# @return [Google::Apis::ContainerV1::MasterAuth]
|
|
8086
8031
|
attr_accessor :update
|
|
8087
8032
|
|
|
8088
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8089
|
-
#
|
|
8090
|
-
#
|
|
8091
|
-
# 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.
|
|
8092
8036
|
# Corresponds to the JSON property `zone`
|
|
8093
8037
|
# @return [String]
|
|
8094
8038
|
attr_accessor :zone
|
|
@@ -8136,17 +8080,15 @@ module Google
|
|
|
8136
8080
|
attr_accessor :name
|
|
8137
8081
|
|
|
8138
8082
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8139
|
-
#
|
|
8140
|
-
#
|
|
8141
|
-
# 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.
|
|
8142
8085
|
# Corresponds to the JSON property `projectId`
|
|
8143
8086
|
# @return [String]
|
|
8144
8087
|
attr_accessor :project_id
|
|
8145
8088
|
|
|
8146
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8147
|
-
#
|
|
8148
|
-
#
|
|
8149
|
-
# 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.
|
|
8150
8092
|
# Corresponds to the JSON property `zone`
|
|
8151
8093
|
# @return [String]
|
|
8152
8094
|
attr_accessor :zone
|
|
@@ -8188,17 +8130,15 @@ module Google
|
|
|
8188
8130
|
attr_accessor :network_policy
|
|
8189
8131
|
|
|
8190
8132
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8191
|
-
#
|
|
8192
|
-
#
|
|
8193
|
-
# 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.
|
|
8194
8135
|
# Corresponds to the JSON property `projectId`
|
|
8195
8136
|
# @return [String]
|
|
8196
8137
|
attr_accessor :project_id
|
|
8197
8138
|
|
|
8198
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8199
|
-
#
|
|
8200
|
-
#
|
|
8201
|
-
# 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.
|
|
8202
8142
|
# Corresponds to the JSON property `zone`
|
|
8203
8143
|
# @return [String]
|
|
8204
8144
|
attr_accessor :zone
|
|
@@ -8247,17 +8187,15 @@ module Google
|
|
|
8247
8187
|
attr_accessor :node_pool_id
|
|
8248
8188
|
|
|
8249
8189
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8250
|
-
#
|
|
8251
|
-
#
|
|
8252
|
-
# 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.
|
|
8253
8192
|
# Corresponds to the JSON property `projectId`
|
|
8254
8193
|
# @return [String]
|
|
8255
8194
|
attr_accessor :project_id
|
|
8256
8195
|
|
|
8257
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8258
|
-
#
|
|
8259
|
-
#
|
|
8260
|
-
# 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.
|
|
8261
8199
|
# Corresponds to the JSON property `zone`
|
|
8262
8200
|
# @return [String]
|
|
8263
8201
|
attr_accessor :zone
|
|
@@ -8308,17 +8246,15 @@ module Google
|
|
|
8308
8246
|
attr_accessor :node_pool_id
|
|
8309
8247
|
|
|
8310
8248
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8311
|
-
#
|
|
8312
|
-
#
|
|
8313
|
-
# 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.
|
|
8314
8251
|
# Corresponds to the JSON property `projectId`
|
|
8315
8252
|
# @return [String]
|
|
8316
8253
|
attr_accessor :project_id
|
|
8317
8254
|
|
|
8318
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8319
|
-
#
|
|
8320
|
-
#
|
|
8321
|
-
# 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.
|
|
8322
8258
|
# Corresponds to the JSON property `zone`
|
|
8323
8259
|
# @return [String]
|
|
8324
8260
|
attr_accessor :zone
|
|
@@ -8366,17 +8302,15 @@ module Google
|
|
|
8366
8302
|
attr_accessor :node_pool_id
|
|
8367
8303
|
|
|
8368
8304
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8369
|
-
#
|
|
8370
|
-
#
|
|
8371
|
-
# 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.
|
|
8372
8307
|
# Corresponds to the JSON property `projectId`
|
|
8373
8308
|
# @return [String]
|
|
8374
8309
|
attr_accessor :project_id
|
|
8375
8310
|
|
|
8376
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8377
|
-
#
|
|
8378
|
-
#
|
|
8379
|
-
# 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.
|
|
8380
8314
|
# Corresponds to the JSON property `zone`
|
|
8381
8315
|
# @return [String]
|
|
8382
8316
|
attr_accessor :zone
|
|
@@ -8528,9 +8462,8 @@ module Google
|
|
|
8528
8462
|
attr_accessor :name
|
|
8529
8463
|
|
|
8530
8464
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8531
|
-
#
|
|
8532
|
-
#
|
|
8533
|
-
# 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.
|
|
8534
8467
|
# Corresponds to the JSON property `projectId`
|
|
8535
8468
|
# @return [String]
|
|
8536
8469
|
attr_accessor :project_id
|
|
@@ -8541,10 +8474,9 @@ module Google
|
|
|
8541
8474
|
attr_accessor :rotate_credentials
|
|
8542
8475
|
alias_method :rotate_credentials?, :rotate_credentials
|
|
8543
8476
|
|
|
8544
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8545
|
-
#
|
|
8546
|
-
#
|
|
8547
|
-
# 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.
|
|
8548
8480
|
# Corresponds to the JSON property `zone`
|
|
8549
8481
|
# @return [String]
|
|
8550
8482
|
attr_accessor :zone
|
|
@@ -8746,9 +8678,8 @@ module Google
|
|
|
8746
8678
|
attr_accessor :name
|
|
8747
8679
|
|
|
8748
8680
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8749
|
-
#
|
|
8750
|
-
#
|
|
8751
|
-
# 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.
|
|
8752
8683
|
# Corresponds to the JSON property `projectId`
|
|
8753
8684
|
# @return [String]
|
|
8754
8685
|
attr_accessor :project_id
|
|
@@ -8759,10 +8690,9 @@ module Google
|
|
|
8759
8690
|
# @return [Google::Apis::ContainerV1::ClusterUpdate]
|
|
8760
8691
|
attr_accessor :update
|
|
8761
8692
|
|
|
8762
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8763
|
-
#
|
|
8764
|
-
#
|
|
8765
|
-
# 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.
|
|
8766
8696
|
# Corresponds to the JSON property `zone`
|
|
8767
8697
|
# @return [String]
|
|
8768
8698
|
attr_accessor :zone
|
|
@@ -8829,17 +8759,15 @@ module Google
|
|
|
8829
8759
|
attr_accessor :name
|
|
8830
8760
|
|
|
8831
8761
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
8832
|
-
#
|
|
8833
|
-
#
|
|
8834
|
-
# 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.
|
|
8835
8764
|
# Corresponds to the JSON property `projectId`
|
|
8836
8765
|
# @return [String]
|
|
8837
8766
|
attr_accessor :project_id
|
|
8838
8767
|
|
|
8839
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
8840
|
-
#
|
|
8841
|
-
#
|
|
8842
|
-
# 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.
|
|
8843
8771
|
# Corresponds to the JSON property `zone`
|
|
8844
8772
|
# @return [String]
|
|
8845
8773
|
attr_accessor :zone
|
|
@@ -8862,9 +8790,8 @@ module Google
|
|
|
8862
8790
|
class UpdateNodePoolRequest
|
|
8863
8791
|
include Google::Apis::Core::Hashable
|
|
8864
8792
|
|
|
8865
|
-
# A list of hardware accelerators to be attached to each node. See https
|
|
8866
|
-
#
|
|
8867
|
-
# 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.
|
|
8868
8795
|
# Corresponds to the JSON property `accelerators`
|
|
8869
8796
|
# @return [Array<Google::Apis::ContainerV1::AcceleratorConfig>]
|
|
8870
8797
|
attr_accessor :accelerators
|
|
@@ -8934,9 +8861,9 @@ module Google
|
|
|
8934
8861
|
# @return [Google::Apis::ContainerV1::VirtualNic]
|
|
8935
8862
|
attr_accessor :gvnic
|
|
8936
8863
|
|
|
8937
|
-
# Required. The desired image type for the node pool. Please see https
|
|
8938
|
-
#
|
|
8939
|
-
#
|
|
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.
|
|
8940
8867
|
# Corresponds to the JSON property `imageType`
|
|
8941
8868
|
# @return [String]
|
|
8942
8869
|
attr_accessor :image_type
|
|
@@ -8957,17 +8884,17 @@ module Google
|
|
|
8957
8884
|
# @return [Google::Apis::ContainerV1::LinuxNodeConfig]
|
|
8958
8885
|
attr_accessor :linux_node_config
|
|
8959
8886
|
|
|
8960
|
-
# The desired list of Google Compute Engine [zones](https
|
|
8961
|
-
#
|
|
8962
|
-
#
|
|
8963
|
-
#
|
|
8964
|
-
#
|
|
8965
|
-
#
|
|
8966
|
-
#
|
|
8967
|
-
#
|
|
8968
|
-
#
|
|
8969
|
-
#
|
|
8970
|
-
#
|
|
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.
|
|
8971
8898
|
# Corresponds to the JSON property `locations`
|
|
8972
8899
|
# @return [Array<String>]
|
|
8973
8900
|
attr_accessor :locations
|
|
@@ -8977,10 +8904,10 @@ module Google
|
|
|
8977
8904
|
# @return [Google::Apis::ContainerV1::NodePoolLoggingConfig]
|
|
8978
8905
|
attr_accessor :logging_config
|
|
8979
8906
|
|
|
8980
|
-
# Optional. The desired [Google Compute Engine machine type](https
|
|
8981
|
-
#
|
|
8982
|
-
#
|
|
8983
|
-
#
|
|
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.
|
|
8984
8911
|
# Corresponds to the JSON property `machineType`
|
|
8985
8912
|
# @return [String]
|
|
8986
8913
|
attr_accessor :machine_type
|
|
@@ -9020,9 +8947,8 @@ module Google
|
|
|
9020
8947
|
attr_accessor :node_version
|
|
9021
8948
|
|
|
9022
8949
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
9023
|
-
#
|
|
9024
|
-
#
|
|
9025
|
-
# 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.
|
|
9026
8952
|
# Corresponds to the JSON property `projectId`
|
|
9027
8953
|
# @return [String]
|
|
9028
8954
|
attr_accessor :project_id
|
|
@@ -9032,18 +8958,17 @@ module Google
|
|
|
9032
8958
|
# @return [Google::Apis::ContainerV1::QueuedProvisioning]
|
|
9033
8959
|
attr_accessor :queued_provisioning
|
|
9034
8960
|
|
|
9035
|
-
# Collection of [Resource Manager labels](https
|
|
9036
|
-
#
|
|
8961
|
+
# Collection of [Resource Manager labels](https://cloud.google.com/resource-
|
|
8962
|
+
# manager/docs/creating-managing-labels).
|
|
9037
8963
|
# Corresponds to the JSON property `resourceLabels`
|
|
9038
8964
|
# @return [Google::Apis::ContainerV1::ResourceLabels]
|
|
9039
8965
|
attr_accessor :resource_labels
|
|
9040
8966
|
|
|
9041
8967
|
# A map of resource manager tag keys and values to be attached to the nodes for
|
|
9042
8968
|
# managing Compute Engine firewalls using Network Firewall Policies. Tags must
|
|
9043
|
-
# be according to specifications in https
|
|
9044
|
-
#
|
|
9045
|
-
#
|
|
9046
|
-
# 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.
|
|
9047
8972
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
9048
8973
|
# @return [Google::Apis::ContainerV1::ResourceManagerTags]
|
|
9049
8974
|
attr_accessor :resource_manager_tags
|
|
@@ -9114,10 +9039,9 @@ module Google
|
|
|
9114
9039
|
# @return [Google::Apis::ContainerV1::WorkloadMetadataConfig]
|
|
9115
9040
|
attr_accessor :workload_metadata_config
|
|
9116
9041
|
|
|
9117
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
9118
|
-
#
|
|
9119
|
-
#
|
|
9120
|
-
# 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.
|
|
9121
9045
|
# Corresponds to the JSON property `zone`
|
|
9122
9046
|
# @return [String]
|
|
9123
9047
|
attr_accessor :zone
|