Class KubernetesResponse

java.lang.Object
org.citrusframework.kubernetes.model.KubernetesResponse

public class KubernetesResponse extends Object
Since:
2.7
Author:
Christoph Deppisch
  • Field Details

    • action

      protected String action
      Optional action of watch response
  • Constructor Details

    • KubernetesResponse

      public KubernetesResponse()
  • Method Details

    • getCommand

      public String getCommand()
      Gets the command property.
      Returns:
    • setCommand

      public void setCommand(String command)
      Sets the command property.
      Parameters:
      command -
    • getError

      public String getError()
      Gets the error property.
      Returns:
    • setError

      public void setError(String value)
      Sets the error property.
      Parameters:
      value -
    • getResult

      public io.fabric8.kubernetes.api.model.KubernetesResource<?> getResult()
      Gets the result property.
      Returns:
    • setResult

      public void setResult(io.fabric8.kubernetes.api.model.KubernetesResource<?> value)
      Sets the result property.
      Parameters:
      value -
    • getAction

      public String getAction()
      Gets the action property.
      Returns:
    • setAction

      public void setAction(String value)
      Sets the action property.
      Parameters:
      value -