I’m creating a `new gcp.container.Cluster`, having...
# general
i
I’m creating a
new gcp.container.Cluster
, having a few problems mapping the last few cli options. I tried
nodePools
but it doesn’t seem like the right thing based on the docs and it doesn’t typecheck. Where can I find these mappings or are they unsupported? doc: https://pulumi.io/reference/pkg/nodejs/@pulumi/gcp/container/#Cluster
Copy code
gcloud beta container clusters create \
  --enable-autorepair \
  --enable-autoscaling \
  --enable-autoupgrade \
  --enable-cloud-logging \
  --enable-cloud-monitoring \