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