Interface AgentMaintenanceResult

    • Method Detail

      • getRawOutput

        String getRawOutput()
        Returns:
        the raw output of the kubernetes command output stream
      • getRawErrorOutput

        String getRawErrorOutput()
        Returns:
        the raw output of the kubernetes command error stream
      • isSuccessful

        boolean isSuccessful()
        Returns:
        true is the operation was successful, false otherwise