diff --git a/build/ansible b/build/ansible index 070354d6d4b7..7d85e98b1a4e 160000 --- a/build/ansible +++ b/build/ansible @@ -1 +1 @@ -Subproject commit 070354d6d4b763cf7076a01af8ea928c67ca306b +Subproject commit 7d85e98b1a4ecead9f5542da03c4f717cdcb312e diff --git a/build/inspec b/build/inspec index 35c2a11425d3..9b939cb857d2 160000 --- a/build/inspec +++ b/build/inspec @@ -1 +1 @@ -Subproject commit 35c2a11425d3e6ec6e90887b276bcd5c7dea8909 +Subproject commit 9b939cb857d26be8799800709ac8a12ee965c7a9 diff --git a/products/container/api.yaml b/products/container/api.yaml index bc283c7f3a65..7122b54ceff0 100644 --- a/products/container/api.yaml +++ b/products/container/api.yaml @@ -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) @@ -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.