Class KubectlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.kubernetes.client.extended.kubectl.exception.KubectlException
All Implemented Interfaces:
Serializable

public class KubectlException extends Exception
KubectlException is thrown upon any failure from Kubectl helpers.
See Also:
  • Constructor Details

    • KubectlException

      public KubectlException(String message)
    • KubectlException

      public KubectlException(io.kubernetes.client.openapi.models.V1Status status)
    • KubectlException

      public KubectlException(Throwable cause)