mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
4263a126e3
commit
ffa905b853
2 changed files with 58 additions and 6 deletions
|
@ -770,6 +770,18 @@ resources:
|
|||
- If enabled, all container images will be validated by Binary Authorization.
|
||||
returned: success
|
||||
type: bool
|
||||
releaseChannel:
|
||||
description:
|
||||
- ReleaseChannel indicates which release channel a cluster is subscribed to.
|
||||
- Release channels are arranged in order of risk and frequency of updates.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
channel:
|
||||
description:
|
||||
- Which release channel the cluster is subscribed to.
|
||||
returned: success
|
||||
type: str
|
||||
shieldedNodes:
|
||||
description:
|
||||
- Shielded Nodes configuration.
|
||||
|
@ -783,8 +795,7 @@ resources:
|
|||
type: bool
|
||||
networkConfig:
|
||||
description:
|
||||
- ReleaseChannel indicates which release channel a cluster is subscribed to.
|
||||
- Release channels are arranged in order of risk and frequency of updates.
|
||||
- Network configurations .
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue