google-cloud-container 0.8.1 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/container.rb +1 -1
- data/lib/google/cloud/container/v1.rb +1 -1
- data/lib/google/cloud/container/v1/cluster_manager_client.rb +323 -593
- data/lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb +90 -90
- data/lib/google/cloud/container/version.rb +1 -1
- metadata +2 -2
@@ -1006,12 +1006,12 @@ module Google
|
|
1006
1006
|
# CreateClusterRequest creates a cluster.
|
1007
1007
|
# @!attribute [rw] project_id
|
1008
1008
|
# @return [String]
|
1009
|
-
#
|
1009
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1010
1010
|
# number](https://support.google.com/cloud/answer/6158840).
|
1011
1011
|
# This field has been deprecated and replaced by the parent field.
|
1012
1012
|
# @!attribute [rw] zone
|
1013
1013
|
# @return [String]
|
1014
|
-
#
|
1014
|
+
# Deprecated. The name of the Google Compute Engine
|
1015
1015
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1016
1016
|
# resides.
|
1017
1017
|
# This field has been deprecated and replaced by the parent field.
|
@@ -1028,18 +1028,18 @@ module Google
|
|
1028
1028
|
# GetClusterRequest gets the settings of a cluster.
|
1029
1029
|
# @!attribute [rw] project_id
|
1030
1030
|
# @return [String]
|
1031
|
-
#
|
1031
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1032
1032
|
# number](https://support.google.com/cloud/answer/6158840).
|
1033
1033
|
# This field has been deprecated and replaced by the name field.
|
1034
1034
|
# @!attribute [rw] zone
|
1035
1035
|
# @return [String]
|
1036
|
-
#
|
1036
|
+
# Deprecated. The name of the Google Compute Engine
|
1037
1037
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1038
1038
|
# resides.
|
1039
1039
|
# This field has been deprecated and replaced by the name field.
|
1040
1040
|
# @!attribute [rw] cluster_id
|
1041
1041
|
# @return [String]
|
1042
|
-
#
|
1042
|
+
# Deprecated. The name of the cluster to retrieve.
|
1043
1043
|
# This field has been deprecated and replaced by the name field.
|
1044
1044
|
# @!attribute [rw] name
|
1045
1045
|
# @return [String]
|
@@ -1050,18 +1050,18 @@ module Google
|
|
1050
1050
|
# UpdateClusterRequest updates the settings of a cluster.
|
1051
1051
|
# @!attribute [rw] project_id
|
1052
1052
|
# @return [String]
|
1053
|
-
#
|
1053
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1054
1054
|
# number](https://support.google.com/cloud/answer/6158840).
|
1055
1055
|
# This field has been deprecated and replaced by the name field.
|
1056
1056
|
# @!attribute [rw] zone
|
1057
1057
|
# @return [String]
|
1058
|
-
#
|
1058
|
+
# Deprecated. The name of the Google Compute Engine
|
1059
1059
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1060
1060
|
# resides.
|
1061
1061
|
# This field has been deprecated and replaced by the name field.
|
1062
1062
|
# @!attribute [rw] cluster_id
|
1063
1063
|
# @return [String]
|
1064
|
-
#
|
1064
|
+
# Deprecated. The name of the cluster to upgrade.
|
1065
1065
|
# This field has been deprecated and replaced by the name field.
|
1066
1066
|
# @!attribute [rw] update
|
1067
1067
|
# @return [Google::Container::V1::ClusterUpdate]
|
@@ -1075,22 +1075,22 @@ module Google
|
|
1075
1075
|
# UpdateNodePoolRequests update a node pool's image and/or version.
|
1076
1076
|
# @!attribute [rw] project_id
|
1077
1077
|
# @return [String]
|
1078
|
-
#
|
1078
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1079
1079
|
# number](https://support.google.com/cloud/answer/6158840).
|
1080
1080
|
# This field has been deprecated and replaced by the name field.
|
1081
1081
|
# @!attribute [rw] zone
|
1082
1082
|
# @return [String]
|
1083
|
-
#
|
1083
|
+
# Deprecated. The name of the Google Compute Engine
|
1084
1084
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1085
1085
|
# resides.
|
1086
1086
|
# This field has been deprecated and replaced by the name field.
|
1087
1087
|
# @!attribute [rw] cluster_id
|
1088
1088
|
# @return [String]
|
1089
|
-
#
|
1089
|
+
# Deprecated. The name of the cluster to upgrade.
|
1090
1090
|
# This field has been deprecated and replaced by the name field.
|
1091
1091
|
# @!attribute [rw] node_pool_id
|
1092
1092
|
# @return [String]
|
1093
|
-
#
|
1093
|
+
# Deprecated. The name of the node pool to upgrade.
|
1094
1094
|
# This field has been deprecated and replaced by the name field.
|
1095
1095
|
# @!attribute [rw] node_version
|
1096
1096
|
# @return [String]
|
@@ -1118,22 +1118,22 @@ module Google
|
|
1118
1118
|
# SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
|
1119
1119
|
# @!attribute [rw] project_id
|
1120
1120
|
# @return [String]
|
1121
|
-
#
|
1121
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1122
1122
|
# number](https://support.google.com/cloud/answer/6158840).
|
1123
1123
|
# This field has been deprecated and replaced by the name field.
|
1124
1124
|
# @!attribute [rw] zone
|
1125
1125
|
# @return [String]
|
1126
|
-
#
|
1126
|
+
# Deprecated. The name of the Google Compute Engine
|
1127
1127
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1128
1128
|
# resides.
|
1129
1129
|
# This field has been deprecated and replaced by the name field.
|
1130
1130
|
# @!attribute [rw] cluster_id
|
1131
1131
|
# @return [String]
|
1132
|
-
#
|
1132
|
+
# Deprecated. The name of the cluster to upgrade.
|
1133
1133
|
# This field has been deprecated and replaced by the name field.
|
1134
1134
|
# @!attribute [rw] node_pool_id
|
1135
1135
|
# @return [String]
|
1136
|
-
#
|
1136
|
+
# Deprecated. The name of the node pool to upgrade.
|
1137
1137
|
# This field has been deprecated and replaced by the name field.
|
1138
1138
|
# @!attribute [rw] autoscaling
|
1139
1139
|
# @return [Google::Container::V1::NodePoolAutoscaling]
|
@@ -1148,18 +1148,18 @@ module Google
|
|
1148
1148
|
# SetLoggingServiceRequest sets the logging service of a cluster.
|
1149
1149
|
# @!attribute [rw] project_id
|
1150
1150
|
# @return [String]
|
1151
|
-
#
|
1151
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1152
1152
|
# number](https://support.google.com/cloud/answer/6158840).
|
1153
1153
|
# This field has been deprecated and replaced by the name field.
|
1154
1154
|
# @!attribute [rw] zone
|
1155
1155
|
# @return [String]
|
1156
|
-
#
|
1156
|
+
# Deprecated. The name of the Google Compute Engine
|
1157
1157
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1158
1158
|
# resides.
|
1159
1159
|
# This field has been deprecated and replaced by the name field.
|
1160
1160
|
# @!attribute [rw] cluster_id
|
1161
1161
|
# @return [String]
|
1162
|
-
#
|
1162
|
+
# Deprecated. The name of the cluster to upgrade.
|
1163
1163
|
# This field has been deprecated and replaced by the name field.
|
1164
1164
|
# @!attribute [rw] logging_service
|
1165
1165
|
# @return [String]
|
@@ -1177,18 +1177,18 @@ module Google
|
|
1177
1177
|
# SetMonitoringServiceRequest sets the monitoring service of a cluster.
|
1178
1178
|
# @!attribute [rw] project_id
|
1179
1179
|
# @return [String]
|
1180
|
-
#
|
1180
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1181
1181
|
# number](https://support.google.com/cloud/answer/6158840).
|
1182
1182
|
# This field has been deprecated and replaced by the name field.
|
1183
1183
|
# @!attribute [rw] zone
|
1184
1184
|
# @return [String]
|
1185
|
-
#
|
1185
|
+
# Deprecated. The name of the Google Compute Engine
|
1186
1186
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1187
1187
|
# resides.
|
1188
1188
|
# This field has been deprecated and replaced by the name field.
|
1189
1189
|
# @!attribute [rw] cluster_id
|
1190
1190
|
# @return [String]
|
1191
|
-
#
|
1191
|
+
# Deprecated. The name of the cluster to upgrade.
|
1192
1192
|
# This field has been deprecated and replaced by the name field.
|
1193
1193
|
# @!attribute [rw] monitoring_service
|
1194
1194
|
# @return [String]
|
@@ -1208,18 +1208,18 @@ module Google
|
|
1208
1208
|
# SetAddonsConfigRequest sets the addons associated with the cluster.
|
1209
1209
|
# @!attribute [rw] project_id
|
1210
1210
|
# @return [String]
|
1211
|
-
#
|
1211
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1212
1212
|
# number](https://support.google.com/cloud/answer/6158840).
|
1213
1213
|
# This field has been deprecated and replaced by the name field.
|
1214
1214
|
# @!attribute [rw] zone
|
1215
1215
|
# @return [String]
|
1216
|
-
#
|
1216
|
+
# Deprecated. The name of the Google Compute Engine
|
1217
1217
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1218
1218
|
# resides.
|
1219
1219
|
# This field has been deprecated and replaced by the name field.
|
1220
1220
|
# @!attribute [rw] cluster_id
|
1221
1221
|
# @return [String]
|
1222
|
-
#
|
1222
|
+
# Deprecated. The name of the cluster to upgrade.
|
1223
1223
|
# This field has been deprecated and replaced by the name field.
|
1224
1224
|
# @!attribute [rw] addons_config
|
1225
1225
|
# @return [Google::Container::V1::AddonsConfig]
|
@@ -1234,18 +1234,18 @@ module Google
|
|
1234
1234
|
# SetLocationsRequest sets the locations of the cluster.
|
1235
1235
|
# @!attribute [rw] project_id
|
1236
1236
|
# @return [String]
|
1237
|
-
#
|
1237
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1238
1238
|
# number](https://support.google.com/cloud/answer/6158840).
|
1239
1239
|
# This field has been deprecated and replaced by the name field.
|
1240
1240
|
# @!attribute [rw] zone
|
1241
1241
|
# @return [String]
|
1242
|
-
#
|
1242
|
+
# Deprecated. The name of the Google Compute Engine
|
1243
1243
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1244
1244
|
# resides.
|
1245
1245
|
# This field has been deprecated and replaced by the name field.
|
1246
1246
|
# @!attribute [rw] cluster_id
|
1247
1247
|
# @return [String]
|
1248
|
-
#
|
1248
|
+
# Deprecated. The name of the cluster to upgrade.
|
1249
1249
|
# This field has been deprecated and replaced by the name field.
|
1250
1250
|
# @!attribute [rw] locations
|
1251
1251
|
# @return [Array<String>]
|
@@ -1265,18 +1265,18 @@ module Google
|
|
1265
1265
|
# UpdateMasterRequest updates the master of the cluster.
|
1266
1266
|
# @!attribute [rw] project_id
|
1267
1267
|
# @return [String]
|
1268
|
-
#
|
1268
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1269
1269
|
# number](https://support.google.com/cloud/answer/6158840).
|
1270
1270
|
# This field has been deprecated and replaced by the name field.
|
1271
1271
|
# @!attribute [rw] zone
|
1272
1272
|
# @return [String]
|
1273
|
-
#
|
1273
|
+
# Deprecated. The name of the Google Compute Engine
|
1274
1274
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1275
1275
|
# resides.
|
1276
1276
|
# This field has been deprecated and replaced by the name field.
|
1277
1277
|
# @!attribute [rw] cluster_id
|
1278
1278
|
# @return [String]
|
1279
|
-
#
|
1279
|
+
# Deprecated. The name of the cluster to upgrade.
|
1280
1280
|
# This field has been deprecated and replaced by the name field.
|
1281
1281
|
# @!attribute [rw] master_version
|
1282
1282
|
# @return [String]
|
@@ -1299,18 +1299,18 @@ module Google
|
|
1299
1299
|
# SetMasterAuthRequest updates the admin password of a cluster.
|
1300
1300
|
# @!attribute [rw] project_id
|
1301
1301
|
# @return [String]
|
1302
|
-
#
|
1302
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1303
1303
|
# number](https://support.google.com/cloud/answer/6158840).
|
1304
1304
|
# This field has been deprecated and replaced by the name field.
|
1305
1305
|
# @!attribute [rw] zone
|
1306
1306
|
# @return [String]
|
1307
|
-
#
|
1307
|
+
# Deprecated. The name of the Google Compute Engine
|
1308
1308
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1309
1309
|
# resides.
|
1310
1310
|
# This field has been deprecated and replaced by the name field.
|
1311
1311
|
# @!attribute [rw] cluster_id
|
1312
1312
|
# @return [String]
|
1313
|
-
#
|
1313
|
+
# Deprecated. The name of the cluster to upgrade.
|
1314
1314
|
# This field has been deprecated and replaced by the name field.
|
1315
1315
|
# @!attribute [rw] action
|
1316
1316
|
# @return [Google::Container::V1::SetMasterAuthRequest::Action]
|
@@ -1345,18 +1345,18 @@ module Google
|
|
1345
1345
|
# DeleteClusterRequest deletes a cluster.
|
1346
1346
|
# @!attribute [rw] project_id
|
1347
1347
|
# @return [String]
|
1348
|
-
#
|
1348
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1349
1349
|
# number](https://support.google.com/cloud/answer/6158840).
|
1350
1350
|
# This field has been deprecated and replaced by the name field.
|
1351
1351
|
# @!attribute [rw] zone
|
1352
1352
|
# @return [String]
|
1353
|
-
#
|
1353
|
+
# Deprecated. The name of the Google Compute Engine
|
1354
1354
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1355
1355
|
# resides.
|
1356
1356
|
# This field has been deprecated and replaced by the name field.
|
1357
1357
|
# @!attribute [rw] cluster_id
|
1358
1358
|
# @return [String]
|
1359
|
-
#
|
1359
|
+
# Deprecated. The name of the cluster to delete.
|
1360
1360
|
# This field has been deprecated and replaced by the name field.
|
1361
1361
|
# @!attribute [rw] name
|
1362
1362
|
# @return [String]
|
@@ -1367,12 +1367,12 @@ module Google
|
|
1367
1367
|
# ListClustersRequest lists clusters.
|
1368
1368
|
# @!attribute [rw] project_id
|
1369
1369
|
# @return [String]
|
1370
|
-
#
|
1370
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1371
1371
|
# number](https://support.google.com/cloud/answer/6158840).
|
1372
1372
|
# This field has been deprecated and replaced by the parent field.
|
1373
1373
|
# @!attribute [rw] zone
|
1374
1374
|
# @return [String]
|
1375
|
-
#
|
1375
|
+
# Deprecated. The name of the Google Compute Engine
|
1376
1376
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1377
1377
|
# resides, or "-" for all zones.
|
1378
1378
|
# This field has been deprecated and replaced by the parent field.
|
@@ -1397,18 +1397,18 @@ module Google
|
|
1397
1397
|
# GetOperationRequest gets a single operation.
|
1398
1398
|
# @!attribute [rw] project_id
|
1399
1399
|
# @return [String]
|
1400
|
-
#
|
1400
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1401
1401
|
# number](https://support.google.com/cloud/answer/6158840).
|
1402
1402
|
# This field has been deprecated and replaced by the name field.
|
1403
1403
|
# @!attribute [rw] zone
|
1404
1404
|
# @return [String]
|
1405
|
-
#
|
1405
|
+
# Deprecated. The name of the Google Compute Engine
|
1406
1406
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1407
1407
|
# resides.
|
1408
1408
|
# This field has been deprecated and replaced by the name field.
|
1409
1409
|
# @!attribute [rw] operation_id
|
1410
1410
|
# @return [String]
|
1411
|
-
#
|
1411
|
+
# Deprecated. The server-assigned `name` of the operation.
|
1412
1412
|
# This field has been deprecated and replaced by the name field.
|
1413
1413
|
# @!attribute [rw] name
|
1414
1414
|
# @return [String]
|
@@ -1419,12 +1419,12 @@ module Google
|
|
1419
1419
|
# ListOperationsRequest lists operations.
|
1420
1420
|
# @!attribute [rw] project_id
|
1421
1421
|
# @return [String]
|
1422
|
-
#
|
1422
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1423
1423
|
# number](https://support.google.com/cloud/answer/6158840).
|
1424
1424
|
# This field has been deprecated and replaced by the parent field.
|
1425
1425
|
# @!attribute [rw] zone
|
1426
1426
|
# @return [String]
|
1427
|
-
#
|
1427
|
+
# Deprecated. The name of the Google Compute Engine
|
1428
1428
|
# [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
|
1429
1429
|
# all zones. This field has been deprecated and replaced by the parent field.
|
1430
1430
|
# @!attribute [rw] parent
|
@@ -1437,17 +1437,17 @@ module Google
|
|
1437
1437
|
# CancelOperationRequest cancels a single operation.
|
1438
1438
|
# @!attribute [rw] project_id
|
1439
1439
|
# @return [String]
|
1440
|
-
#
|
1440
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1441
1441
|
# number](https://support.google.com/cloud/answer/6158840).
|
1442
1442
|
# This field has been deprecated and replaced by the name field.
|
1443
1443
|
# @!attribute [rw] zone
|
1444
1444
|
# @return [String]
|
1445
|
-
#
|
1445
|
+
# Deprecated. The name of the Google Compute Engine
|
1446
1446
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
|
1447
1447
|
# This field has been deprecated and replaced by the name field.
|
1448
1448
|
# @!attribute [rw] operation_id
|
1449
1449
|
# @return [String]
|
1450
|
-
#
|
1450
|
+
# Deprecated. The server-assigned `name` of the operation.
|
1451
1451
|
# This field has been deprecated and replaced by the name field.
|
1452
1452
|
# @!attribute [rw] name
|
1453
1453
|
# @return [String]
|
@@ -1468,12 +1468,12 @@ module Google
|
|
1468
1468
|
# Gets the current Kubernetes Engine service configuration.
|
1469
1469
|
# @!attribute [rw] project_id
|
1470
1470
|
# @return [String]
|
1471
|
-
#
|
1471
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1472
1472
|
# number](https://support.google.com/cloud/answer/6158840).
|
1473
1473
|
# This field has been deprecated and replaced by the name field.
|
1474
1474
|
# @!attribute [rw] zone
|
1475
1475
|
# @return [String]
|
1476
|
-
#
|
1476
|
+
# Deprecated. The name of the Google Compute Engine
|
1477
1477
|
# [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
|
1478
1478
|
# This field has been deprecated and replaced by the name field.
|
1479
1479
|
# @!attribute [rw] name
|
@@ -1503,18 +1503,18 @@ module Google
|
|
1503
1503
|
# CreateNodePoolRequest creates a node pool for a cluster.
|
1504
1504
|
# @!attribute [rw] project_id
|
1505
1505
|
# @return [String]
|
1506
|
-
#
|
1506
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1507
1507
|
# number](https://developers.google.com/console/help/new/#projectnumber).
|
1508
1508
|
# This field has been deprecated and replaced by the parent field.
|
1509
1509
|
# @!attribute [rw] zone
|
1510
1510
|
# @return [String]
|
1511
|
-
#
|
1511
|
+
# Deprecated. The name of the Google Compute Engine
|
1512
1512
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1513
1513
|
# resides.
|
1514
1514
|
# This field has been deprecated and replaced by the parent field.
|
1515
1515
|
# @!attribute [rw] cluster_id
|
1516
1516
|
# @return [String]
|
1517
|
-
#
|
1517
|
+
# Deprecated. The name of the cluster.
|
1518
1518
|
# This field has been deprecated and replaced by the parent field.
|
1519
1519
|
# @!attribute [rw] node_pool
|
1520
1520
|
# @return [Google::Container::V1::NodePool]
|
@@ -1529,22 +1529,22 @@ module Google
|
|
1529
1529
|
# DeleteNodePoolRequest deletes a node pool for a cluster.
|
1530
1530
|
# @!attribute [rw] project_id
|
1531
1531
|
# @return [String]
|
1532
|
-
#
|
1532
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1533
1533
|
# number](https://developers.google.com/console/help/new/#projectnumber).
|
1534
1534
|
# This field has been deprecated and replaced by the name field.
|
1535
1535
|
# @!attribute [rw] zone
|
1536
1536
|
# @return [String]
|
1537
|
-
#
|
1537
|
+
# Deprecated. The name of the Google Compute Engine
|
1538
1538
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1539
1539
|
# resides.
|
1540
1540
|
# This field has been deprecated and replaced by the name field.
|
1541
1541
|
# @!attribute [rw] cluster_id
|
1542
1542
|
# @return [String]
|
1543
|
-
#
|
1543
|
+
# Deprecated. The name of the cluster.
|
1544
1544
|
# This field has been deprecated and replaced by the name field.
|
1545
1545
|
# @!attribute [rw] node_pool_id
|
1546
1546
|
# @return [String]
|
1547
|
-
#
|
1547
|
+
# Deprecated. The name of the node pool to delete.
|
1548
1548
|
# This field has been deprecated and replaced by the name field.
|
1549
1549
|
# @!attribute [rw] name
|
1550
1550
|
# @return [String]
|
@@ -1556,18 +1556,18 @@ module Google
|
|
1556
1556
|
# ListNodePoolsRequest lists the node pool(s) for a cluster.
|
1557
1557
|
# @!attribute [rw] project_id
|
1558
1558
|
# @return [String]
|
1559
|
-
#
|
1559
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1560
1560
|
# number](https://developers.google.com/console/help/new/#projectnumber).
|
1561
1561
|
# This field has been deprecated and replaced by the parent field.
|
1562
1562
|
# @!attribute [rw] zone
|
1563
1563
|
# @return [String]
|
1564
|
-
#
|
1564
|
+
# Deprecated. The name of the Google Compute Engine
|
1565
1565
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1566
1566
|
# resides.
|
1567
1567
|
# This field has been deprecated and replaced by the parent field.
|
1568
1568
|
# @!attribute [rw] cluster_id
|
1569
1569
|
# @return [String]
|
1570
|
-
#
|
1570
|
+
# Deprecated. The name of the cluster.
|
1571
1571
|
# This field has been deprecated and replaced by the parent field.
|
1572
1572
|
# @!attribute [rw] parent
|
1573
1573
|
# @return [String]
|
@@ -1578,22 +1578,22 @@ module Google
|
|
1578
1578
|
# GetNodePoolRequest retrieves a node pool for a cluster.
|
1579
1579
|
# @!attribute [rw] project_id
|
1580
1580
|
# @return [String]
|
1581
|
-
#
|
1581
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1582
1582
|
# number](https://developers.google.com/console/help/new/#projectnumber).
|
1583
1583
|
# This field has been deprecated and replaced by the name field.
|
1584
1584
|
# @!attribute [rw] zone
|
1585
1585
|
# @return [String]
|
1586
|
-
#
|
1586
|
+
# Deprecated. The name of the Google Compute Engine
|
1587
1587
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1588
1588
|
# resides.
|
1589
1589
|
# This field has been deprecated and replaced by the name field.
|
1590
1590
|
# @!attribute [rw] cluster_id
|
1591
1591
|
# @return [String]
|
1592
|
-
#
|
1592
|
+
# Deprecated. The name of the cluster.
|
1593
1593
|
# This field has been deprecated and replaced by the name field.
|
1594
1594
|
# @!attribute [rw] node_pool_id
|
1595
1595
|
# @return [String]
|
1596
|
-
#
|
1596
|
+
# Deprecated. The name of the node pool.
|
1597
1597
|
# This field has been deprecated and replaced by the name field.
|
1598
1598
|
# @!attribute [rw] name
|
1599
1599
|
# @return [String]
|
@@ -1810,22 +1810,22 @@ module Google
|
|
1810
1810
|
# pool.
|
1811
1811
|
# @!attribute [rw] project_id
|
1812
1812
|
# @return [String]
|
1813
|
-
#
|
1813
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1814
1814
|
# number](https://support.google.com/cloud/answer/6158840).
|
1815
1815
|
# This field has been deprecated and replaced by the name field.
|
1816
1816
|
# @!attribute [rw] zone
|
1817
1817
|
# @return [String]
|
1818
|
-
#
|
1818
|
+
# Deprecated. The name of the Google Compute Engine
|
1819
1819
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1820
1820
|
# resides.
|
1821
1821
|
# This field has been deprecated and replaced by the name field.
|
1822
1822
|
# @!attribute [rw] cluster_id
|
1823
1823
|
# @return [String]
|
1824
|
-
#
|
1824
|
+
# Deprecated. The name of the cluster to update.
|
1825
1825
|
# This field has been deprecated and replaced by the name field.
|
1826
1826
|
# @!attribute [rw] node_pool_id
|
1827
1827
|
# @return [String]
|
1828
|
-
#
|
1828
|
+
# Deprecated. The name of the node pool to update.
|
1829
1829
|
# This field has been deprecated and replaced by the name field.
|
1830
1830
|
# @!attribute [rw] management
|
1831
1831
|
# @return [Google::Container::V1::NodeManagement]
|
@@ -1841,22 +1841,22 @@ module Google
|
|
1841
1841
|
# pool.
|
1842
1842
|
# @!attribute [rw] project_id
|
1843
1843
|
# @return [String]
|
1844
|
-
#
|
1844
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1845
1845
|
# number](https://support.google.com/cloud/answer/6158840).
|
1846
1846
|
# This field has been deprecated and replaced by the name field.
|
1847
1847
|
# @!attribute [rw] zone
|
1848
1848
|
# @return [String]
|
1849
|
-
#
|
1849
|
+
# Deprecated. The name of the Google Compute Engine
|
1850
1850
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1851
1851
|
# resides.
|
1852
1852
|
# This field has been deprecated and replaced by the name field.
|
1853
1853
|
# @!attribute [rw] cluster_id
|
1854
1854
|
# @return [String]
|
1855
|
-
#
|
1855
|
+
# Deprecated. The name of the cluster to update.
|
1856
1856
|
# This field has been deprecated and replaced by the name field.
|
1857
1857
|
# @!attribute [rw] node_pool_id
|
1858
1858
|
# @return [String]
|
1859
|
-
#
|
1859
|
+
# Deprecated. The name of the node pool to update.
|
1860
1860
|
# This field has been deprecated and replaced by the name field.
|
1861
1861
|
# @!attribute [rw] node_count
|
1862
1862
|
# @return [Integer]
|
@@ -1873,22 +1873,22 @@ module Google
|
|
1873
1873
|
# completed.
|
1874
1874
|
# @!attribute [rw] project_id
|
1875
1875
|
# @return [String]
|
1876
|
-
#
|
1876
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1877
1877
|
# number](https://support.google.com/cloud/answer/6158840).
|
1878
1878
|
# This field has been deprecated and replaced by the name field.
|
1879
1879
|
# @!attribute [rw] zone
|
1880
1880
|
# @return [String]
|
1881
|
-
#
|
1881
|
+
# Deprecated. The name of the Google Compute Engine
|
1882
1882
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1883
1883
|
# resides.
|
1884
1884
|
# This field has been deprecated and replaced by the name field.
|
1885
1885
|
# @!attribute [rw] cluster_id
|
1886
1886
|
# @return [String]
|
1887
|
-
#
|
1887
|
+
# Deprecated. The name of the cluster to rollback.
|
1888
1888
|
# This field has been deprecated and replaced by the name field.
|
1889
1889
|
# @!attribute [rw] node_pool_id
|
1890
1890
|
# @return [String]
|
1891
|
-
#
|
1891
|
+
# Deprecated. The name of the node pool to rollback.
|
1892
1892
|
# This field has been deprecated and replaced by the name field.
|
1893
1893
|
# @!attribute [rw] name
|
1894
1894
|
# @return [String]
|
@@ -1972,18 +1972,18 @@ module Google
|
|
1972
1972
|
# resources used by that cluster
|
1973
1973
|
# @!attribute [rw] project_id
|
1974
1974
|
# @return [String]
|
1975
|
-
#
|
1975
|
+
# Deprecated. The Google Developers Console [project ID or project
|
1976
1976
|
# number](https://developers.google.com/console/help/new/#projectnumber).
|
1977
1977
|
# This field has been deprecated and replaced by the name field.
|
1978
1978
|
# @!attribute [rw] zone
|
1979
1979
|
# @return [String]
|
1980
|
-
#
|
1980
|
+
# Deprecated. The name of the Google Compute Engine
|
1981
1981
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
1982
1982
|
# resides.
|
1983
1983
|
# This field has been deprecated and replaced by the name field.
|
1984
1984
|
# @!attribute [rw] cluster_id
|
1985
1985
|
# @return [String]
|
1986
|
-
#
|
1986
|
+
# Deprecated. The name of the cluster.
|
1987
1987
|
# This field has been deprecated and replaced by the name field.
|
1988
1988
|
# @!attribute [rw] resource_labels
|
1989
1989
|
# @return [Hash{String => String}]
|
@@ -2006,18 +2006,18 @@ module Google
|
|
2006
2006
|
# a cluster.
|
2007
2007
|
# @!attribute [rw] project_id
|
2008
2008
|
# @return [String]
|
2009
|
-
#
|
2009
|
+
# Deprecated. The Google Developers Console [project ID or project
|
2010
2010
|
# number](https://support.google.com/cloud/answer/6158840).
|
2011
2011
|
# This field has been deprecated and replaced by the name field.
|
2012
2012
|
# @!attribute [rw] zone
|
2013
2013
|
# @return [String]
|
2014
|
-
#
|
2014
|
+
# Deprecated. The name of the Google Compute Engine
|
2015
2015
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
2016
2016
|
# resides.
|
2017
2017
|
# This field has been deprecated and replaced by the name field.
|
2018
2018
|
# @!attribute [rw] cluster_id
|
2019
2019
|
# @return [String]
|
2020
|
-
#
|
2020
|
+
# Deprecated. The name of the cluster to update.
|
2021
2021
|
# This field has been deprecated and replaced by the name field.
|
2022
2022
|
# @!attribute [rw] enabled
|
2023
2023
|
# @return [true, false]
|
@@ -2032,18 +2032,18 @@ module Google
|
|
2032
2032
|
# a node upgrade on each node pool to point to the new IP.
|
2033
2033
|
# @!attribute [rw] project_id
|
2034
2034
|
# @return [String]
|
2035
|
-
#
|
2035
|
+
# Deprecated. The Google Developers Console [project ID or project
|
2036
2036
|
# number](https://developers.google.com/console/help/new/#projectnumber).
|
2037
2037
|
# This field has been deprecated and replaced by the name field.
|
2038
2038
|
# @!attribute [rw] zone
|
2039
2039
|
# @return [String]
|
2040
|
-
#
|
2040
|
+
# Deprecated. The name of the Google Compute Engine
|
2041
2041
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
2042
2042
|
# resides.
|
2043
2043
|
# This field has been deprecated and replaced by the name field.
|
2044
2044
|
# @!attribute [rw] cluster_id
|
2045
2045
|
# @return [String]
|
2046
|
-
#
|
2046
|
+
# Deprecated. The name of the cluster.
|
2047
2047
|
# This field has been deprecated and replaced by the name field.
|
2048
2048
|
# @!attribute [rw] name
|
2049
2049
|
# @return [String]
|
@@ -2057,18 +2057,18 @@ module Google
|
|
2057
2057
|
# CompleteIPRotationRequest moves the cluster master back into single-IP mode.
|
2058
2058
|
# @!attribute [rw] project_id
|
2059
2059
|
# @return [String]
|
2060
|
-
#
|
2060
|
+
# Deprecated. The Google Developers Console [project ID or project
|
2061
2061
|
# number](https://developers.google.com/console/help/new/#projectnumber).
|
2062
2062
|
# This field has been deprecated and replaced by the name field.
|
2063
2063
|
# @!attribute [rw] zone
|
2064
2064
|
# @return [String]
|
2065
|
-
#
|
2065
|
+
# Deprecated. The name of the Google Compute Engine
|
2066
2066
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
2067
2067
|
# resides.
|
2068
2068
|
# This field has been deprecated and replaced by the name field.
|
2069
2069
|
# @!attribute [rw] cluster_id
|
2070
2070
|
# @return [String]
|
2071
|
-
#
|
2071
|
+
# Deprecated. The name of the cluster.
|
2072
2072
|
# This field has been deprecated and replaced by the name field.
|
2073
2073
|
# @!attribute [rw] name
|
2074
2074
|
# @return [String]
|
@@ -2089,18 +2089,18 @@ module Google
|
|
2089
2089
|
# SetNetworkPolicyRequest enables/disables network policy for a cluster.
|
2090
2090
|
# @!attribute [rw] project_id
|
2091
2091
|
# @return [String]
|
2092
|
-
#
|
2092
|
+
# Deprecated. The Google Developers Console [project ID or project
|
2093
2093
|
# number](https://developers.google.com/console/help/new/#projectnumber).
|
2094
2094
|
# This field has been deprecated and replaced by the name field.
|
2095
2095
|
# @!attribute [rw] zone
|
2096
2096
|
# @return [String]
|
2097
|
-
#
|
2097
|
+
# Deprecated. The name of the Google Compute Engine
|
2098
2098
|
# [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
|
2099
2099
|
# resides.
|
2100
2100
|
# This field has been deprecated and replaced by the name field.
|
2101
2101
|
# @!attribute [rw] cluster_id
|
2102
2102
|
# @return [String]
|
2103
|
-
#
|
2103
|
+
# Deprecated. The name of the cluster.
|
2104
2104
|
# This field has been deprecated and replaced by the name field.
|
2105
2105
|
# @!attribute [rw] network_policy
|
2106
2106
|
# @return [Google::Container::V1::NetworkPolicy]
|