kubernetes-client
kubernetes-client copied to clipboard
Unable to use waitUntilCondition
Is your task related to a problem? Please describe
I can't find a way to use an example of waitUntilCondition described in your readme file https://github.com/fabric8io/kubernetes-client/blob/master/doc/CHEATSHEET.md#kubernetes-client-dsl-usage
Describe the solution you'd like
this example from the readme should compile
Pod pod = client.pods().inNamespace("default").withName("nginx").waitUntilCondition(pod -> pod.getStatus().getPhase().equals("Succeeded"), 1, TimeUnit.MINUTES)
Describe alternatives you've considered
No response
Additional context
No response
Could you please share the Kubernetes client version you're using?
What is the compilation error?
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!