kbst / terraform-provider-kustomization

Terraform provider for Kustomize
https://www.kubestack.com
Apache License 2.0
270 stars 53 forks source link

Feat/wait for statefulset #255

Closed s-diez closed 5 months ago

s-diez commented 5 months ago

This change adds support to wait for readiness of StatefulSets to match Deployments and DaemonSets.

Additionally I noticed a typo in manifest.go:27 which meant actually there is no support for wait of DaemonSets. As only Deployments were tested this remained annoticed. Therefore I refactored the tests to check all supported types.