Class KubernetesResponse
java.lang.Object
org.citrusframework.kubernetes.model.KubernetesResponse
- Since:
- 2.7
- Author:
- Christoph Deppisch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the action property.Gets the command property.getError()Gets the error property.io.fabric8.kubernetes.api.model.KubernetesResource<?>Gets the result property.voidSets the action property.voidsetCommand(String command) Sets the command property.voidSets the error property.voidsetResult(io.fabric8.kubernetes.api.model.KubernetesResource<?> value) Sets the result property.
-
Field Details
-
action
Optional action of watch response
-
-
Constructor Details
-
KubernetesResponse
public KubernetesResponse()
-
-
Method Details
-
getCommand
Gets the command property.- Returns:
-
setCommand
Sets the command property.- Parameters:
command-
-
getError
Gets the error property.- Returns:
-
setError
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
Gets the action property.- Returns:
-
setAction
Sets the action property.- Parameters:
value-
-