Class KubernetesRequest

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

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

    • label

      protected String label
    • name

      protected String name
    • namespace

      protected String namespace
  • Constructor Details

    • KubernetesRequest

      public KubernetesRequest()
  • Method Details

    • getCommand

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

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

      public String getLabel()
      Gets the label property.
      Returns:
    • setLabel

      public void setLabel(String value)
      Sets the label property.
      Parameters:
      value -
    • getNamespace

      public String getNamespace()
      Gets the namespace property.
      Returns:
    • setNamespace

      public void setNamespace(String value)
      Sets the namespace property.
      Parameters:
      value -
    • getName

      public String getName()
      Gets the name property.
      Returns:
    • setName

      public void setName(String name)
      Sets the name property.
      Parameters:
      name -