You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodePoolAutoConfig.java
Copy file name to clipboardExpand all lines: clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodePoolAutoscaling.java
+24-21Lines changed: 24 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -53,32 +53,33 @@ public final class NodePoolAutoscaling extends com.google.api.client.json.Generi
53
53
privatejava.lang.StringlocationPolicy;
54
54
55
55
/**
56
-
* Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has
56
+
* Maximum number of nodes for one location in the node pool. Must be >= min_node_count. There has
57
57
* to be enough quota to scale up the cluster.
58
58
* The value may be {@code null}.
59
59
*/
60
60
@com.google.api.client.util.Key
61
61
privatejava.lang.IntegermaxNodeCount;
62
62
63
63
/**
64
-
* Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.
64
+
* Minimum number of nodes for one location in the node pool. Must be greater than or equal to 0
65
+
* and less than or equal to max_node_count.
65
66
* The value may be {@code null}.
66
67
*/
67
68
@com.google.api.client.util.Key
68
69
privatejava.lang.IntegerminNodeCount;
69
70
70
71
/**
71
-
* Maximum number of nodes in the node pool. Must be greater than total_min_node_count. There has
72
-
* to be enough quota to scale up the cluster. The total_*_node_count fields are mutually
73
-
* exclusive with the *_node_count fields.
72
+
* Maximum number of nodes in the node pool. Must be greater than or equal to
73
+
* total_min_node_count. There has to be enough quota to scale up the cluster. The
74
+
* total_*_node_count fields are mutually exclusive with the *_node_count fields.
74
75
* The value may be {@code null}.
75
76
*/
76
77
@com.google.api.client.util.Key
77
78
privatejava.lang.IntegertotalMaxNodeCount;
78
79
79
80
/**
80
-
* Minimum number of nodes in the node pool. Must be greater than 1 less than
81
-
* total_max_node_count. The total_*_node_count fields are mutually exclusive with the
81
+
* Minimum number of nodes in the node pool. Must be greater than or equal to 0 and less than or
82
+
* equal to total_max_node_count. The total_*_node_count fields are mutually exclusive with the
82
83
* *_node_count fields.
83
84
* The value may be {@code null}.
84
85
*/
@@ -137,7 +138,7 @@ public NodePoolAutoscaling setLocationPolicy(java.lang.String locationPolicy) {
137
138
}
138
139
139
140
/**
140
-
* Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has
141
+
* Maximum number of nodes for one location in the node pool. Must be >= min_node_count. There has
141
142
* to be enough quota to scale up the cluster.
142
143
* @return value or {@code null} for none
143
144
*/
@@ -146,7 +147,7 @@ public java.lang.Integer getMaxNodeCount() {
146
147
}
147
148
148
149
/**
149
-
* Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has
150
+
* Maximum number of nodes for one location in the node pool. Must be >= min_node_count. There has
150
151
* to be enough quota to scale up the cluster.
151
152
* @param maxNodeCount maxNodeCount or {@code null} for none
152
153
*/
@@ -156,15 +157,17 @@ public NodePoolAutoscaling setMaxNodeCount(java.lang.Integer maxNodeCount) {
156
157
}
157
158
158
159
/**
159
-
* Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.
160
+
* Minimum number of nodes for one location in the node pool. Must be greater than or equal to 0
161
+
* and less than or equal to max_node_count.
160
162
* @return value or {@code null} for none
161
163
*/
162
164
publicjava.lang.IntegergetMinNodeCount() {
163
165
returnminNodeCount;
164
166
}
165
167
166
168
/**
167
-
* Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.
169
+
* Minimum number of nodes for one location in the node pool. Must be greater than or equal to 0
170
+
* and less than or equal to max_node_count.
168
171
* @param minNodeCount minNodeCount or {@code null} for none
0 commit comments