Add podSecurityPolicyConfig to gke cluster (#3254) (#170)

* 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:
The Magician 2020-03-16 13:20:27 -07:00 committed by GitHub
commit 24bdbf2eac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 0 deletions

View file

@ -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.