mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-11 04:11:27 -07:00
* Add db encryption status to container cluster api * Add various cluster/nodepool definitions Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
3a8a593218
commit
4263a126e3
4 changed files with 314 additions and 0 deletions
|
@ -294,6 +294,19 @@ resources:
|
|||
image when the instance is created.
|
||||
returned: success
|
||||
type: bool
|
||||
workloadMetaConfig:
|
||||
description:
|
||||
- WorkloadMetadataConfig defines the metadata configuration to expose to
|
||||
workloads on the node pool.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
mode:
|
||||
description:
|
||||
- Mode is the configuration for how to expose metadata to workloads
|
||||
running on the node pool.
|
||||
returned: success
|
||||
type: str
|
||||
initialNodeCount:
|
||||
description:
|
||||
- The initial node count for the pool. You must ensure that your Compute Engine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue