Class KubernetesRequest
java.lang.Object
org.citrusframework.kubernetes.model.KubernetesRequest
- Since:
- 2.7
- Author:
- Christoph Deppisch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the command property.getLabel()Gets the label property.getName()Gets the name property.Gets the namespace property.voidsetCommand(String command) Sets the command property.voidSets the label property.voidSets the name property.voidsetNamespace(String value) Sets the namespace property.
-
Field Details
-
label
-
name
-
namespace
-
-
Constructor Details
-
KubernetesRequest
public KubernetesRequest()
-
-
Method Details
-
getCommand
Gets the command property.- Returns:
-
setCommand
Sets the command property.- Parameters:
command-
-
getLabel
Gets the label property.- Returns:
-
setLabel
Sets the label property.- Parameters:
value-
-
getNamespace
Gets the namespace property.- Returns:
-
setNamespace
Sets the namespace property.- Parameters:
value-
-
getName
Gets the name property.- Returns:
-
setName
Sets the name property.- Parameters:
name-
-