mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
* Add podSecurityPolicyConfig to gke cluster * Add binauthz config to gke cluster Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
982e2487df
commit
24bdbf2eac
2 changed files with 52 additions and 0 deletions
|
@ -719,6 +719,17 @@ resources:
|
|||
- Name of the node pool.
|
||||
returned: success
|
||||
type: str
|
||||
binaryAuthorization:
|
||||
description:
|
||||
- Configuration for the BinaryAuthorization feature.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
enabled:
|
||||
description:
|
||||
- If enabled, all container images will be validated by Binary Authorization.
|
||||
returned: success
|
||||
type: bool
|
||||
location:
|
||||
description:
|
||||
- The location where the cluster is deployed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue