kubectl/pkg/cmd/wait
Arda Güçlü 64a1fe556b Add new --wait-for-creation flag in kubectl wait command
kubectl wait command errors out when the waited resource does not exist.
But we need to provide a way to the users about intentionally also waiting for
the creation of resources.

This PR introduces a new flag to cover waiting for the creation of resources
with preserving the default behavior.

Kubernetes-commit: e24b9a022f3b1e97ea538c9754d4d38f119f275e
2024-01-26 15:53:55 +03:00
..
wait.go Add new --wait-for-creation flag in kubectl wait command 2024-01-26 15:53:55 +03:00
wait_test.go Improve conditionFuncFor expression parsing for wait --for jsonpath 2023-06-20 03:34:50 +02:00