mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 16:11:31 -07:00
These fields were duplicated, they shouldn't be
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
38c1061328
commit
038a8ada20
2 changed files with 38 additions and 38 deletions
|
@ -402,6 +402,19 @@ resources:
|
|||
a /14 block in 10.0.0.0/8.
|
||||
returned: success
|
||||
type: str
|
||||
enableTpu:
|
||||
description:
|
||||
- "(Optional) Whether to enable Cloud TPU resources in this cluster."
|
||||
- See the official documentation - U(https://cloud.google.com/tpu/docs/kubernetes-engine-setup)
|
||||
.
|
||||
returned: success
|
||||
type: bool
|
||||
tpuIpv4CidrBlock:
|
||||
description:
|
||||
- The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
|
||||
notation (e.g. `1.2.3.4/29`).
|
||||
returned: success
|
||||
type: str
|
||||
addonsConfig:
|
||||
description:
|
||||
- Configurations for the various addons available to run in the cluster.
|
||||
|
@ -651,16 +664,6 @@ resources:
|
|||
- The time the cluster will be automatically deleted in RFC3339 text format.
|
||||
returned: success
|
||||
type: str
|
||||
enableTpu:
|
||||
description:
|
||||
- Enable the ability to use Cloud TPUs in this cluster.
|
||||
returned: success
|
||||
type: bool
|
||||
tpuIpv4CidrBlock:
|
||||
description:
|
||||
- The IP address range of the Cloud TPUs in this cluster, in CIDR notation.
|
||||
returned: success
|
||||
type: str
|
||||
conditions:
|
||||
description:
|
||||
- Which conditions caused the current cluster state.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue