Is there an analog of --server-dry-run option in io.fabric8.kubernetes api (Java client for kubernetes)?
4/6/2020
In command line we can use kubectl apply --server-dry-run -f example-pod.yml to make a trial run of yml file without persisting it. Can we do smth similar from Java, using io.fabric8.kubernetes (Java client for kubernetes) ?