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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3bea24816ef73a657d411c42e832ef89434867ae0671c5a87d299708f5305651
|
4
|
+
data.tar.gz: 50bd4bf542ac8e6a62e440efdb5bb43785b5c0750c472eb8c7292de00ced1ca2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73b2e472d46f433d818d76d78c34f8d052fa7dae7f7f51772e106b33fb52352dd65649ff9bbfec7ff3c4d457368bb7f0b30ae5139c996c32e6445aa5e6ff967e
|
7
|
+
data.tar.gz: 6786a6f1ebe7233473f3feaeeb317f808db5a808393f23d2f31f3fd52fc5610f42a6a9dfba3b09d494968b0d1b967bcaa9e77bcb11026a82941fbbb5693bce1f
|
@@ -446,7 +446,7 @@ module Google
|
|
446
446
|
# This field has been deprecated and replaced by the parent field.
|
447
447
|
# @param parent [String]
|
448
448
|
# The parent (project and location) where the clusters will be listed.
|
449
|
-
# Specified in the format
|
449
|
+
# Specified in the format `projects/*/locations/*`.
|
450
450
|
# Location "-" matches all zones and all regions.
|
451
451
|
# @param options [Google::Gax::CallOptions]
|
452
452
|
# Overrides the default settings for this call, e.g, timeout,
|
@@ -493,7 +493,7 @@ module Google
|
|
493
493
|
# This field has been deprecated and replaced by the name field.
|
494
494
|
# @param name [String]
|
495
495
|
# The name (project, location, cluster) of the cluster to retrieve.
|
496
|
-
# Specified in the format
|
496
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
497
497
|
# @param options [Google::Gax::CallOptions]
|
498
498
|
# Overrides the default settings for this call, e.g, timeout,
|
499
499
|
# retries, etc.
|
@@ -541,7 +541,7 @@ module Google
|
|
541
541
|
#
|
542
542
|
# @param cluster [Google::Container::V1::Cluster | Hash]
|
543
543
|
# Required. A [cluster
|
544
|
-
# resource](/container-engine/reference/rest/v1/projects.zones.clusters)
|
544
|
+
# resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
|
545
545
|
# A hash of the same form as `Google::Container::V1::Cluster`
|
546
546
|
# can also be provided.
|
547
547
|
# @param project_id [String]
|
@@ -555,7 +555,7 @@ module Google
|
|
555
555
|
# This field has been deprecated and replaced by the parent field.
|
556
556
|
# @param parent [String]
|
557
557
|
# The parent (project and location) where the cluster will be created.
|
558
|
-
# Specified in the format
|
558
|
+
# Specified in the format `projects/*/locations/*`.
|
559
559
|
# @param options [Google::Gax::CallOptions]
|
560
560
|
# Overrides the default settings for this call, e.g, timeout,
|
561
561
|
# retries, etc.
|
@@ -610,7 +610,7 @@ module Google
|
|
610
610
|
# This field has been deprecated and replaced by the name field.
|
611
611
|
# @param name [String]
|
612
612
|
# The name (project, location, cluster) of the cluster to update.
|
613
|
-
# Specified in the format
|
613
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
614
614
|
# @param options [Google::Gax::CallOptions]
|
615
615
|
# Overrides the default settings for this call, e.g, timeout,
|
616
616
|
# retries, etc.
|
@@ -681,7 +681,7 @@ module Google
|
|
681
681
|
# @param name [String]
|
682
682
|
# The name (project, location, cluster, node pool) of the node pool to
|
683
683
|
# update. Specified in the format
|
684
|
-
#
|
684
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
685
685
|
# @param options [Google::Gax::CallOptions]
|
686
686
|
# Overrides the default settings for this call, e.g, timeout,
|
687
687
|
# retries, etc.
|
@@ -749,7 +749,7 @@ module Google
|
|
749
749
|
# @param name [String]
|
750
750
|
# The name (project, location, cluster, node pool) of the node pool to set
|
751
751
|
# autoscaler settings. Specified in the format
|
752
|
-
#
|
752
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
753
753
|
# @param options [Google::Gax::CallOptions]
|
754
754
|
# Overrides the default settings for this call, e.g, timeout,
|
755
755
|
# retries, etc.
|
@@ -810,7 +810,7 @@ module Google
|
|
810
810
|
# This field has been deprecated and replaced by the name field.
|
811
811
|
# @param name [String]
|
812
812
|
# The name (project, location, cluster) of the cluster to set logging.
|
813
|
-
# Specified in the format
|
813
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
814
814
|
# @param options [Google::Gax::CallOptions]
|
815
815
|
# Overrides the default settings for this call, e.g, timeout,
|
816
816
|
# retries, etc.
|
@@ -871,7 +871,7 @@ module Google
|
|
871
871
|
# This field has been deprecated and replaced by the name field.
|
872
872
|
# @param name [String]
|
873
873
|
# The name (project, location, cluster) of the cluster to set monitoring.
|
874
|
-
# Specified in the format
|
874
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
875
875
|
# @param options [Google::Gax::CallOptions]
|
876
876
|
# Overrides the default settings for this call, e.g, timeout,
|
877
877
|
# retries, etc.
|
@@ -929,7 +929,7 @@ module Google
|
|
929
929
|
# This field has been deprecated and replaced by the name field.
|
930
930
|
# @param name [String]
|
931
931
|
# The name (project, location, cluster) of the cluster to set addons.
|
932
|
-
# Specified in the format
|
932
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
933
933
|
# @param options [Google::Gax::CallOptions]
|
934
934
|
# Overrides the default settings for this call, e.g, timeout,
|
935
935
|
# retries, etc.
|
@@ -990,7 +990,7 @@ module Google
|
|
990
990
|
# This field has been deprecated and replaced by the name field.
|
991
991
|
# @param name [String]
|
992
992
|
# The name (project, location, cluster) of the cluster to set locations.
|
993
|
-
# Specified in the format
|
993
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
994
994
|
# @param options [Google::Gax::CallOptions]
|
995
995
|
# Overrides the default settings for this call, e.g, timeout,
|
996
996
|
# retries, etc.
|
@@ -1054,7 +1054,7 @@ module Google
|
|
1054
1054
|
# This field has been deprecated and replaced by the name field.
|
1055
1055
|
# @param name [String]
|
1056
1056
|
# The name (project, location, cluster) of the cluster to update.
|
1057
|
-
# Specified in the format
|
1057
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1058
1058
|
# @param options [Google::Gax::CallOptions]
|
1059
1059
|
# Overrides the default settings for this call, e.g, timeout,
|
1060
1060
|
# retries, etc.
|
@@ -1115,7 +1115,7 @@ module Google
|
|
1115
1115
|
# This field has been deprecated and replaced by the name field.
|
1116
1116
|
# @param name [String]
|
1117
1117
|
# The name (project, location, cluster) of the cluster to set auth.
|
1118
|
-
# Specified in the format
|
1118
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1119
1119
|
# @param options [Google::Gax::CallOptions]
|
1120
1120
|
# Overrides the default settings for this call, e.g, timeout,
|
1121
1121
|
# retries, etc.
|
@@ -1181,7 +1181,7 @@ module Google
|
|
1181
1181
|
# This field has been deprecated and replaced by the name field.
|
1182
1182
|
# @param name [String]
|
1183
1183
|
# The name (project, location, cluster) of the cluster to delete.
|
1184
|
-
# Specified in the format
|
1184
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1185
1185
|
# @param options [Google::Gax::CallOptions]
|
1186
1186
|
# Overrides the default settings for this call, e.g, timeout,
|
1187
1187
|
# retries, etc.
|
@@ -1225,7 +1225,7 @@ module Google
|
|
1225
1225
|
# all zones. This field has been deprecated and replaced by the parent field.
|
1226
1226
|
# @param parent [String]
|
1227
1227
|
# The parent (project and location) where the operations will be listed.
|
1228
|
-
# Specified in the format
|
1228
|
+
# Specified in the format `projects/*/locations/*`.
|
1229
1229
|
# Location "-" matches all zones and all regions.
|
1230
1230
|
# @param options [Google::Gax::CallOptions]
|
1231
1231
|
# Overrides the default settings for this call, e.g, timeout,
|
@@ -1272,7 +1272,7 @@ module Google
|
|
1272
1272
|
# This field has been deprecated and replaced by the name field.
|
1273
1273
|
# @param name [String]
|
1274
1274
|
# The name (project, location, operation id) of the operation to get.
|
1275
|
-
# Specified in the format
|
1275
|
+
# Specified in the format `projects/*/locations/*/operations/*`.
|
1276
1276
|
# @param options [Google::Gax::CallOptions]
|
1277
1277
|
# Overrides the default settings for this call, e.g, timeout,
|
1278
1278
|
# retries, etc.
|
@@ -1319,7 +1319,7 @@ module Google
|
|
1319
1319
|
# This field has been deprecated and replaced by the name field.
|
1320
1320
|
# @param name [String]
|
1321
1321
|
# The name (project, location, operation id) of the operation to cancel.
|
1322
|
-
# Specified in the format
|
1322
|
+
# Specified in the format `projects/*/locations/*/operations/*`.
|
1323
1323
|
# @param options [Google::Gax::CallOptions]
|
1324
1324
|
# Overrides the default settings for this call, e.g, timeout,
|
1325
1325
|
# retries, etc.
|
@@ -1363,7 +1363,7 @@ module Google
|
|
1363
1363
|
# This field has been deprecated and replaced by the name field.
|
1364
1364
|
# @param name [String]
|
1365
1365
|
# The name (project and location) of the server config to get,
|
1366
|
-
# specified in the format
|
1366
|
+
# specified in the format `projects/*/locations/*`.
|
1367
1367
|
# @param options [Google::Gax::CallOptions]
|
1368
1368
|
# Overrides the default settings for this call, e.g, timeout,
|
1369
1369
|
# retries, etc.
|
@@ -1409,7 +1409,7 @@ module Google
|
|
1409
1409
|
# This field has been deprecated and replaced by the parent field.
|
1410
1410
|
# @param parent [String]
|
1411
1411
|
# The parent (project, location, cluster id) where the node pools will be
|
1412
|
-
# listed. Specified in the format
|
1412
|
+
# listed. Specified in the format `projects/*/locations/*/clusters/*`.
|
1413
1413
|
# @param options [Google::Gax::CallOptions]
|
1414
1414
|
# Overrides the default settings for this call, e.g, timeout,
|
1415
1415
|
# retries, etc.
|
@@ -1461,7 +1461,7 @@ module Google
|
|
1461
1461
|
# @param name [String]
|
1462
1462
|
# The name (project, location, cluster, node pool id) of the node pool to
|
1463
1463
|
# get. Specified in the format
|
1464
|
-
#
|
1464
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1465
1465
|
# @param options [Google::Gax::CallOptions]
|
1466
1466
|
# Overrides the default settings for this call, e.g, timeout,
|
1467
1467
|
# retries, etc.
|
@@ -1516,7 +1516,7 @@ module Google
|
|
1516
1516
|
# @param parent [String]
|
1517
1517
|
# The parent (project, location, cluster id) where the node pool will be
|
1518
1518
|
# created. Specified in the format
|
1519
|
-
#
|
1519
|
+
# `projects/*/locations/*/clusters/*`.
|
1520
1520
|
# @param options [Google::Gax::CallOptions]
|
1521
1521
|
# Overrides the default settings for this call, e.g, timeout,
|
1522
1522
|
# retries, etc.
|
@@ -1573,7 +1573,7 @@ module Google
|
|
1573
1573
|
# @param name [String]
|
1574
1574
|
# The name (project, location, cluster, node pool id) of the node pool to
|
1575
1575
|
# delete. Specified in the format
|
1576
|
-
#
|
1576
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1577
1577
|
# @param options [Google::Gax::CallOptions]
|
1578
1578
|
# Overrides the default settings for this call, e.g, timeout,
|
1579
1579
|
# retries, etc.
|
@@ -1628,7 +1628,7 @@ module Google
|
|
1628
1628
|
# @param name [String]
|
1629
1629
|
# The name (project, location, cluster, node pool id) of the node poll to
|
1630
1630
|
# rollback upgrade.
|
1631
|
-
# Specified in the format
|
1631
|
+
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
1632
1632
|
# @param options [Google::Gax::CallOptions]
|
1633
1633
|
# Overrides the default settings for this call, e.g, timeout,
|
1634
1634
|
# retries, etc.
|
@@ -1686,7 +1686,7 @@ module Google
|
|
1686
1686
|
# @param name [String]
|
1687
1687
|
# The name (project, location, cluster, node pool id) of the node pool to set
|
1688
1688
|
# management properties. Specified in the format
|
1689
|
-
#
|
1689
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1690
1690
|
# @param options [Google::Gax::CallOptions]
|
1691
1691
|
# Overrides the default settings for this call, e.g, timeout,
|
1692
1692
|
# retries, etc.
|
@@ -1750,7 +1750,7 @@ module Google
|
|
1750
1750
|
# This field has been deprecated and replaced by the name field.
|
1751
1751
|
# @param name [String]
|
1752
1752
|
# The name (project, location, cluster id) of the cluster to set labels.
|
1753
|
-
# Specified in the format
|
1753
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1754
1754
|
# @param options [Google::Gax::CallOptions]
|
1755
1755
|
# Overrides the default settings for this call, e.g, timeout,
|
1756
1756
|
# retries, etc.
|
@@ -1810,7 +1810,7 @@ module Google
|
|
1810
1810
|
# This field has been deprecated and replaced by the name field.
|
1811
1811
|
# @param name [String]
|
1812
1812
|
# The name (project, location, cluster id) of the cluster to set legacy abac.
|
1813
|
-
# Specified in the format
|
1813
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1814
1814
|
# @param options [Google::Gax::CallOptions]
|
1815
1815
|
# Overrides the default settings for this call, e.g, timeout,
|
1816
1816
|
# retries, etc.
|
@@ -1863,7 +1863,7 @@ module Google
|
|
1863
1863
|
# This field has been deprecated and replaced by the name field.
|
1864
1864
|
# @param name [String]
|
1865
1865
|
# The name (project, location, cluster id) of the cluster to start IP
|
1866
|
-
# rotation. Specified in the format
|
1866
|
+
# rotation. Specified in the format `projects/*/locations/*/clusters/*`.
|
1867
1867
|
# @param rotate_credentials [true, false]
|
1868
1868
|
# Whether to rotate credentials during IP rotation.
|
1869
1869
|
# @param options [Google::Gax::CallOptions]
|
@@ -1915,7 +1915,7 @@ module Google
|
|
1915
1915
|
# This field has been deprecated and replaced by the name field.
|
1916
1916
|
# @param name [String]
|
1917
1917
|
# The name (project, location, cluster id) of the cluster to complete IP
|
1918
|
-
# rotation. Specified in the format
|
1918
|
+
# rotation. Specified in the format `projects/*/locations/*/clusters/*`.
|
1919
1919
|
# @param options [Google::Gax::CallOptions]
|
1920
1920
|
# Overrides the default settings for this call, e.g, timeout,
|
1921
1921
|
# retries, etc.
|
@@ -1969,7 +1969,7 @@ module Google
|
|
1969
1969
|
# @param name [String]
|
1970
1970
|
# The name (project, location, cluster, node pool id) of the node pool to set
|
1971
1971
|
# size.
|
1972
|
-
# Specified in the format
|
1972
|
+
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
1973
1973
|
# @param options [Google::Gax::CallOptions]
|
1974
1974
|
# Overrides the default settings for this call, e.g, timeout,
|
1975
1975
|
# retries, etc.
|
@@ -2028,7 +2028,7 @@ module Google
|
|
2028
2028
|
# This field has been deprecated and replaced by the name field.
|
2029
2029
|
# @param name [String]
|
2030
2030
|
# The name (project, location, cluster id) of the cluster to set networking
|
2031
|
-
# policy. Specified in the format
|
2031
|
+
# policy. Specified in the format `projects/*/locations/*/clusters/*`.
|
2032
2032
|
# @param options [Google::Gax::CallOptions]
|
2033
2033
|
# Overrides the default settings for this call, e.g, timeout,
|
2034
2034
|
# retries, etc.
|
@@ -2084,7 +2084,7 @@ module Google
|
|
2084
2084
|
# @param name [String]
|
2085
2085
|
# The name (project, location, cluster id) of the cluster to set maintenance
|
2086
2086
|
# policy.
|
2087
|
-
# Specified in the format
|
2087
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
2088
2088
|
# @param options [Google::Gax::CallOptions]
|
2089
2089
|
# Overrides the default settings for this call, e.g, timeout,
|
2090
2090
|
# retries, etc.
|
@@ -2134,7 +2134,7 @@ module Google
|
|
2134
2134
|
#
|
2135
2135
|
# @param parent [String]
|
2136
2136
|
# The parent project where subnetworks are usable.
|
2137
|
-
# Specified in the format
|
2137
|
+
# Specified in the format `projects/*`.
|
2138
2138
|
# @param filter [String]
|
2139
2139
|
# Filtering currently only supports equality on the networkProjectId and must
|
2140
2140
|
# be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId`
|
@@ -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
|
@@ -1018,11 +1018,11 @@ module Google
|
|
1018
1018
|
# @!attribute [rw] cluster
|
1019
1019
|
# @return [Google::Container::V1::Cluster]
|
1020
1020
|
# Required. A [cluster
|
1021
|
-
# resource](/container-engine/reference/rest/v1/projects.zones.clusters)
|
1021
|
+
# resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
|
1022
1022
|
# @!attribute [rw] parent
|
1023
1023
|
# @return [String]
|
1024
1024
|
# The parent (project and location) where the cluster will be created.
|
1025
|
-
# Specified in the format
|
1025
|
+
# Specified in the format `projects/*/locations/*`.
|
1026
1026
|
class CreateClusterRequest; end
|
1027
1027
|
|
1028
1028
|
# GetClusterRequest gets the settings of a cluster.
|
@@ -1044,7 +1044,7 @@ module Google
|
|
1044
1044
|
# @!attribute [rw] name
|
1045
1045
|
# @return [String]
|
1046
1046
|
# The name (project, location, cluster) of the cluster to retrieve.
|
1047
|
-
# Specified in the format
|
1047
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1048
1048
|
class GetClusterRequest; end
|
1049
1049
|
|
1050
1050
|
# UpdateClusterRequest updates the settings of a cluster.
|
@@ -1069,7 +1069,7 @@ module Google
|
|
1069
1069
|
# @!attribute [rw] name
|
1070
1070
|
# @return [String]
|
1071
1071
|
# The name (project, location, cluster) of the cluster to update.
|
1072
|
-
# Specified in the format
|
1072
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1073
1073
|
class UpdateClusterRequest; end
|
1074
1074
|
|
1075
1075
|
# UpdateNodePoolRequests update a node pool's image and/or version.
|
@@ -1112,7 +1112,7 @@ module Google
|
|
1112
1112
|
# @return [String]
|
1113
1113
|
# The name (project, location, cluster, node pool) of the node pool to
|
1114
1114
|
# update. Specified in the format
|
1115
|
-
#
|
1115
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1116
1116
|
class UpdateNodePoolRequest; end
|
1117
1117
|
|
1118
1118
|
# SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
|
@@ -1142,7 +1142,7 @@ module Google
|
|
1142
1142
|
# @return [String]
|
1143
1143
|
# The name (project, location, cluster, node pool) of the node pool to set
|
1144
1144
|
# autoscaler settings. Specified in the format
|
1145
|
-
#
|
1145
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1146
1146
|
class SetNodePoolAutoscalingRequest; end
|
1147
1147
|
|
1148
1148
|
# SetLoggingServiceRequest sets the logging service of a cluster.
|
@@ -1171,7 +1171,7 @@ module Google
|
|
1171
1171
|
# @!attribute [rw] name
|
1172
1172
|
# @return [String]
|
1173
1173
|
# The name (project, location, cluster) of the cluster to set logging.
|
1174
|
-
# Specified in the format
|
1174
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1175
1175
|
class SetLoggingServiceRequest; end
|
1176
1176
|
|
1177
1177
|
# SetMonitoringServiceRequest sets the monitoring service of a cluster.
|
@@ -1202,7 +1202,7 @@ module Google
|
|
1202
1202
|
# @!attribute [rw] name
|
1203
1203
|
# @return [String]
|
1204
1204
|
# The name (project, location, cluster) of the cluster to set monitoring.
|
1205
|
-
# Specified in the format
|
1205
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1206
1206
|
class SetMonitoringServiceRequest; end
|
1207
1207
|
|
1208
1208
|
# SetAddonsConfigRequest sets the addons associated with the cluster.
|
@@ -1228,7 +1228,7 @@ module Google
|
|
1228
1228
|
# @!attribute [rw] name
|
1229
1229
|
# @return [String]
|
1230
1230
|
# The name (project, location, cluster) of the cluster to set addons.
|
1231
|
-
# Specified in the format
|
1231
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1232
1232
|
class SetAddonsConfigRequest; end
|
1233
1233
|
|
1234
1234
|
# SetLocationsRequest sets the locations of the cluster.
|
@@ -1259,7 +1259,7 @@ module Google
|
|
1259
1259
|
# @!attribute [rw] name
|
1260
1260
|
# @return [String]
|
1261
1261
|
# The name (project, location, cluster) of the cluster to set locations.
|
1262
|
-
# Specified in the format
|
1262
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1263
1263
|
class SetLocationsRequest; end
|
1264
1264
|
|
1265
1265
|
# UpdateMasterRequest updates the master of the cluster.
|
@@ -1293,7 +1293,7 @@ module Google
|
|
1293
1293
|
# @!attribute [rw] name
|
1294
1294
|
# @return [String]
|
1295
1295
|
# The name (project, location, cluster) of the cluster to update.
|
1296
|
-
# Specified in the format
|
1296
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1297
1297
|
class UpdateMasterRequest; end
|
1298
1298
|
|
1299
1299
|
# SetMasterAuthRequest updates the admin password of a cluster.
|
@@ -1321,7 +1321,7 @@ module Google
|
|
1321
1321
|
# @!attribute [rw] name
|
1322
1322
|
# @return [String]
|
1323
1323
|
# The name (project, location, cluster) of the cluster to set auth.
|
1324
|
-
# Specified in the format
|
1324
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1325
1325
|
class SetMasterAuthRequest
|
1326
1326
|
# Operation type: what type update to perform.
|
1327
1327
|
module Action
|
@@ -1361,7 +1361,7 @@ module Google
|
|
1361
1361
|
# @!attribute [rw] name
|
1362
1362
|
# @return [String]
|
1363
1363
|
# The name (project, location, cluster) of the cluster to delete.
|
1364
|
-
# Specified in the format
|
1364
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
1365
1365
|
class DeleteClusterRequest; end
|
1366
1366
|
|
1367
1367
|
# ListClustersRequest lists clusters.
|
@@ -1379,7 +1379,7 @@ module Google
|
|
1379
1379
|
# @!attribute [rw] parent
|
1380
1380
|
# @return [String]
|
1381
1381
|
# The parent (project and location) where the clusters will be listed.
|
1382
|
-
# Specified in the format
|
1382
|
+
# Specified in the format `projects/*/locations/*`.
|
1383
1383
|
# Location "-" matches all zones and all regions.
|
1384
1384
|
class ListClustersRequest; end
|
1385
1385
|
|
@@ -1413,7 +1413,7 @@ module Google
|
|
1413
1413
|
# @!attribute [rw] name
|
1414
1414
|
# @return [String]
|
1415
1415
|
# The name (project, location, operation id) of the operation to get.
|
1416
|
-
# Specified in the format
|
1416
|
+
# Specified in the format `projects/*/locations/*/operations/*`.
|
1417
1417
|
class GetOperationRequest; end
|
1418
1418
|
|
1419
1419
|
# ListOperationsRequest lists operations.
|
@@ -1430,7 +1430,7 @@ module Google
|
|
1430
1430
|
# @!attribute [rw] parent
|
1431
1431
|
# @return [String]
|
1432
1432
|
# The parent (project and location) where the operations will be listed.
|
1433
|
-
# Specified in the format
|
1433
|
+
# Specified in the format `projects/*/locations/*`.
|
1434
1434
|
# Location "-" matches all zones and all regions.
|
1435
1435
|
class ListOperationsRequest; end
|
1436
1436
|
|
@@ -1452,7 +1452,7 @@ module Google
|
|
1452
1452
|
# @!attribute [rw] name
|
1453
1453
|
# @return [String]
|
1454
1454
|
# The name (project, location, operation id) of the operation to cancel.
|
1455
|
-
# Specified in the format
|
1455
|
+
# Specified in the format `projects/*/locations/*/operations/*`.
|
1456
1456
|
class CancelOperationRequest; end
|
1457
1457
|
|
1458
1458
|
# ListOperationsResponse is the result of ListOperationsRequest.
|
@@ -1479,7 +1479,7 @@ module Google
|
|
1479
1479
|
# @!attribute [rw] name
|
1480
1480
|
# @return [String]
|
1481
1481
|
# The name (project and location) of the server config to get,
|
1482
|
-
# specified in the format
|
1482
|
+
# specified in the format `projects/*/locations/*`.
|
1483
1483
|
class GetServerConfigRequest; end
|
1484
1484
|
|
1485
1485
|
# Kubernetes Engine service configuration.
|
@@ -1523,7 +1523,7 @@ module Google
|
|
1523
1523
|
# @return [String]
|
1524
1524
|
# The parent (project, location, cluster id) where the node pool will be
|
1525
1525
|
# created. Specified in the format
|
1526
|
-
#
|
1526
|
+
# `projects/*/locations/*/clusters/*`.
|
1527
1527
|
class CreateNodePoolRequest; end
|
1528
1528
|
|
1529
1529
|
# DeleteNodePoolRequest deletes a node pool for a cluster.
|
@@ -1550,7 +1550,7 @@ module Google
|
|
1550
1550
|
# @return [String]
|
1551
1551
|
# The name (project, location, cluster, node pool id) of the node pool to
|
1552
1552
|
# delete. Specified in the format
|
1553
|
-
#
|
1553
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1554
1554
|
class DeleteNodePoolRequest; end
|
1555
1555
|
|
1556
1556
|
# ListNodePoolsRequest lists the node pool(s) for a cluster.
|
@@ -1572,7 +1572,7 @@ module Google
|
|
1572
1572
|
# @!attribute [rw] parent
|
1573
1573
|
# @return [String]
|
1574
1574
|
# The parent (project, location, cluster id) where the node pools will be
|
1575
|
-
# listed. Specified in the format
|
1575
|
+
# listed. Specified in the format `projects/*/locations/*/clusters/*`.
|
1576
1576
|
class ListNodePoolsRequest; end
|
1577
1577
|
|
1578
1578
|
# GetNodePoolRequest retrieves a node pool for a cluster.
|
@@ -1599,7 +1599,7 @@ module Google
|
|
1599
1599
|
# @return [String]
|
1600
1600
|
# The name (project, location, cluster, node pool id) of the node pool to
|
1601
1601
|
# get. Specified in the format
|
1602
|
-
#
|
1602
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1603
1603
|
class GetNodePoolRequest; end
|
1604
1604
|
|
1605
1605
|
# NodePool contains the name and configuration for a cluster's node pool.
|
@@ -1629,7 +1629,7 @@ module Google
|
|
1629
1629
|
# @!attribute [rw] instance_group_urls
|
1630
1630
|
# @return [Array<String>]
|
1631
1631
|
# [Output only] The resource URLs of the [managed instance
|
1632
|
-
# groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
|
1632
|
+
# groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
|
1633
1633
|
# associated with this node pool.
|
1634
1634
|
# @!attribute [rw] status
|
1635
1635
|
# @return [Google::Container::V1::NodePool::Status]
|
@@ -1834,7 +1834,7 @@ module Google
|
|
1834
1834
|
# @return [String]
|
1835
1835
|
# The name (project, location, cluster, node pool id) of the node pool to set
|
1836
1836
|
# management properties. Specified in the format
|
1837
|
-
#
|
1837
|
+
# `projects/*/locations/*/clusters/*/nodePools/*`.
|
1838
1838
|
class SetNodePoolManagementRequest; end
|
1839
1839
|
|
1840
1840
|
# SetNodePoolSizeRequest sets the size a node
|
@@ -1865,7 +1865,7 @@ module Google
|
|
1865
1865
|
# @return [String]
|
1866
1866
|
# The name (project, location, cluster, node pool id) of the node pool to set
|
1867
1867
|
# size.
|
1868
|
-
# Specified in the format
|
1868
|
+
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
1869
1869
|
class SetNodePoolSizeRequest; end
|
1870
1870
|
|
1871
1871
|
# RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed
|
@@ -1894,7 +1894,7 @@ module Google
|
|
1894
1894
|
# @return [String]
|
1895
1895
|
# The name (project, location, cluster, node pool id) of the node poll to
|
1896
1896
|
# rollback upgrade.
|
1897
|
-
# Specified in the format
|
1897
|
+
# Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
|
1898
1898
|
class RollbackNodePoolUpgradeRequest; end
|
1899
1899
|
|
1900
1900
|
# ListNodePoolsResponse is the result of ListNodePoolsRequest.
|
@@ -1999,7 +1999,7 @@ module Google
|
|
1999
1999
|
# @!attribute [rw] name
|
2000
2000
|
# @return [String]
|
2001
2001
|
# The name (project, location, cluster id) of the cluster to set labels.
|
2002
|
-
# Specified in the format
|
2002
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
2003
2003
|
class SetLabelsRequest; end
|
2004
2004
|
|
2005
2005
|
# SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for
|
@@ -2025,7 +2025,7 @@ module Google
|
|
2025
2025
|
# @!attribute [rw] name
|
2026
2026
|
# @return [String]
|
2027
2027
|
# The name (project, location, cluster id) of the cluster to set legacy abac.
|
2028
|
-
# Specified in the format
|
2028
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
2029
2029
|
class SetLegacyAbacRequest; end
|
2030
2030
|
|
2031
2031
|
# StartIPRotationRequest creates a new IP for the cluster and then performs
|
@@ -2048,7 +2048,7 @@ module Google
|
|
2048
2048
|
# @!attribute [rw] name
|
2049
2049
|
# @return [String]
|
2050
2050
|
# The name (project, location, cluster id) of the cluster to start IP
|
2051
|
-
# rotation. Specified in the format
|
2051
|
+
# rotation. Specified in the format `projects/*/locations/*/clusters/*`.
|
2052
2052
|
# @!attribute [rw] rotate_credentials
|
2053
2053
|
# @return [true, false]
|
2054
2054
|
# Whether to rotate credentials during IP rotation.
|
@@ -2073,7 +2073,7 @@ module Google
|
|
2073
2073
|
# @!attribute [rw] name
|
2074
2074
|
# @return [String]
|
2075
2075
|
# The name (project, location, cluster id) of the cluster to complete IP
|
2076
|
-
# rotation. Specified in the format
|
2076
|
+
# rotation. Specified in the format `projects/*/locations/*/clusters/*`.
|
2077
2077
|
class CompleteIPRotationRequest; end
|
2078
2078
|
|
2079
2079
|
# AcceleratorConfig represents a Hardware Accelerator request.
|
@@ -2108,7 +2108,7 @@ module Google
|
|
2108
2108
|
# @!attribute [rw] name
|
2109
2109
|
# @return [String]
|
2110
2110
|
# The name (project, location, cluster id) of the cluster to set networking
|
2111
|
-
# policy. Specified in the format
|
2111
|
+
# policy. Specified in the format `projects/*/locations/*/clusters/*`.
|
2112
2112
|
class SetNetworkPolicyRequest; end
|
2113
2113
|
|
2114
2114
|
# SetMaintenancePolicyRequest sets the maintenance policy for a cluster.
|
@@ -2132,7 +2132,7 @@ module Google
|
|
2132
2132
|
# @return [String]
|
2133
2133
|
# The name (project, location, cluster id) of the cluster to set maintenance
|
2134
2134
|
# policy.
|
2135
|
-
# Specified in the format
|
2135
|
+
# Specified in the format `projects/*/locations/*/clusters/*`.
|
2136
2136
|
class SetMaintenancePolicyRequest; end
|
2137
2137
|
|
2138
2138
|
# StatusCondition describes why a cluster or a node pool has a certain status
|
@@ -2173,7 +2173,7 @@ module Google
|
|
2173
2173
|
# @!attribute [rw] network
|
2174
2174
|
# @return [String]
|
2175
2175
|
# Output only. The relative name of the Google Compute Engine
|
2176
|
-
# {Google::Container::V1::NetworkConfig#network network}(/compute/docs/networks-and-firewalls#networks) to which
|
2176
|
+
# {Google::Container::V1::NetworkConfig#network network}(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
|
2177
2177
|
# the cluster is connected.
|
2178
2178
|
# Example: projects/my-project/global/networks/my-network
|
2179
2179
|
# @!attribute [rw] subnetwork
|
@@ -2228,7 +2228,7 @@ module Google
|
|
2228
2228
|
# @!attribute [rw] parent
|
2229
2229
|
# @return [String]
|
2230
2230
|
# The parent project where subnetworks are usable.
|
2231
|
-
# Specified in the format
|
2231
|
+
# Specified in the format `projects/*`.
|
2232
2232
|
# @!attribute [rw] filter
|
2233
2233
|
# @return [String]
|
2234
2234
|
# Filtering currently only supports equality on the networkProjectId and must
|