Skip to content

Commit

Permalink
These fields were duplicated, they shouldn't be (#2873)
Browse files Browse the repository at this point in the history
Merged PR #2873.
  • Loading branch information
slevenick authored and modular-magician committed Dec 19, 2019
1 parent 056ffe1 commit 22e7ec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/ansible
10 changes: 1 addition & 9 deletions products/container/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,16 +368,14 @@ objects:
The IP address range of the container pods in this cluster, in CIDR
notation (e.g. 10.96.0.0/14). Leave blank to have one automatically
chosen or specify a /14 block in 10.0.0.0/8.
- !ruby/object:Api::Type::String
- !ruby/object:Api::Type::Boolean
name: 'enableTpu'
min_version: beta
description: |
(Optional) Whether to enable Cloud TPU resources in this cluster.
See the official documentation - https://cloud.google.com/tpu/docs/kubernetes-engine-setup
- !ruby/object:Api::Type::String
name: 'tpuIpv4CidrBlock'
output: true
min_version: beta
description: |
The IP address range of the Cloud TPUs in this cluster, in
[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
Expand Down Expand Up @@ -636,12 +634,6 @@ objects:
The time the cluster will be automatically deleted in RFC3339 text
format.
output: true
- !ruby/object:Api::Type::Boolean
name: 'enableTpu'
description: Enable the ability to use Cloud TPUs in this cluster.
- !ruby/object:Api::Type::String
name: 'tpuIpv4CidrBlock'
description: The IP address range of the Cloud TPUs in this cluster, in CIDR notation
- !ruby/object:Api::Type::Array
name: 'conditions'
description: Which conditions caused the current cluster state.
Expand Down

0 comments on commit 22e7ec2

Please sign in to comment.