Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [container] Add clarification on whether NodePool.version is a required field #9074

Merged
merged 2 commits into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -304,16 +304,15 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder()
* information, read [how to specify min CPU
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
* This field is deprecated, min_cpu_platform should be specified using
* https://cloud.google.com/requested-min-cpu-platform label selector on the
* pod.
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
* To unset the min cpu platform field pass "automatic"
* as field value.
* </pre>
*
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
*
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
* deprecated. See google/container/v1/cluster_service.proto;l=3508
* deprecated. See google/container/v1/cluster_service.proto;l=3509
* @return The minCpuPlatform.
*/
@java.lang.Override
Expand Down Expand Up @@ -341,16 +340,15 @@ public java.lang.String getMinCpuPlatform() {
* information, read [how to specify min CPU
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
* This field is deprecated, min_cpu_platform should be specified using
* https://cloud.google.com/requested-min-cpu-platform label selector on the
* pod.
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
* To unset the min cpu platform field pass "automatic"
* as field value.
* </pre>
*
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
*
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
* deprecated. See google/container/v1/cluster_service.proto;l=3508
* deprecated. See google/container/v1/cluster_service.proto;l=3509
* @return The bytes for minCpuPlatform.
*/
@java.lang.Override
Expand Down Expand Up @@ -1870,16 +1868,15 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder()
* information, read [how to specify min CPU
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
* This field is deprecated, min_cpu_platform should be specified using
* https://cloud.google.com/requested-min-cpu-platform label selector on the
* pod.
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
* To unset the min cpu platform field pass "automatic"
* as field value.
* </pre>
*
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
*
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
* deprecated. See google/container/v1/cluster_service.proto;l=3508
* deprecated. See google/container/v1/cluster_service.proto;l=3509
* @return The minCpuPlatform.
*/
@java.lang.Deprecated
Expand All @@ -1906,16 +1903,15 @@ public java.lang.String getMinCpuPlatform() {
* information, read [how to specify min CPU
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
* This field is deprecated, min_cpu_platform should be specified using
* https://cloud.google.com/requested-min-cpu-platform label selector on the
* pod.
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
* To unset the min cpu platform field pass "automatic"
* as field value.
* </pre>
*
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
*
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
* deprecated. See google/container/v1/cluster_service.proto;l=3508
* deprecated. See google/container/v1/cluster_service.proto;l=3509
* @return The bytes for minCpuPlatform.
*/
@java.lang.Deprecated
Expand All @@ -1942,16 +1938,15 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() {
* information, read [how to specify min CPU
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
* This field is deprecated, min_cpu_platform should be specified using
* https://cloud.google.com/requested-min-cpu-platform label selector on the
* pod.
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
* To unset the min cpu platform field pass "automatic"
* as field value.
* </pre>
*
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
*
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
* deprecated. See google/container/v1/cluster_service.proto;l=3508
* deprecated. See google/container/v1/cluster_service.proto;l=3509
* @param value The minCpuPlatform to set.
* @return This builder for chaining.
*/
Expand All @@ -1977,16 +1972,15 @@ public Builder setMinCpuPlatform(java.lang.String value) {
* information, read [how to specify min CPU
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
* This field is deprecated, min_cpu_platform should be specified using
* https://cloud.google.com/requested-min-cpu-platform label selector on the
* pod.
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
* To unset the min cpu platform field pass "automatic"
* as field value.
* </pre>
*
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
*
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
* deprecated. See google/container/v1/cluster_service.proto;l=3508
* deprecated. See google/container/v1/cluster_service.proto;l=3509
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand All @@ -2008,16 +2002,15 @@ public Builder clearMinCpuPlatform() {
* information, read [how to specify min CPU
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
* This field is deprecated, min_cpu_platform should be specified using
* https://cloud.google.com/requested-min-cpu-platform label selector on the
* pod.
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
* To unset the min cpu platform field pass "automatic"
* as field value.
* </pre>
*
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
*
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
* deprecated. See google/container/v1/cluster_service.proto;l=3508
* deprecated. See google/container/v1/cluster_service.proto;l=3509
* @param value The bytes for minCpuPlatform to set.
* @return This builder for chaining.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,15 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder
* information, read [how to specify min CPU
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
* This field is deprecated, min_cpu_platform should be specified using
* https://cloud.google.com/requested-min-cpu-platform label selector on the
* pod.
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
* To unset the min cpu platform field pass "automatic"
* as field value.
* </pre>
*
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
*
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
* deprecated. See google/container/v1/cluster_service.proto;l=3508
* deprecated. See google/container/v1/cluster_service.proto;l=3509
* @return The minCpuPlatform.
*/
@java.lang.Deprecated
Expand All @@ -207,16 +206,15 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder
* information, read [how to specify min CPU
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
* This field is deprecated, min_cpu_platform should be specified using
* https://cloud.google.com/requested-min-cpu-platform label selector on the
* pod.
* `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
* To unset the min cpu platform field pass "automatic"
* as field value.
* </pre>
*
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
*
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
* deprecated. See google/container/v1/cluster_service.proto;l=3508
* deprecated. See google/container/v1/cluster_service.proto;l=3509
* @return The bytes for minCpuPlatform.
*/
@java.lang.Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* <code>string project_id = 1 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3692
* google/container/v1/cluster_service.proto;l=3693
* @return The projectId.
*/
@java.lang.Override
Expand Down Expand Up @@ -114,7 +114,7 @@ public java.lang.String getProjectId() {
* <code>string project_id = 1 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3692
* google/container/v1/cluster_service.proto;l=3693
* @return The bytes for projectId.
*/
@java.lang.Override
Expand Down Expand Up @@ -148,7 +148,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
* <code>string zone = 2 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See
* google/container/v1/cluster_service.proto;l=3698
* google/container/v1/cluster_service.proto;l=3699
* @return The zone.
*/
@java.lang.Override
Expand Down Expand Up @@ -177,7 +177,7 @@ public java.lang.String getZone() {
* <code>string zone = 2 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See
* google/container/v1/cluster_service.proto;l=3698
* google/container/v1/cluster_service.proto;l=3699
* @return The bytes for zone.
*/
@java.lang.Override
Expand Down Expand Up @@ -209,7 +209,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
* <code>string cluster_id = 3 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3702
* google/container/v1/cluster_service.proto;l=3703
* @return The clusterId.
*/
@java.lang.Override
Expand All @@ -236,7 +236,7 @@ public java.lang.String getClusterId() {
* <code>string cluster_id = 3 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3702
* google/container/v1/cluster_service.proto;l=3703
* @return The bytes for clusterId.
*/
@java.lang.Override
Expand Down Expand Up @@ -733,7 +733,7 @@ public Builder mergeFrom(
* <code>string project_id = 1 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3692
* google/container/v1/cluster_service.proto;l=3693
* @return The projectId.
*/
@java.lang.Deprecated
Expand All @@ -760,7 +760,7 @@ public java.lang.String getProjectId() {
* <code>string project_id = 1 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3692
* google/container/v1/cluster_service.proto;l=3693
* @return The bytes for projectId.
*/
@java.lang.Deprecated
Expand All @@ -787,7 +787,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
* <code>string project_id = 1 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3692
* google/container/v1/cluster_service.proto;l=3693
* @param value The projectId to set.
* @return This builder for chaining.
*/
Expand All @@ -813,7 +813,7 @@ public Builder setProjectId(java.lang.String value) {
* <code>string project_id = 1 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3692
* google/container/v1/cluster_service.proto;l=3693
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand All @@ -835,7 +835,7 @@ public Builder clearProjectId() {
* <code>string project_id = 1 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3692
* google/container/v1/cluster_service.proto;l=3693
* @param value The bytes for projectId to set.
* @return This builder for chaining.
*/
Expand Down Expand Up @@ -865,7 +865,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
* <code>string zone = 2 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See
* google/container/v1/cluster_service.proto;l=3698
* google/container/v1/cluster_service.proto;l=3699
* @return The zone.
*/
@java.lang.Deprecated
Expand Down Expand Up @@ -893,7 +893,7 @@ public java.lang.String getZone() {
* <code>string zone = 2 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See
* google/container/v1/cluster_service.proto;l=3698
* google/container/v1/cluster_service.proto;l=3699
* @return The bytes for zone.
*/
@java.lang.Deprecated
Expand Down Expand Up @@ -921,7 +921,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
* <code>string zone = 2 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See
* google/container/v1/cluster_service.proto;l=3698
* google/container/v1/cluster_service.proto;l=3699
* @param value The zone to set.
* @return This builder for chaining.
*/
Expand All @@ -948,7 +948,7 @@ public Builder setZone(java.lang.String value) {
* <code>string zone = 2 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See
* google/container/v1/cluster_service.proto;l=3698
* google/container/v1/cluster_service.proto;l=3699
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand All @@ -971,7 +971,7 @@ public Builder clearZone() {
* <code>string zone = 2 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See
* google/container/v1/cluster_service.proto;l=3698
* google/container/v1/cluster_service.proto;l=3699
* @param value The bytes for zone to set.
* @return This builder for chaining.
*/
Expand Down Expand Up @@ -999,7 +999,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) {
* <code>string cluster_id = 3 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3702
* google/container/v1/cluster_service.proto;l=3703
* @return The clusterId.
*/
@java.lang.Deprecated
Expand All @@ -1025,7 +1025,7 @@ public java.lang.String getClusterId() {
* <code>string cluster_id = 3 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3702
* google/container/v1/cluster_service.proto;l=3703
* @return The bytes for clusterId.
*/
@java.lang.Deprecated
Expand All @@ -1051,7 +1051,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() {
* <code>string cluster_id = 3 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3702
* google/container/v1/cluster_service.proto;l=3703
* @param value The clusterId to set.
* @return This builder for chaining.
*/
Expand All @@ -1076,7 +1076,7 @@ public Builder setClusterId(java.lang.String value) {
* <code>string cluster_id = 3 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3702
* google/container/v1/cluster_service.proto;l=3703
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand All @@ -1097,7 +1097,7 @@ public Builder clearClusterId() {
* <code>string cluster_id = 3 [deprecated = true];</code>
*
* @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See
* google/container/v1/cluster_service.proto;l=3702
* google/container/v1/cluster_service.proto;l=3703
* @param value The bytes for clusterId to set.
* @return This builder for chaining.
*/
Expand Down
Loading