Class DeleteResult
java.lang.Object
org.citrusframework.kubernetes.command.DeleteResult
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.HasMetadata,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
- Since:
- 2.7
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the apiVersion property.getKind()io.fabric8.kubernetes.api.model.ObjectMetaGets the success.getType()Gets the type.voidsetApiVersion(String apiVersion) Sets the apiVersion property.voidSets the kind.voidsetMetadata(io.fabric8.kubernetes.api.model.ObjectMeta objectMeta) voidsetSuccess(Boolean success) Sets the success.voidSets the type.
-
Constructor Details
-
DeleteResult
public DeleteResult()
-
-
Method Details
-
getKind
- Specified by:
getKindin interfaceio.fabric8.kubernetes.api.model.HasMetadata
-
getApiVersion
Gets the value of the apiVersion property.- Specified by:
getApiVersionin interfaceio.fabric8.kubernetes.api.model.HasMetadata- Returns:
- the apiVersion
-
setApiVersion
Sets the apiVersion property.- Parameters:
apiVersion-
-
setKind
Sets the kind.- Parameters:
kind-
-
getSuccess
Gets the success.- Returns:
-
setSuccess
Sets the success.- Parameters:
success-
-
getType
Gets the type.- Returns:
-
setType
Sets the type.- Parameters:
type-
-
getMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()- Specified by:
getMetadatain interfaceio.fabric8.kubernetes.api.model.HasMetadata
-
setMetadata
public void setMetadata(io.fabric8.kubernetes.api.model.ObjectMeta objectMeta) - Specified by:
setMetadatain interfaceio.fabric8.kubernetes.api.model.HasMetadata
-