google-cloud-container-v1 1.8.0 → 1.9.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/lib/google/cloud/container/v1/cluster_manager/client.rb +110 -105
- data/lib/google/cloud/container/v1/cluster_manager/rest/client.rb +110 -105
- data/lib/google/cloud/container/v1/version.rb +1 -1
- data/lib/google/container/v1/cluster_service_pb.rb +15 -1
- data/proto_docs/google/container/v1/cluster_service.rb +573 -132
- metadata +1 -1
@@ -288,9 +288,9 @@ module Google
|
|
288
288
|
# This field has been deprecated and replaced by the parent field.
|
289
289
|
# @param zone [::String]
|
290
290
|
# Deprecated. The name of the Google Compute Engine
|
291
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
292
|
-
# cluster resides, or "-" for all zones. This field has been
|
293
|
-
# replaced by the parent field.
|
291
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
292
|
+
# in which the cluster resides, or "-" for all zones. This field has been
|
293
|
+
# deprecated and replaced by the parent field.
|
294
294
|
# @param parent [::String]
|
295
295
|
# The parent (project and location) where the clusters will be listed.
|
296
296
|
# Specified in the format `projects/*/locations/*`.
|
@@ -377,9 +377,9 @@ module Google
|
|
377
377
|
# This field has been deprecated and replaced by the name field.
|
378
378
|
# @param zone [::String]
|
379
379
|
# Deprecated. The name of the Google Compute Engine
|
380
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
381
|
-
# cluster resides. This field has been deprecated and replaced
|
382
|
-
# field.
|
380
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
381
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
382
|
+
# by the name field.
|
383
383
|
# @param cluster_id [::String]
|
384
384
|
# Deprecated. The name of the cluster to retrieve.
|
385
385
|
# This field has been deprecated and replaced by the name field.
|
@@ -481,9 +481,9 @@ module Google
|
|
481
481
|
# This field has been deprecated and replaced by the parent field.
|
482
482
|
# @param zone [::String]
|
483
483
|
# Deprecated. The name of the Google Compute Engine
|
484
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
485
|
-
# cluster resides. This field has been deprecated and replaced
|
486
|
-
# field.
|
484
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
485
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
486
|
+
# by the parent field.
|
487
487
|
# @param cluster [::Google::Cloud::Container::V1::Cluster, ::Hash]
|
488
488
|
# Required. A [cluster
|
489
489
|
# resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.locations.clusters)
|
@@ -572,9 +572,9 @@ module Google
|
|
572
572
|
# This field has been deprecated and replaced by the name field.
|
573
573
|
# @param zone [::String]
|
574
574
|
# Deprecated. The name of the Google Compute Engine
|
575
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
576
|
-
# cluster resides. This field has been deprecated and replaced
|
577
|
-
# field.
|
575
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
576
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
577
|
+
# by the name field.
|
578
578
|
# @param cluster_id [::String]
|
579
579
|
# Deprecated. The name of the cluster to upgrade.
|
580
580
|
# This field has been deprecated and replaced by the name field.
|
@@ -654,7 +654,7 @@ module Google
|
|
654
654
|
# @param options [::Gapic::CallOptions, ::Hash]
|
655
655
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
656
656
|
#
|
657
|
-
# @overload update_node_pool(project_id: nil, zone: nil, cluster_id: nil, node_pool_id: nil, node_version: nil, image_type: nil, name: nil, locations: nil, workload_metadata_config: nil, upgrade_settings: nil, tags: nil, taints: nil, labels: nil, linux_node_config: nil, kubelet_config: nil, node_network_config: nil, gcfs_config: nil, confidential_nodes: nil, gvnic: nil, etag: nil, fast_socket: nil, logging_config: nil, resource_labels: nil, windows_node_config: nil, accelerators: nil, machine_type: nil, disk_type: nil, disk_size_gb: nil, resource_manager_tags: nil, containerd_config: nil, queued_provisioning: nil, storage_pools: nil, max_run_duration: nil, flex_start: nil)
|
657
|
+
# @overload update_node_pool(project_id: nil, zone: nil, cluster_id: nil, node_pool_id: nil, node_version: nil, image_type: nil, name: nil, locations: nil, workload_metadata_config: nil, upgrade_settings: nil, tags: nil, taints: nil, labels: nil, linux_node_config: nil, kubelet_config: nil, node_network_config: nil, gcfs_config: nil, confidential_nodes: nil, gvnic: nil, etag: nil, fast_socket: nil, logging_config: nil, resource_labels: nil, windows_node_config: nil, accelerators: nil, machine_type: nil, disk_type: nil, disk_size_gb: nil, resource_manager_tags: nil, containerd_config: nil, queued_provisioning: nil, storage_pools: nil, max_run_duration: nil, flex_start: nil, boot_disk: nil)
|
658
658
|
# Pass arguments to `update_node_pool` via keyword arguments. Note that at
|
659
659
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
660
660
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -665,9 +665,9 @@ module Google
|
|
665
665
|
# This field has been deprecated and replaced by the name field.
|
666
666
|
# @param zone [::String]
|
667
667
|
# Deprecated. The name of the Google Compute Engine
|
668
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
669
|
-
# cluster resides. This field has been deprecated and replaced
|
670
|
-
# field.
|
668
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
669
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
670
|
+
# by the name field.
|
671
671
|
# @param cluster_id [::String]
|
672
672
|
# Deprecated. The name of the cluster to upgrade.
|
673
673
|
# This field has been deprecated and replaced by the name field.
|
@@ -688,18 +688,18 @@ module Google
|
|
688
688
|
# - "-": picks the Kubernetes master version
|
689
689
|
# @param image_type [::String]
|
690
690
|
# Required. The desired image type for the node pool. Please see
|
691
|
-
# https://cloud.google.com/kubernetes-engine/docs/concepts/node-images
|
692
|
-
# available image types.
|
691
|
+
# https://cloud.google.com/kubernetes-engine/docs/concepts/node-images
|
692
|
+
# for available image types.
|
693
693
|
# @param name [::String]
|
694
694
|
# The name (project, location, cluster, node pool) of the node pool to
|
695
695
|
# update. Specified in the format
|
696
696
|
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
697
697
|
# @param locations [::Array<::String>]
|
698
698
|
# The desired list of Google Compute Engine
|
699
|
-
# [zones](https://cloud.google.com/compute/docs/zones#available)
|
700
|
-
# node pool's nodes should be located. Changing the locations
|
701
|
-
# will result in nodes being either created or removed from
|
702
|
-
# depending on whether locations are being added or removed.
|
699
|
+
# [zones](https://cloud.google.com/compute/docs/zones#available)
|
700
|
+
# in which the node pool's nodes should be located. Changing the locations
|
701
|
+
# for a node pool will result in nodes being either created or removed from
|
702
|
+
# the node pool, depending on whether locations are being added or removed.
|
703
703
|
# @param workload_metadata_config [::Google::Cloud::Container::V1::WorkloadMetadataConfig, ::Hash]
|
704
704
|
# The desired workload metadata config for the node pool.
|
705
705
|
# @param upgrade_settings [::Google::Cloud::Container::V1::NodePool::UpgradeSettings, ::Hash]
|
@@ -744,13 +744,14 @@ module Google
|
|
744
744
|
# Parameters that can be configured on Windows nodes.
|
745
745
|
# @param accelerators [::Array<::Google::Cloud::Container::V1::AcceleratorConfig, ::Hash>]
|
746
746
|
# A list of hardware accelerators to be attached to each node.
|
747
|
-
# See
|
748
|
-
#
|
747
|
+
# See
|
748
|
+
# https://cloud.google.com/compute/docs/gpus
|
749
|
+
# for more information about support for GPUs.
|
749
750
|
# @param machine_type [::String]
|
750
751
|
# Optional. The desired [Google Compute Engine machine
|
751
|
-
# type](https://cloud.google.com/compute/docs/machine-types)
|
752
|
-
# node pool. Initiates an upgrade operation that migrates
|
753
|
-
# node pool to the specified machine type.
|
752
|
+
# type](https://cloud.google.com/compute/docs/machine-types)
|
753
|
+
# for nodes in the node pool. Initiates an upgrade operation that migrates
|
754
|
+
# the nodes in the node pool to the specified machine type.
|
754
755
|
# @param disk_type [::String]
|
755
756
|
# Optional. The desired disk type (e.g. 'pd-standard', 'pd-ssd' or
|
756
757
|
# 'pd-balanced') for nodes in the node pool.
|
@@ -779,6 +780,10 @@ module Google
|
|
779
780
|
# If unspecified, the nodes can exist indefinitely.
|
780
781
|
# @param flex_start [::Boolean]
|
781
782
|
# Flex Start flag for enabling Flex Start VM.
|
783
|
+
# @param boot_disk [::Google::Cloud::Container::V1::BootDisk, ::Hash]
|
784
|
+
# The desired boot disk config for nodes in the node pool.
|
785
|
+
# Initiates an upgrade operation that migrates the nodes in the
|
786
|
+
# node pool to the specified boot disk config.
|
782
787
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
783
788
|
# @yieldparam result [::Google::Cloud::Container::V1::Operation]
|
784
789
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -861,9 +866,9 @@ module Google
|
|
861
866
|
# This field has been deprecated and replaced by the name field.
|
862
867
|
# @param zone [::String]
|
863
868
|
# Deprecated. The name of the Google Compute Engine
|
864
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
865
|
-
# cluster resides. This field has been deprecated and replaced
|
866
|
-
# field.
|
869
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
870
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
871
|
+
# by the name field.
|
867
872
|
# @param cluster_id [::String]
|
868
873
|
# Deprecated. The name of the cluster to upgrade.
|
869
874
|
# This field has been deprecated and replaced by the name field.
|
@@ -958,9 +963,9 @@ module Google
|
|
958
963
|
# This field has been deprecated and replaced by the name field.
|
959
964
|
# @param zone [::String]
|
960
965
|
# Deprecated. The name of the Google Compute Engine
|
961
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
962
|
-
# cluster resides. This field has been deprecated and replaced
|
963
|
-
# field.
|
966
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
967
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
968
|
+
# by the name field.
|
964
969
|
# @param cluster_id [::String]
|
965
970
|
# Deprecated. The name of the cluster to upgrade.
|
966
971
|
# This field has been deprecated and replaced by the name field.
|
@@ -1061,9 +1066,9 @@ module Google
|
|
1061
1066
|
# This field has been deprecated and replaced by the name field.
|
1062
1067
|
# @param zone [::String]
|
1063
1068
|
# Deprecated. The name of the Google Compute Engine
|
1064
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1065
|
-
# cluster resides. This field has been deprecated and replaced
|
1066
|
-
# field.
|
1069
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1070
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
1071
|
+
# by the name field.
|
1067
1072
|
# @param cluster_id [::String]
|
1068
1073
|
# Deprecated. The name of the cluster to upgrade.
|
1069
1074
|
# This field has been deprecated and replaced by the name field.
|
@@ -1164,9 +1169,9 @@ module Google
|
|
1164
1169
|
# This field has been deprecated and replaced by the name field.
|
1165
1170
|
# @param zone [::String]
|
1166
1171
|
# Deprecated. The name of the Google Compute Engine
|
1167
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1168
|
-
# cluster resides. This field has been deprecated and replaced
|
1169
|
-
# field.
|
1172
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1173
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
1174
|
+
# by the name field.
|
1170
1175
|
# @param cluster_id [::String]
|
1171
1176
|
# Deprecated. The name of the cluster to upgrade.
|
1172
1177
|
# This field has been deprecated and replaced by the name field.
|
@@ -1261,18 +1266,18 @@ module Google
|
|
1261
1266
|
# This field has been deprecated and replaced by the name field.
|
1262
1267
|
# @param zone [::String]
|
1263
1268
|
# Deprecated. The name of the Google Compute Engine
|
1264
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1265
|
-
# cluster resides. This field has been deprecated and replaced
|
1266
|
-
# field.
|
1269
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1270
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
1271
|
+
# by the name field.
|
1267
1272
|
# @param cluster_id [::String]
|
1268
1273
|
# Deprecated. The name of the cluster to upgrade.
|
1269
1274
|
# This field has been deprecated and replaced by the name field.
|
1270
1275
|
# @param locations [::Array<::String>]
|
1271
1276
|
# Required. The desired list of Google Compute Engine
|
1272
|
-
# [zones](https://cloud.google.com/compute/docs/zones#available)
|
1273
|
-
# cluster's nodes should be located. Changing the locations a
|
1274
|
-
# will result in nodes being either created or removed from the
|
1275
|
-
# depending on whether locations are being added or removed.
|
1277
|
+
# [zones](https://cloud.google.com/compute/docs/zones#available)
|
1278
|
+
# in which the cluster's nodes should be located. Changing the locations a
|
1279
|
+
# cluster is in will result in nodes being either created or removed from the
|
1280
|
+
# cluster, depending on whether locations are being added or removed.
|
1276
1281
|
#
|
1277
1282
|
# This list must always include the cluster's primary zone.
|
1278
1283
|
# @param name [::String]
|
@@ -1360,9 +1365,9 @@ module Google
|
|
1360
1365
|
# This field has been deprecated and replaced by the name field.
|
1361
1366
|
# @param zone [::String]
|
1362
1367
|
# Deprecated. The name of the Google Compute Engine
|
1363
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1364
|
-
# cluster resides. This field has been deprecated and replaced
|
1365
|
-
# field.
|
1368
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1369
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
1370
|
+
# by the name field.
|
1366
1371
|
# @param cluster_id [::String]
|
1367
1372
|
# Deprecated. The name of the cluster to upgrade.
|
1368
1373
|
# This field has been deprecated and replaced by the name field.
|
@@ -1464,9 +1469,9 @@ module Google
|
|
1464
1469
|
# This field has been deprecated and replaced by the name field.
|
1465
1470
|
# @param zone [::String]
|
1466
1471
|
# Deprecated. The name of the Google Compute Engine
|
1467
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1468
|
-
# cluster resides. This field has been deprecated and replaced
|
1469
|
-
# field.
|
1472
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1473
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
1474
|
+
# by the name field.
|
1470
1475
|
# @param cluster_id [::String]
|
1471
1476
|
# Deprecated. The name of the cluster to upgrade.
|
1472
1477
|
# This field has been deprecated and replaced by the name field.
|
@@ -1567,9 +1572,9 @@ module Google
|
|
1567
1572
|
# This field has been deprecated and replaced by the name field.
|
1568
1573
|
# @param zone [::String]
|
1569
1574
|
# Deprecated. The name of the Google Compute Engine
|
1570
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1571
|
-
# cluster resides. This field has been deprecated and replaced
|
1572
|
-
# field.
|
1575
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1576
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
1577
|
+
# by the name field.
|
1573
1578
|
# @param cluster_id [::String]
|
1574
1579
|
# Deprecated. The name of the cluster to delete.
|
1575
1580
|
# This field has been deprecated and replaced by the name field.
|
@@ -1658,9 +1663,9 @@ module Google
|
|
1658
1663
|
# This field has been deprecated and replaced by the parent field.
|
1659
1664
|
# @param zone [::String]
|
1660
1665
|
# Deprecated. The name of the Google Compute Engine
|
1661
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1662
|
-
# operations for, or `-` for all zones. This field has been
|
1663
|
-
# replaced by the parent field.
|
1666
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1667
|
+
# to return operations for, or `-` for all zones. This field has been
|
1668
|
+
# deprecated and replaced by the parent field.
|
1664
1669
|
# @param parent [::String]
|
1665
1670
|
# The parent (project and location) where the operations will be listed.
|
1666
1671
|
# Specified in the format `projects/*/locations/*`.
|
@@ -1747,9 +1752,9 @@ module Google
|
|
1747
1752
|
# This field has been deprecated and replaced by the name field.
|
1748
1753
|
# @param zone [::String]
|
1749
1754
|
# Deprecated. The name of the Google Compute Engine
|
1750
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1751
|
-
# cluster resides. This field has been deprecated and replaced
|
1752
|
-
# field.
|
1755
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1756
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
1757
|
+
# by the name field.
|
1753
1758
|
# @param operation_id [::String]
|
1754
1759
|
# Deprecated. The server-assigned `name` of the operation.
|
1755
1760
|
# This field has been deprecated and replaced by the name field.
|
@@ -1838,9 +1843,9 @@ module Google
|
|
1838
1843
|
# This field has been deprecated and replaced by the name field.
|
1839
1844
|
# @param zone [::String]
|
1840
1845
|
# Deprecated. The name of the Google Compute Engine
|
1841
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1842
|
-
# operation resides. This field has been deprecated and replaced
|
1843
|
-
# field.
|
1846
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1847
|
+
# in which the operation resides. This field has been deprecated and replaced
|
1848
|
+
# by the name field.
|
1844
1849
|
# @param operation_id [::String]
|
1845
1850
|
# Deprecated. The server-assigned `name` of the operation.
|
1846
1851
|
# This field has been deprecated and replaced by the name field.
|
@@ -1929,9 +1934,9 @@ module Google
|
|
1929
1934
|
# This field has been deprecated and replaced by the name field.
|
1930
1935
|
# @param zone [::String]
|
1931
1936
|
# Deprecated. The name of the Google Compute Engine
|
1932
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1933
|
-
# operations for. This field has been deprecated and replaced by
|
1934
|
-
# field.
|
1937
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
1938
|
+
# to return operations for. This field has been deprecated and replaced by
|
1939
|
+
# the name field.
|
1935
1940
|
# @param name [::String]
|
1936
1941
|
# The name (project and location) of the server config to get,
|
1937
1942
|
# specified in the format `projects/*/locations/*`.
|
@@ -2097,9 +2102,9 @@ module Google
|
|
2097
2102
|
# This field has been deprecated and replaced by the parent field.
|
2098
2103
|
# @param zone [::String]
|
2099
2104
|
# Deprecated. The name of the Google Compute Engine
|
2100
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2101
|
-
# cluster resides. This field has been deprecated and replaced
|
2102
|
-
# field.
|
2105
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2106
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
2107
|
+
# by the parent field.
|
2103
2108
|
# @param cluster_id [::String]
|
2104
2109
|
# Deprecated. The name of the cluster.
|
2105
2110
|
# This field has been deprecated and replaced by the parent field.
|
@@ -2188,9 +2193,9 @@ module Google
|
|
2188
2193
|
# This field has been deprecated and replaced by the name field.
|
2189
2194
|
# @param zone [::String]
|
2190
2195
|
# Deprecated. The name of the Google Compute Engine
|
2191
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2192
|
-
# cluster resides. This field has been deprecated and replaced
|
2193
|
-
# field.
|
2196
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2197
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
2198
|
+
# by the name field.
|
2194
2199
|
# @param cluster_id [::String]
|
2195
2200
|
# Deprecated. The name of the cluster.
|
2196
2201
|
# This field has been deprecated and replaced by the name field.
|
@@ -2283,9 +2288,9 @@ module Google
|
|
2283
2288
|
# This field has been deprecated and replaced by the parent field.
|
2284
2289
|
# @param zone [::String]
|
2285
2290
|
# Deprecated. The name of the Google Compute Engine
|
2286
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2287
|
-
# cluster resides. This field has been deprecated and replaced
|
2288
|
-
# field.
|
2291
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2292
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
2293
|
+
# by the parent field.
|
2289
2294
|
# @param cluster_id [::String]
|
2290
2295
|
# Deprecated. The name of the cluster.
|
2291
2296
|
# This field has been deprecated and replaced by the parent field.
|
@@ -2377,9 +2382,9 @@ module Google
|
|
2377
2382
|
# This field has been deprecated and replaced by the name field.
|
2378
2383
|
# @param zone [::String]
|
2379
2384
|
# Deprecated. The name of the Google Compute Engine
|
2380
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2381
|
-
# cluster resides. This field has been deprecated and replaced
|
2382
|
-
# field.
|
2385
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2386
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
2387
|
+
# by the name field.
|
2383
2388
|
# @param cluster_id [::String]
|
2384
2389
|
# Deprecated. The name of the cluster.
|
2385
2390
|
# This field has been deprecated and replaced by the name field.
|
@@ -2554,9 +2559,9 @@ module Google
|
|
2554
2559
|
# This field has been deprecated and replaced by the name field.
|
2555
2560
|
# @param zone [::String]
|
2556
2561
|
# Deprecated. The name of the Google Compute Engine
|
2557
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2558
|
-
# cluster resides. This field has been deprecated and replaced
|
2559
|
-
# field.
|
2562
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2563
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
2564
|
+
# by the name field.
|
2560
2565
|
# @param cluster_id [::String]
|
2561
2566
|
# Deprecated. The name of the cluster to rollback.
|
2562
2567
|
# This field has been deprecated and replaced by the name field.
|
@@ -2652,9 +2657,9 @@ module Google
|
|
2652
2657
|
# This field has been deprecated and replaced by the name field.
|
2653
2658
|
# @param zone [::String]
|
2654
2659
|
# Deprecated. The name of the Google Compute Engine
|
2655
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2656
|
-
# cluster resides. This field has been deprecated and replaced
|
2657
|
-
# field.
|
2660
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2661
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
2662
|
+
# by the name field.
|
2658
2663
|
# @param cluster_id [::String]
|
2659
2664
|
# Deprecated. The name of the cluster to update.
|
2660
2665
|
# This field has been deprecated and replaced by the name field.
|
@@ -2749,9 +2754,9 @@ module Google
|
|
2749
2754
|
# This field has been deprecated and replaced by the name field.
|
2750
2755
|
# @param zone [::String]
|
2751
2756
|
# Deprecated. The name of the Google Compute Engine
|
2752
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2753
|
-
# cluster resides. This field has been deprecated and replaced
|
2754
|
-
# field.
|
2757
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2758
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
2759
|
+
# by the name field.
|
2755
2760
|
# @param cluster_id [::String]
|
2756
2761
|
# Deprecated. The name of the cluster.
|
2757
2762
|
# This field has been deprecated and replaced by the name field.
|
@@ -2849,9 +2854,9 @@ module Google
|
|
2849
2854
|
# This field has been deprecated and replaced by the name field.
|
2850
2855
|
# @param zone [::String]
|
2851
2856
|
# Deprecated. The name of the Google Compute Engine
|
2852
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2853
|
-
# cluster resides. This field has been deprecated and replaced
|
2854
|
-
# field.
|
2857
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2858
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
2859
|
+
# by the name field.
|
2855
2860
|
# @param cluster_id [::String]
|
2856
2861
|
# Deprecated. The name of the cluster to update.
|
2857
2862
|
# This field has been deprecated and replaced by the name field.
|
@@ -2942,9 +2947,9 @@ module Google
|
|
2942
2947
|
# This field has been deprecated and replaced by the name field.
|
2943
2948
|
# @param zone [::String]
|
2944
2949
|
# Deprecated. The name of the Google Compute Engine
|
2945
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2946
|
-
# cluster resides. This field has been deprecated and replaced
|
2947
|
-
# field.
|
2950
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
2951
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
2952
|
+
# by the name field.
|
2948
2953
|
# @param cluster_id [::String]
|
2949
2954
|
# Deprecated. The name of the cluster.
|
2950
2955
|
# This field has been deprecated and replaced by the name field.
|
@@ -3035,9 +3040,9 @@ module Google
|
|
3035
3040
|
# This field has been deprecated and replaced by the name field.
|
3036
3041
|
# @param zone [::String]
|
3037
3042
|
# Deprecated. The name of the Google Compute Engine
|
3038
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
3039
|
-
# cluster resides. This field has been deprecated and replaced
|
3040
|
-
# field.
|
3043
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
3044
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
3045
|
+
# by the name field.
|
3041
3046
|
# @param cluster_id [::String]
|
3042
3047
|
# Deprecated. The name of the cluster.
|
3043
3048
|
# This field has been deprecated and replaced by the name field.
|
@@ -3128,9 +3133,9 @@ module Google
|
|
3128
3133
|
# This field has been deprecated and replaced by the name field.
|
3129
3134
|
# @param zone [::String]
|
3130
3135
|
# Deprecated. The name of the Google Compute Engine
|
3131
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
3132
|
-
# cluster resides. This field has been deprecated and replaced
|
3133
|
-
# field.
|
3136
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
3137
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
3138
|
+
# by the name field.
|
3134
3139
|
# @param cluster_id [::String]
|
3135
3140
|
# Deprecated. The name of the cluster to update.
|
3136
3141
|
# This field has been deprecated and replaced by the name field.
|
@@ -3225,9 +3230,9 @@ module Google
|
|
3225
3230
|
# This field has been deprecated and replaced by the name field.
|
3226
3231
|
# @param zone [::String]
|
3227
3232
|
# Deprecated. The name of the Google Compute Engine
|
3228
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
3229
|
-
# cluster resides. This field has been deprecated and replaced
|
3230
|
-
# field.
|
3233
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
3234
|
+
# in which the cluster resides. This field has been deprecated and replaced
|
3235
|
+
# by the name field.
|
3231
3236
|
# @param cluster_id [::String]
|
3232
3237
|
# Deprecated. The name of the cluster.
|
3233
3238
|
# This field has been deprecated and replaced by the name field.
|
@@ -3317,8 +3322,8 @@ module Google
|
|
3317
3322
|
# number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
|
3318
3323
|
# @param zone [::String]
|
3319
3324
|
# Required. The name of the Google Compute Engine
|
3320
|
-
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
3321
|
-
# cluster resides.
|
3325
|
+
# [zone](https://cloud.google.com/compute/docs/zones#available)
|
3326
|
+
# in which the cluster resides.
|
3322
3327
|
# @param cluster_id [::String]
|
3323
3328
|
# Required. The name of the cluster to update.
|
3324
3329
|
# @param maintenance_policy [::Google::Cloud::Container::V1::MaintenancePolicy, ::Hash]
|