mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 07:01:32 -07:00
Add new fields to container cluster api.yaml
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
fa3c220fc8
commit
d8ac7e91cc
2 changed files with 142 additions and 0 deletions
|
@ -632,6 +632,34 @@ resources:
|
|||
- Human-friendly representation of the condition.
|
||||
returned: success
|
||||
type: str
|
||||
masterAuthorizedNetworksConfig:
|
||||
description:
|
||||
- Configuration for controlling how IPs are allocated in the cluster.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
enabled:
|
||||
description:
|
||||
- Whether or not master authorized networks is enabled.
|
||||
returned: success
|
||||
type: bool
|
||||
cidrBlocks:
|
||||
description:
|
||||
- Define up to 50 external networks that could access Kubernetes master
|
||||
through HTTPS.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
displayName:
|
||||
description:
|
||||
- Optional field used to identify cidr blocks.
|
||||
returned: success
|
||||
type: str
|
||||
cidrBlock:
|
||||
description:
|
||||
- Block specified in CIDR notation.
|
||||
returned: success
|
||||
type: str
|
||||
location:
|
||||
description:
|
||||
- The location where the cluster is deployed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue