Skip to content

Commit dd109d8

Browse files
docs: [container] Improve version documentation for NodePool (#9061)
* docs: Improve `version` documentation for `NodePool` PiperOrigin-RevId: 506627554 Source-Link: googleapis/googleapis@666a551 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e666add3b7a5b2b9cf21d4f2b70026da361664d9 Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6ImU2NjZhZGQzYjdhNWIyYjljZjIxZDRmMmI3MDAyNmRhMzYxNjY0ZDkifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c56075c commit dd109d8

29 files changed

Lines changed: 333 additions & 323 deletions

java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public com.google.protobuf.ByteString getGpuPartitionSizeBytes() {
207207
* <code>int64 max_time_shared_clients_per_gpu = 4 [deprecated = true];</code>
208208
*
209209
* @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is
210-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4081
210+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4082
211211
* @return The maxTimeSharedClientsPerGpu.
212212
*/
213213
@java.lang.Override
@@ -1012,7 +1012,7 @@ public Builder setGpuPartitionSizeBytes(com.google.protobuf.ByteString value) {
10121012
* <code>int64 max_time_shared_clients_per_gpu = 4 [deprecated = true];</code>
10131013
*
10141014
* @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is
1015-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4081
1015+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4082
10161016
* @return The maxTimeSharedClientsPerGpu.
10171017
*/
10181018
@java.lang.Override
@@ -1030,7 +1030,7 @@ public long getMaxTimeSharedClientsPerGpu() {
10301030
* <code>int64 max_time_shared_clients_per_gpu = 4 [deprecated = true];</code>
10311031
*
10321032
* @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is
1033-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4081
1033+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4082
10341034
* @param value The maxTimeSharedClientsPerGpu to set.
10351035
* @return This builder for chaining.
10361036
*/
@@ -1052,7 +1052,7 @@ public Builder setMaxTimeSharedClientsPerGpu(long value) {
10521052
* <code>int64 max_time_shared_clients_per_gpu = 4 [deprecated = true];</code>
10531053
*
10541054
* @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is
1055-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4081
1055+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4082
10561056
* @return This builder for chaining.
10571057
*/
10581058
@java.lang.Deprecated

java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfigOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public interface AcceleratorConfigOrBuilder
102102
* <code>int64 max_time_shared_clients_per_gpu = 4 [deprecated = true];</code>
103103
*
104104
* @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is
105-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4081
105+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=4082
106106
* @return The maxTimeSharedClientsPerGpu.
107107
*/
108108
@java.lang.Deprecated

java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaults.java

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -353,16 +353,15 @@ public com.google.container.v1beta1.NodeManagementOrBuilder getManagementOrBuild
353353
* information, read [how to specify min CPU
354354
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
355355
* This field is deprecated, min_cpu_platform should be specified using
356-
* https://cloud.google.com/requested-min-cpu-platform label selector on the
357-
* pod.
356+
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
358357
* To unset the min cpu platform field pass "automatic"
359358
* as field value.
360359
* </pre>
361360
*
362361
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
363362
*
364363
* @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
365-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3856
364+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3857
366365
* @return The minCpuPlatform.
367366
*/
368367
@java.lang.Override
@@ -390,16 +389,15 @@ public java.lang.String getMinCpuPlatform() {
390389
* information, read [how to specify min CPU
391390
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
392391
* This field is deprecated, min_cpu_platform should be specified using
393-
* https://cloud.google.com/requested-min-cpu-platform label selector on the
394-
* pod.
392+
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
395393
* To unset the min cpu platform field pass "automatic"
396394
* as field value.
397395
* </pre>
398396
*
399397
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
400398
*
401399
* @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
402-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3856
400+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3857
403401
* @return The bytes for minCpuPlatform.
404402
*/
405403
@java.lang.Override
@@ -2035,16 +2033,15 @@ public com.google.container.v1beta1.NodeManagementOrBuilder getManagementOrBuild
20352033
* information, read [how to specify min CPU
20362034
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
20372035
* This field is deprecated, min_cpu_platform should be specified using
2038-
* https://cloud.google.com/requested-min-cpu-platform label selector on the
2039-
* pod.
2036+
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
20402037
* To unset the min cpu platform field pass "automatic"
20412038
* as field value.
20422039
* </pre>
20432040
*
20442041
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
20452042
*
20462043
* @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
2047-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3856
2044+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3857
20482045
* @return The minCpuPlatform.
20492046
*/
20502047
@java.lang.Deprecated
@@ -2071,16 +2068,15 @@ public java.lang.String getMinCpuPlatform() {
20712068
* information, read [how to specify min CPU
20722069
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
20732070
* This field is deprecated, min_cpu_platform should be specified using
2074-
* https://cloud.google.com/requested-min-cpu-platform label selector on the
2075-
* pod.
2071+
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
20762072
* To unset the min cpu platform field pass "automatic"
20772073
* as field value.
20782074
* </pre>
20792075
*
20802076
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
20812077
*
20822078
* @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
2083-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3856
2079+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3857
20842080
* @return The bytes for minCpuPlatform.
20852081
*/
20862082
@java.lang.Deprecated
@@ -2107,16 +2103,15 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() {
21072103
* information, read [how to specify min CPU
21082104
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
21092105
* This field is deprecated, min_cpu_platform should be specified using
2110-
* https://cloud.google.com/requested-min-cpu-platform label selector on the
2111-
* pod.
2106+
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
21122107
* To unset the min cpu platform field pass "automatic"
21132108
* as field value.
21142109
* </pre>
21152110
*
21162111
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
21172112
*
21182113
* @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
2119-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3856
2114+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3857
21202115
* @param value The minCpuPlatform to set.
21212116
* @return This builder for chaining.
21222117
*/
@@ -2142,16 +2137,15 @@ public Builder setMinCpuPlatform(java.lang.String value) {
21422137
* information, read [how to specify min CPU
21432138
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
21442139
* This field is deprecated, min_cpu_platform should be specified using
2145-
* https://cloud.google.com/requested-min-cpu-platform label selector on the
2146-
* pod.
2140+
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
21472141
* To unset the min cpu platform field pass "automatic"
21482142
* as field value.
21492143
* </pre>
21502144
*
21512145
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
21522146
*
21532147
* @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
2154-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3856
2148+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3857
21552149
* @return This builder for chaining.
21562150
*/
21572151
@java.lang.Deprecated
@@ -2173,16 +2167,15 @@ public Builder clearMinCpuPlatform() {
21732167
* information, read [how to specify min CPU
21742168
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
21752169
* This field is deprecated, min_cpu_platform should be specified using
2176-
* https://cloud.google.com/requested-min-cpu-platform label selector on the
2177-
* pod.
2170+
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
21782171
* To unset the min cpu platform field pass "automatic"
21792172
* as field value.
21802173
* </pre>
21812174
*
21822175
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
21832176
*
21842177
* @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
2185-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3856
2178+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3857
21862179
* @param value The bytes for minCpuPlatform to set.
21872180
* @return This builder for chaining.
21882181
*/

java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaultsOrBuilder.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,16 +229,15 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder
229229
* information, read [how to specify min CPU
230230
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
231231
* This field is deprecated, min_cpu_platform should be specified using
232-
* https://cloud.google.com/requested-min-cpu-platform label selector on the
233-
* pod.
232+
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
234233
* To unset the min cpu platform field pass "automatic"
235234
* as field value.
236235
* </pre>
237236
*
238237
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
239238
*
240239
* @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
241-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3856
240+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3857
242241
* @return The minCpuPlatform.
243242
*/
244243
@java.lang.Deprecated
@@ -255,16 +254,15 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder
255254
* information, read [how to specify min CPU
256255
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
257256
* This field is deprecated, min_cpu_platform should be specified using
258-
* https://cloud.google.com/requested-min-cpu-platform label selector on the
259-
* pod.
257+
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
260258
* To unset the min cpu platform field pass "automatic"
261259
* as field value.
262260
* </pre>
263261
*
264262
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
265263
*
266264
* @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
267-
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3856
265+
* deprecated. See google/container/v1beta1/cluster_service.proto;l=3857
268266
* @return The bytes for minCpuPlatform.
269267
*/
270268
@java.lang.Deprecated

0 commit comments

Comments
 (0)