Class InfoResult
java.lang.Object
org.citrusframework.kubernetes.command.InfoResult
- 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.Gets the value of the clientVersion property.getKind()Gets the value of the masterUrl property.io.fabric8.kubernetes.api.model.ObjectMetaGets the value of the namespace property.voidsetApiVersion(String apiVersion) Sets the apiVersion property.voidsetClientVersion(String clientVersion) Sets the clientVersion property.voidsetMasterUrl(String masterUrl) Sets the masterUrl property.voidsetMetadata(io.fabric8.kubernetes.api.model.ObjectMeta objectMeta) voidsetNamespace(String namespace) Sets the namespace property.
-
Constructor Details
-
InfoResult
public InfoResult()
-
-
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-
-
getClientVersion
Gets the value of the clientVersion property.- Returns:
- the clientVersion
-
setClientVersion
Sets the clientVersion property.- Parameters:
clientVersion-
-
getMasterUrl
Gets the value of the masterUrl property.- Returns:
- the masterUrl
-
setMasterUrl
Sets the masterUrl property.- Parameters:
masterUrl-
-
getNamespace
Gets the value of the namespace property.- Returns:
- the namespace
-
setNamespace
Sets the namespace property.- Parameters:
namespace-
-
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
-