google-cloud-container 0.10.1 → 0.11.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 +32 -32
- data/lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb +35 -35
- data/lib/google/cloud/container/v1beta1/cluster_manager_client.rb +33 -33
- data/lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb +37 -37
- data/lib/google/cloud/container/version.rb +1 -1
- data/lib/google/container/v1/cluster_service_pb.rb +97 -94
- data/lib/google/container/v1/cluster_service_services_pb.rb +103 -100
- data/lib/google/container/v1beta1/cluster_service_pb.rb +108 -105
- data/lib/google/container/v1beta1/cluster_service_services_pb.rb +105 -102
- metadata +2 -2
@@ -454,7 +454,7 @@ module Google
|
|
454
454
|
# This field has been deprecated and replaced by the parent field.
|
455
455
|
# @param parent [String]
|
456
456
|
# The parent (project and location) where the clusters will be listed.
|
457
|
-
# Specified in the format
|
457
|
+
# Specified in the format `projects/*/locations/*`.
|
458
458
|
# Location "-" matches all zones and all regions.
|
459
459
|
# @param options [Google::Gax::CallOptions]
|
460
460
|
# Overrides the default settings for this call, e.g, timeout,
|
@@ -507,7 +507,7 @@ module Google
|
|
507
507
|
# This field has been deprecated and replaced by the name field.
|
508
508
|
# @param name [String]
|
509
509
|
# The name (project, location, cluster) of the cluster to retrieve.
|
510
|
-
# Specified in the format
|
510
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
511
511
|
# @param options [Google::Gax::CallOptions]
|
512
512
|
# Overrides the default settings for this call, e.g, timeout,
|
513
513
|
# retries, etc.
|
@@ -573,12 +573,12 @@ module Google
|
|
573
573
|
# This field has been deprecated and replaced by the parent field.
|
574
574
|
# @param cluster [Google::Container::V1beta1::Cluster | Hash]
|
575
575
|
# Required. A [cluster
|
576
|
-
# resource](/container-engine/reference/rest/v1beta1/projects.zones.clusters)
|
576
|
+
# resource](https://cloud.google.com/container-engine/reference/rest/v1beta1/projects.zones.clusters)
|
577
577
|
# A hash of the same form as `Google::Container::V1beta1::Cluster`
|
578
578
|
# can also be provided.
|
579
579
|
# @param parent [String]
|
580
580
|
# The parent (project and location) where the cluster will be created.
|
581
|
-
# Specified in the format
|
581
|
+
# Specified in the format `projects/*/locations/*`.
|
582
582
|
# @param options [Google::Gax::CallOptions]
|
583
583
|
# Overrides the default settings for this call, e.g, timeout,
|
584
584
|
# retries, etc.
|
@@ -639,7 +639,7 @@ module Google
|
|
639
639
|
# can also be provided.
|
640
640
|
# @param name [String]
|
641
641
|
# The name (project, location, cluster) of the cluster to update.
|
642
|
-
# Specified in the format
|
642
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
643
643
|
# @param options [Google::Gax::CallOptions]
|
644
644
|
# Overrides the default settings for this call, e.g, timeout,
|
645
645
|
# retries, etc.
|
@@ -723,7 +723,7 @@ module Google
|
|
723
723
|
# @param name [String]
|
724
724
|
# The name (project, location, cluster, node pool) of the node pool to
|
725
725
|
# update. Specified in the format
|
726
|
-
#
|
726
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
727
727
|
# @param options [Google::Gax::CallOptions]
|
728
728
|
# Overrides the default settings for this call, e.g, timeout,
|
729
729
|
# retries, etc.
|
@@ -805,7 +805,7 @@ module Google
|
|
805
805
|
# @param name [String]
|
806
806
|
# The name (project, location, cluster, node pool) of the node pool to set
|
807
807
|
# autoscaler settings. Specified in the format
|
808
|
-
#
|
808
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
809
809
|
# @param options [Google::Gax::CallOptions]
|
810
810
|
# Overrides the default settings for this call, e.g, timeout,
|
811
811
|
# retries, etc.
|
@@ -878,7 +878,7 @@ module Google
|
|
878
878
|
# * "none" - no metrics will be exported from the cluster
|
879
879
|
# @param name [String]
|
880
880
|
# The name (project, location, cluster) of the cluster to set logging.
|
881
|
-
# Specified in the format
|
881
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
882
882
|
# @param options [Google::Gax::CallOptions]
|
883
883
|
# Overrides the default settings for this call, e.g, timeout,
|
884
884
|
# retries, etc.
|
@@ -946,7 +946,7 @@ module Google
|
|
946
946
|
# * "none" - no metrics will be exported from the cluster
|
947
947
|
# @param name [String]
|
948
948
|
# The name (project, location, cluster) of the cluster to set monitoring.
|
949
|
-
# Specified in the format
|
949
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
950
950
|
# @param options [Google::Gax::CallOptions]
|
951
951
|
# Overrides the default settings for this call, e.g, timeout,
|
952
952
|
# retries, etc.
|
@@ -1013,7 +1013,7 @@ module Google
|
|
1013
1013
|
# can also be provided.
|
1014
1014
|
# @param name [String]
|
1015
1015
|
# The name (project, location, cluster) of the cluster to set addons.
|
1016
|
-
# Specified in the format
|
1016
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1017
1017
|
# @param options [Google::Gax::CallOptions]
|
1018
1018
|
# Overrides the default settings for this call, e.g, timeout,
|
1019
1019
|
# retries, etc.
|
@@ -1083,7 +1083,7 @@ module Google
|
|
1083
1083
|
# This list must always include the cluster's primary zone.
|
1084
1084
|
# @param name [String]
|
1085
1085
|
# The name (project, location, cluster) of the cluster to set locations.
|
1086
|
-
# Specified in the format
|
1086
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1087
1087
|
# @param options [Google::Gax::CallOptions]
|
1088
1088
|
# Overrides the default settings for this call, e.g, timeout,
|
1089
1089
|
# retries, etc.
|
@@ -1156,7 +1156,7 @@ module Google
|
|
1156
1156
|
# * "-": picks the default Kubernetes version
|
1157
1157
|
# @param name [String]
|
1158
1158
|
# The name (project, location, cluster) of the cluster to update.
|
1159
|
-
# Specified in the format
|
1159
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1160
1160
|
# @param options [Google::Gax::CallOptions]
|
1161
1161
|
# Overrides the default settings for this call, e.g, timeout,
|
1162
1162
|
# retries, etc.
|
@@ -1226,7 +1226,7 @@ module Google
|
|
1226
1226
|
# can also be provided.
|
1227
1227
|
# @param name [String]
|
1228
1228
|
# The name (project, location, cluster) of the cluster to set auth.
|
1229
|
-
# Specified in the format
|
1229
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1230
1230
|
# @param options [Google::Gax::CallOptions]
|
1231
1231
|
# Overrides the default settings for this call, e.g, timeout,
|
1232
1232
|
# retries, etc.
|
@@ -1301,7 +1301,7 @@ module Google
|
|
1301
1301
|
# This field has been deprecated and replaced by the name field.
|
1302
1302
|
# @param name [String]
|
1303
1303
|
# The name (project, location, cluster) of the cluster to delete.
|
1304
|
-
# Specified in the format
|
1304
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1305
1305
|
# @param options [Google::Gax::CallOptions]
|
1306
1306
|
# Overrides the default settings for this call, e.g, timeout,
|
1307
1307
|
# retries, etc.
|
@@ -1354,7 +1354,7 @@ module Google
|
|
1354
1354
|
# all zones. This field has been deprecated and replaced by the parent field.
|
1355
1355
|
# @param parent [String]
|
1356
1356
|
# The parent (project and location) where the operations will be listed.
|
1357
|
-
# Specified in the format
|
1357
|
+
# Specified in the format `projects/*/locations/*`.
|
1358
1358
|
# Location "-" matches all zones and all regions.
|
1359
1359
|
# @param options [Google::Gax::CallOptions]
|
1360
1360
|
# Overrides the default settings for this call, e.g, timeout,
|
@@ -1407,7 +1407,7 @@ module Google
|
|
1407
1407
|
# This field has been deprecated and replaced by the name field.
|
1408
1408
|
# @param name [String]
|
1409
1409
|
# The name (project, location, operation id) of the operation to get.
|
1410
|
-
# Specified in the format
|
1410
|
+
# Specified in the format `projects/*/locations/*/operations/*`.
|
1411
1411
|
# @param options [Google::Gax::CallOptions]
|
1412
1412
|
# Overrides the default settings for this call, e.g, timeout,
|
1413
1413
|
# retries, etc.
|
@@ -1463,7 +1463,7 @@ module Google
|
|
1463
1463
|
# This field has been deprecated and replaced by the name field.
|
1464
1464
|
# @param name [String]
|
1465
1465
|
# The name (project, location, operation id) of the operation to cancel.
|
1466
|
-
# Specified in the format
|
1466
|
+
# Specified in the format `projects/*/locations/*/operations/*`.
|
1467
1467
|
# @param options [Google::Gax::CallOptions]
|
1468
1468
|
# Overrides the default settings for this call, e.g, timeout,
|
1469
1469
|
# retries, etc.
|
@@ -1516,7 +1516,7 @@ module Google
|
|
1516
1516
|
# This field has been deprecated and replaced by the name field.
|
1517
1517
|
# @param name [String]
|
1518
1518
|
# The name (project and location) of the server config to get,
|
1519
|
-
# specified in the format
|
1519
|
+
# specified in the format `projects/*/locations/*`.
|
1520
1520
|
# @param options [Google::Gax::CallOptions]
|
1521
1521
|
# Overrides the default settings for this call, e.g, timeout,
|
1522
1522
|
# retries, etc.
|
@@ -1568,7 +1568,7 @@ module Google
|
|
1568
1568
|
# This field has been deprecated and replaced by the parent field.
|
1569
1569
|
# @param parent [String]
|
1570
1570
|
# The parent (project, location, cluster id) where the node pools will be
|
1571
|
-
# listed. Specified in the format
|
1571
|
+
# listed. Specified in the format `projects/*/locations/*/clusters/*`.
|
1572
1572
|
# @param options [Google::Gax::CallOptions]
|
1573
1573
|
# Overrides the default settings for this call, e.g, timeout,
|
1574
1574
|
# retries, etc.
|
@@ -1629,7 +1629,7 @@ module Google
|
|
1629
1629
|
# @param name [String]
|
1630
1630
|
# The name (project, location, cluster, node pool id) of the node pool to
|
1631
1631
|
# get. Specified in the format
|
1632
|
-
#
|
1632
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1633
1633
|
# @param options [Google::Gax::CallOptions]
|
1634
1634
|
# Overrides the default settings for this call, e.g, timeout,
|
1635
1635
|
# retries, etc.
|
@@ -1696,7 +1696,7 @@ module Google
|
|
1696
1696
|
# @param parent [String]
|
1697
1697
|
# The parent (project, location, cluster id) where the node pool will be
|
1698
1698
|
# created. Specified in the format
|
1699
|
-
#
|
1699
|
+
# `projects/*/locations/*/clusters/*`.
|
1700
1700
|
# @param options [Google::Gax::CallOptions]
|
1701
1701
|
# Overrides the default settings for this call, e.g, timeout,
|
1702
1702
|
# retries, etc.
|
@@ -1762,7 +1762,7 @@ module Google
|
|
1762
1762
|
# @param name [String]
|
1763
1763
|
# The name (project, location, cluster, node pool id) of the node pool to
|
1764
1764
|
# delete. Specified in the format
|
1765
|
-
#
|
1765
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1766
1766
|
# @param options [Google::Gax::CallOptions]
|
1767
1767
|
# Overrides the default settings for this call, e.g, timeout,
|
1768
1768
|
# retries, etc.
|
@@ -1829,7 +1829,7 @@ module Google
|
|
1829
1829
|
# @param name [String]
|
1830
1830
|
# The name (project, location, cluster, node pool id) of the node poll to
|
1831
1831
|
# rollback upgrade.
|
1832
|
-
# Specified in the format
|
1832
|
+
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
1833
1833
|
# @param options [Google::Gax::CallOptions]
|
1834
1834
|
# Overrides the default settings for this call, e.g, timeout,
|
1835
1835
|
# retries, etc.
|
@@ -1899,7 +1899,7 @@ module Google
|
|
1899
1899
|
# @param name [String]
|
1900
1900
|
# The name (project, location, cluster, node pool id) of the node pool to set
|
1901
1901
|
# management properties. Specified in the format
|
1902
|
-
#
|
1902
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1903
1903
|
# @param options [Google::Gax::CallOptions]
|
1904
1904
|
# Overrides the default settings for this call, e.g, timeout,
|
1905
1905
|
# retries, etc.
|
@@ -1975,7 +1975,7 @@ module Google
|
|
1975
1975
|
# resource to get the latest fingerprint.
|
1976
1976
|
# @param name [String]
|
1977
1977
|
# The name (project, location, cluster id) of the cluster to set labels.
|
1978
|
-
# Specified in the format
|
1978
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1979
1979
|
# @param options [Google::Gax::CallOptions]
|
1980
1980
|
# Overrides the default settings for this call, e.g, timeout,
|
1981
1981
|
# retries, etc.
|
@@ -2044,7 +2044,7 @@ module Google
|
|
2044
2044
|
# Required. Whether ABAC authorization will be enabled in the cluster.
|
2045
2045
|
# @param name [String]
|
2046
2046
|
# The name (project, location, cluster id) of the cluster to set legacy abac.
|
2047
|
-
# Specified in the format
|
2047
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
2048
2048
|
# @param options [Google::Gax::CallOptions]
|
2049
2049
|
# Overrides the default settings for this call, e.g, timeout,
|
2050
2050
|
# retries, etc.
|
@@ -2106,7 +2106,7 @@ module Google
|
|
2106
2106
|
# This field has been deprecated and replaced by the name field.
|
2107
2107
|
# @param name [String]
|
2108
2108
|
# The name (project, location, cluster id) of the cluster to start IP
|
2109
|
-
# rotation. Specified in the format
|
2109
|
+
# rotation. Specified in the format `projects/*/locations/*/clusters/*`.
|
2110
2110
|
# @param rotate_credentials [true, false]
|
2111
2111
|
# Whether to rotate credentials during IP rotation.
|
2112
2112
|
# @param options [Google::Gax::CallOptions]
|
@@ -2167,7 +2167,7 @@ module Google
|
|
2167
2167
|
# This field has been deprecated and replaced by the name field.
|
2168
2168
|
# @param name [String]
|
2169
2169
|
# The name (project, location, cluster id) of the cluster to complete IP
|
2170
|
-
# rotation. Specified in the format
|
2170
|
+
# rotation. Specified in the format `projects/*/locations/*/clusters/*`.
|
2171
2171
|
# @param options [Google::Gax::CallOptions]
|
2172
2172
|
# Overrides the default settings for this call, e.g, timeout,
|
2173
2173
|
# retries, etc.
|
@@ -2230,7 +2230,7 @@ module Google
|
|
2230
2230
|
# @param name [String]
|
2231
2231
|
# The name (project, location, cluster, node pool id) of the node pool to set
|
2232
2232
|
# size.
|
2233
|
-
# Specified in the format
|
2233
|
+
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
2234
2234
|
# @param options [Google::Gax::CallOptions]
|
2235
2235
|
# Overrides the default settings for this call, e.g, timeout,
|
2236
2236
|
# retries, etc.
|
@@ -2301,7 +2301,7 @@ module Google
|
|
2301
2301
|
# can also be provided.
|
2302
2302
|
# @param name [String]
|
2303
2303
|
# The name (project, location, cluster id) of the cluster to set networking
|
2304
|
-
# policy. Specified in the format
|
2304
|
+
# policy. Specified in the format `projects/*/locations/*/clusters/*`.
|
2305
2305
|
# @param options [Google::Gax::CallOptions]
|
2306
2306
|
# Overrides the default settings for this call, e.g, timeout,
|
2307
2307
|
# retries, etc.
|
@@ -2366,7 +2366,7 @@ module Google
|
|
2366
2366
|
# @param name [String]
|
2367
2367
|
# The name (project, location, cluster id) of the cluster to set maintenance
|
2368
2368
|
# policy.
|
2369
|
-
# Specified in the format
|
2369
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
2370
2370
|
# @param options [Google::Gax::CallOptions]
|
2371
2371
|
# Overrides the default settings for this call, e.g, timeout,
|
2372
2372
|
# retries, etc.
|
@@ -2416,7 +2416,7 @@ module Google
|
|
2416
2416
|
#
|
2417
2417
|
# @param parent [String]
|
2418
2418
|
# Required. The parent project where subnetworks are usable.
|
2419
|
-
# Specified in the format
|
2419
|
+
# Specified in the format `projects/*`.
|
2420
2420
|
# @param filter [String]
|
2421
2421
|
# Filtering currently only supports equality on the networkProjectId and must
|
2422
2422
|
# be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId`
|
@@ -2480,7 +2480,7 @@ module Google
|
|
2480
2480
|
#
|
2481
2481
|
# @param parent [String]
|
2482
2482
|
# Required. Contains the name of the resource requested.
|
2483
|
-
# Specified in the format
|
2483
|
+
# Specified in the format `projects/*`.
|
2484
2484
|
# @param options [Google::Gax::CallOptions]
|
2485
2485
|
# Overrides the default settings for this call, e.g, timeout,
|
2486
2486
|
# retries, etc.
|
@@ -20,7 +20,7 @@ module Google
|
|
20
20
|
# @!attribute [rw] machine_type
|
21
21
|
# @return [String]
|
22
22
|
# The name of a Google Compute Engine [machine
|
23
|
-
# type](/compute/docs/machine-types) (e.g.
|
23
|
+
# type](https://cloud.google.com/compute/docs/machine-types) (e.g.
|
24
24
|
# `n1-standard-1`).
|
25
25
|
#
|
26
26
|
# If unspecified, the default machine type is
|
@@ -1125,11 +1125,11 @@ module Google
|
|
1125
1125
|
# @!attribute [rw] cluster
|
1126
1126
|
# @return [Google::Container::V1beta1::Cluster]
|
1127
1127
|
# Required. A [cluster
|
1128
|
-
# resource](/container-engine/reference/rest/v1beta1/projects.zones.clusters)
|
1128
|
+
# resource](https://cloud.google.com/container-engine/reference/rest/v1beta1/projects.zones.clusters)
|
1129
1129
|
# @!attribute [rw] parent
|
1130
1130
|
# @return [String]
|
1131
1131
|
# The parent (project and location) where the cluster will be created.
|
1132
|
-
# Specified in the format
|
1132
|
+
# Specified in the format `projects/*/locations/*`.
|
1133
1133
|
class CreateClusterRequest; end
|
1134
1134
|
|
1135
1135
|
# GetClusterRequest gets the settings of a cluster.
|
@@ -1151,7 +1151,7 @@ module Google
|
|
1151
1151
|
# @!attribute [rw] name
|
1152
1152
|
# @return [String]
|
1153
1153
|
# The name (project, location, cluster) of the cluster to retrieve.
|
1154
|
-
# Specified in the format
|
1154
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1155
1155
|
class GetClusterRequest; end
|
1156
1156
|
|
1157
1157
|
# UpdateClusterRequest updates the settings of a cluster.
|
@@ -1176,7 +1176,7 @@ module Google
|
|
1176
1176
|
# @!attribute [rw] name
|
1177
1177
|
# @return [String]
|
1178
1178
|
# The name (project, location, cluster) of the cluster to update.
|
1179
|
-
# Specified in the format
|
1179
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1180
1180
|
class UpdateClusterRequest; end
|
1181
1181
|
|
1182
1182
|
# SetNodePoolVersionRequest updates the version of a node pool.
|
@@ -1222,7 +1222,7 @@ module Google
|
|
1222
1222
|
# @return [String]
|
1223
1223
|
# The name (project, location, cluster, node pool) of the node pool to
|
1224
1224
|
# update. Specified in the format
|
1225
|
-
#
|
1225
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1226
1226
|
class UpdateNodePoolRequest; end
|
1227
1227
|
|
1228
1228
|
# SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
|
@@ -1252,7 +1252,7 @@ module Google
|
|
1252
1252
|
# @return [String]
|
1253
1253
|
# The name (project, location, cluster, node pool) of the node pool to set
|
1254
1254
|
# autoscaler settings. Specified in the format
|
1255
|
-
#
|
1255
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1256
1256
|
class SetNodePoolAutoscalingRequest; end
|
1257
1257
|
|
1258
1258
|
# SetLoggingServiceRequest sets the logging service of a cluster.
|
@@ -1281,7 +1281,7 @@ module Google
|
|
1281
1281
|
# @!attribute [rw] name
|
1282
1282
|
# @return [String]
|
1283
1283
|
# The name (project, location, cluster) of the cluster to set logging.
|
1284
|
-
# Specified in the format
|
1284
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1285
1285
|
class SetLoggingServiceRequest; end
|
1286
1286
|
|
1287
1287
|
# SetMonitoringServiceRequest sets the monitoring service of a cluster.
|
@@ -1310,7 +1310,7 @@ module Google
|
|
1310
1310
|
# @!attribute [rw] name
|
1311
1311
|
# @return [String]
|
1312
1312
|
# The name (project, location, cluster) of the cluster to set monitoring.
|
1313
|
-
# Specified in the format
|
1313
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1314
1314
|
class SetMonitoringServiceRequest; end
|
1315
1315
|
|
1316
1316
|
# SetAddonsRequest sets the addons associated with the cluster.
|
@@ -1336,7 +1336,7 @@ module Google
|
|
1336
1336
|
# @!attribute [rw] name
|
1337
1337
|
# @return [String]
|
1338
1338
|
# The name (project, location, cluster) of the cluster to set addons.
|
1339
|
-
# Specified in the format
|
1339
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1340
1340
|
class SetAddonsConfigRequest; end
|
1341
1341
|
|
1342
1342
|
# SetLocationsRequest sets the locations of the cluster.
|
@@ -1367,7 +1367,7 @@ module Google
|
|
1367
1367
|
# @!attribute [rw] name
|
1368
1368
|
# @return [String]
|
1369
1369
|
# The name (project, location, cluster) of the cluster to set locations.
|
1370
|
-
# Specified in the format
|
1370
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1371
1371
|
class SetLocationsRequest; end
|
1372
1372
|
|
1373
1373
|
# UpdateMasterRequest updates the master of the cluster.
|
@@ -1401,7 +1401,7 @@ module Google
|
|
1401
1401
|
# @!attribute [rw] name
|
1402
1402
|
# @return [String]
|
1403
1403
|
# The name (project, location, cluster) of the cluster to update.
|
1404
|
-
# Specified in the format
|
1404
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1405
1405
|
class UpdateMasterRequest; end
|
1406
1406
|
|
1407
1407
|
# SetMasterAuthRequest updates the admin password of a cluster.
|
@@ -1429,7 +1429,7 @@ module Google
|
|
1429
1429
|
# @!attribute [rw] name
|
1430
1430
|
# @return [String]
|
1431
1431
|
# The name (project, location, cluster) of the cluster to set auth.
|
1432
|
-
# Specified in the format
|
1432
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1433
1433
|
class SetMasterAuthRequest
|
1434
1434
|
# Operation type: what type update to perform.
|
1435
1435
|
module Action
|
@@ -1469,7 +1469,7 @@ module Google
|
|
1469
1469
|
# @!attribute [rw] name
|
1470
1470
|
# @return [String]
|
1471
1471
|
# The name (project, location, cluster) of the cluster to delete.
|
1472
|
-
# Specified in the format
|
1472
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1473
1473
|
class DeleteClusterRequest; end
|
1474
1474
|
|
1475
1475
|
# ListClustersRequest lists clusters.
|
@@ -1487,7 +1487,7 @@ module Google
|
|
1487
1487
|
# @!attribute [rw] parent
|
1488
1488
|
# @return [String]
|
1489
1489
|
# The parent (project and location) where the clusters will be listed.
|
1490
|
-
# Specified in the format
|
1490
|
+
# Specified in the format `projects/*/locations/*`.
|
1491
1491
|
# Location "-" matches all zones and all regions.
|
1492
1492
|
class ListClustersRequest; end
|
1493
1493
|
|
@@ -1521,7 +1521,7 @@ module Google
|
|
1521
1521
|
# @!attribute [rw] name
|
1522
1522
|
# @return [String]
|
1523
1523
|
# The name (project, location, operation id) of the operation to get.
|
1524
|
-
# Specified in the format
|
1524
|
+
# Specified in the format `projects/*/locations/*/operations/*`.
|
1525
1525
|
class GetOperationRequest; end
|
1526
1526
|
|
1527
1527
|
# ListOperationsRequest lists operations.
|
@@ -1538,7 +1538,7 @@ module Google
|
|
1538
1538
|
# @!attribute [rw] parent
|
1539
1539
|
# @return [String]
|
1540
1540
|
# The parent (project and location) where the operations will be listed.
|
1541
|
-
# Specified in the format
|
1541
|
+
# Specified in the format `projects/*/locations/*`.
|
1542
1542
|
# Location "-" matches all zones and all regions.
|
1543
1543
|
class ListOperationsRequest; end
|
1544
1544
|
|
@@ -1560,7 +1560,7 @@ module Google
|
|
1560
1560
|
# @!attribute [rw] name
|
1561
1561
|
# @return [String]
|
1562
1562
|
# The name (project, location, operation id) of the operation to cancel.
|
1563
|
-
# Specified in the format
|
1563
|
+
# Specified in the format `projects/*/locations/*/operations/*`.
|
1564
1564
|
class CancelOperationRequest; end
|
1565
1565
|
|
1566
1566
|
# ListOperationsResponse is the result of ListOperationsRequest.
|
@@ -1587,7 +1587,7 @@ module Google
|
|
1587
1587
|
# @!attribute [rw] name
|
1588
1588
|
# @return [String]
|
1589
1589
|
# The name (project and location) of the server config to get,
|
1590
|
-
# specified in the format
|
1590
|
+
# specified in the format `projects/*/locations/*`.
|
1591
1591
|
class GetServerConfigRequest; end
|
1592
1592
|
|
1593
1593
|
# Kubernetes Engine service configuration.
|
@@ -1631,7 +1631,7 @@ module Google
|
|
1631
1631
|
# @return [String]
|
1632
1632
|
# The parent (project, location, cluster id) where the node pool will be
|
1633
1633
|
# created. Specified in the format
|
1634
|
-
#
|
1634
|
+
# `projects/*/locations/*/clusters/*`.
|
1635
1635
|
class CreateNodePoolRequest; end
|
1636
1636
|
|
1637
1637
|
# DeleteNodePoolRequest deletes a node pool for a cluster.
|
@@ -1658,7 +1658,7 @@ module Google
|
|
1658
1658
|
# @return [String]
|
1659
1659
|
# The name (project, location, cluster, node pool id) of the node pool to
|
1660
1660
|
# delete. Specified in the format
|
1661
|
-
#
|
1661
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1662
1662
|
class DeleteNodePoolRequest; end
|
1663
1663
|
|
1664
1664
|
# ListNodePoolsRequest lists the node pool(s) for a cluster.
|
@@ -1680,7 +1680,7 @@ module Google
|
|
1680
1680
|
# @!attribute [rw] parent
|
1681
1681
|
# @return [String]
|
1682
1682
|
# The parent (project, location, cluster id) where the node pools will be
|
1683
|
-
# listed. Specified in the format
|
1683
|
+
# listed. Specified in the format `projects/*/locations/*/clusters/*`.
|
1684
1684
|
class ListNodePoolsRequest; end
|
1685
1685
|
|
1686
1686
|
# GetNodePoolRequest retrieves a node pool for a cluster.
|
@@ -1707,7 +1707,7 @@ module Google
|
|
1707
1707
|
# @return [String]
|
1708
1708
|
# The name (project, location, cluster, node pool id) of the node pool to
|
1709
1709
|
# get. Specified in the format
|
1710
|
-
#
|
1710
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1711
1711
|
class GetNodePoolRequest; end
|
1712
1712
|
|
1713
1713
|
# NodePool contains the name and configuration for a cluster's node pool.
|
@@ -1737,7 +1737,7 @@ module Google
|
|
1737
1737
|
# @!attribute [rw] instance_group_urls
|
1738
1738
|
# @return [Array<String>]
|
1739
1739
|
# [Output only] The resource URLs of the [managed instance
|
1740
|
-
# groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
|
1740
|
+
# groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
|
1741
1741
|
# associated with this node pool.
|
1742
1742
|
# @!attribute [rw] status
|
1743
1743
|
# @return [Google::Container::V1beta1::NodePool::Status]
|
@@ -1934,7 +1934,7 @@ module Google
|
|
1934
1934
|
# @return [String]
|
1935
1935
|
# The name (project, location, cluster, node pool id) of the node pool to set
|
1936
1936
|
# management properties. Specified in the format
|
1937
|
-
#
|
1937
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1938
1938
|
class SetNodePoolManagementRequest; end
|
1939
1939
|
|
1940
1940
|
# SetNodePoolSizeRequest sets the size a node
|
@@ -1965,7 +1965,7 @@ module Google
|
|
1965
1965
|
# @return [String]
|
1966
1966
|
# The name (project, location, cluster, node pool id) of the node pool to set
|
1967
1967
|
# size.
|
1968
|
-
# Specified in the format
|
1968
|
+
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
1969
1969
|
class SetNodePoolSizeRequest; end
|
1970
1970
|
|
1971
1971
|
# RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed
|
@@ -1994,7 +1994,7 @@ module Google
|
|
1994
1994
|
# @return [String]
|
1995
1995
|
# The name (project, location, cluster, node pool id) of the node poll to
|
1996
1996
|
# rollback upgrade.
|
1997
|
-
# Specified in the format
|
1997
|
+
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
1998
1998
|
class RollbackNodePoolUpgradeRequest; end
|
1999
1999
|
|
2000
2000
|
# ListNodePoolsResponse is the result of ListNodePoolsRequest.
|
@@ -2099,7 +2099,7 @@ module Google
|
|
2099
2099
|
# @!attribute [rw] name
|
2100
2100
|
# @return [String]
|
2101
2101
|
# The name (project, location, cluster id) of the cluster to set labels.
|
2102
|
-
# Specified in the format
|
2102
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
2103
2103
|
class SetLabelsRequest; end
|
2104
2104
|
|
2105
2105
|
# SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for
|
@@ -2125,7 +2125,7 @@ module Google
|
|
2125
2125
|
# @!attribute [rw] name
|
2126
2126
|
# @return [String]
|
2127
2127
|
# The name (project, location, cluster id) of the cluster to set legacy abac.
|
2128
|
-
# Specified in the format
|
2128
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
2129
2129
|
class SetLegacyAbacRequest; end
|
2130
2130
|
|
2131
2131
|
# StartIPRotationRequest creates a new IP for the cluster and then performs
|
@@ -2148,7 +2148,7 @@ module Google
|
|
2148
2148
|
# @!attribute [rw] name
|
2149
2149
|
# @return [String]
|
2150
2150
|
# The name (project, location, cluster id) of the cluster to start IP
|
2151
|
-
# rotation. Specified in the format
|
2151
|
+
# rotation. Specified in the format `projects/*/locations/*/clusters/*`.
|
2152
2152
|
# @!attribute [rw] rotate_credentials
|
2153
2153
|
# @return [true, false]
|
2154
2154
|
# Whether to rotate credentials during IP rotation.
|
@@ -2173,7 +2173,7 @@ module Google
|
|
2173
2173
|
# @!attribute [rw] name
|
2174
2174
|
# @return [String]
|
2175
2175
|
# The name (project, location, cluster id) of the cluster to complete IP
|
2176
|
-
# rotation. Specified in the format
|
2176
|
+
# rotation. Specified in the format `projects/*/locations/*/clusters/*`.
|
2177
2177
|
class CompleteIPRotationRequest; end
|
2178
2178
|
|
2179
2179
|
# AcceleratorConfig represents a Hardware Accelerator request.
|
@@ -2236,7 +2236,7 @@ module Google
|
|
2236
2236
|
# @!attribute [rw] name
|
2237
2237
|
# @return [String]
|
2238
2238
|
# The name (project, location, cluster id) of the cluster to set networking
|
2239
|
-
# policy. Specified in the format
|
2239
|
+
# policy. Specified in the format `projects/*/locations/*/clusters/*`.
|
2240
2240
|
class SetNetworkPolicyRequest; end
|
2241
2241
|
|
2242
2242
|
# SetMaintenancePolicyRequest sets the maintenance policy for a cluster.
|
@@ -2260,14 +2260,14 @@ module Google
|
|
2260
2260
|
# @return [String]
|
2261
2261
|
# The name (project, location, cluster id) of the cluster to set maintenance
|
2262
2262
|
# policy.
|
2263
|
-
# Specified in the format
|
2263
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
2264
2264
|
class SetMaintenancePolicyRequest; end
|
2265
2265
|
|
2266
2266
|
# ListLocationsRequest is used to request the locations that offer GKE.
|
2267
2267
|
# @!attribute [rw] parent
|
2268
2268
|
# @return [String]
|
2269
2269
|
# Required. Contains the name of the resource requested.
|
2270
|
-
# Specified in the format
|
2270
|
+
# Specified in the format `projects/*`.
|
2271
2271
|
class ListLocationsRequest; end
|
2272
2272
|
|
2273
2273
|
# ListLocationsResponse returns the list of all GKE locations and their
|
@@ -2292,7 +2292,7 @@ module Google
|
|
2292
2292
|
# @!attribute [rw] name
|
2293
2293
|
# @return [String]
|
2294
2294
|
# Contains the name of the resource requested.
|
2295
|
-
# Specified in the format
|
2295
|
+
# Specified in the format `projects/*/locations/*`.
|
2296
2296
|
# @!attribute [rw] recommended
|
2297
2297
|
# @return [true, false]
|
2298
2298
|
# Whether the location is recomended for GKE cluster scheduling.
|
@@ -2348,7 +2348,7 @@ module Google
|
|
2348
2348
|
# @!attribute [rw] network
|
2349
2349
|
# @return [String]
|
2350
2350
|
# Output only. The relative name of the Google Compute Engine
|
2351
|
-
# {Google::Container::V1beta1::NetworkConfig#network network}(/compute/docs/networks-and-firewalls#networks) to which
|
2351
|
+
# {Google::Container::V1beta1::NetworkConfig#network network}(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
|
2352
2352
|
# the cluster is connected.
|
2353
2353
|
# Example: projects/my-project/global/networks/my-network
|
2354
2354
|
# @!attribute [rw] subnetwork
|
@@ -2367,7 +2367,7 @@ module Google
|
|
2367
2367
|
# @!attribute [rw] parent
|
2368
2368
|
# @return [String]
|
2369
2369
|
# Required. The parent project where subnetworks are usable.
|
2370
|
-
# Specified in the format
|
2370
|
+
# Specified in the format `projects/*`.
|
2371
2371
|
# @!attribute [rw] filter
|
2372
2372
|
# @return [String]
|
2373
2373
|
# Filtering currently only supports equality on the networkProjectId and must
|