Interface KubernetesDeleteCommandResult


public interface KubernetesDeleteCommandResult
  • Method Details

    • getSuccess

      Boolean getSuccess()
      Gets the success.
    • setSuccess

      void setSuccess(Boolean success)
      Sets the success.
    • getApiVersion

      String getApiVersion()
      Gets the api version.
    • setApiVersion

      void setApiVersion(String apiVersion)
      Sets the api version.
    • getKind

      String getKind()
      Gets the resource kind.
    • setKind

      void setKind(String kind)
      Sets the resource kind.