Interface AgentMaintenanceResult

All Known Implementing Classes:
CommonAgentMaintenanceResult, DeleteAgentPodResult, DeleteAgentPodsResult, GetPodsJsonResult, LaunchAgentPodResult, PodContainerLogsResult, TestConnectionResult

public interface AgentMaintenanceResult
Contains the result of the communication with the Kubernetes container. Since 9.3
  • Method Details

    • 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