Interface KubernetesInfoCommandResult
public interface KubernetesInfoCommandResult
-
Method Summary
Modifier and TypeMethodDescriptionGets the api version.Gets the value of the clientVersion property.getKind()Gets the resource kind.Gets the value of the masterUrl property.Gets the value of the namespace property.voidsetApiVersion(String apiVersion) Sets the api version.voidsetClientVersion(String clientVersion) Sets the clientVersion property.voidsetMasterUrl(String masterUrl) Sets the masterUrl property.voidsetNamespace(String namespace) Sets the namespace property.
-
Method Details
-
getApiVersion
String getApiVersion()Gets the api version. -
setApiVersion
Sets the api version. -
getKind
String getKind()Gets the resource kind. -
getClientVersion
String getClientVersion()Gets the value of the clientVersion property. -
setClientVersion
Sets the clientVersion property. -
getMasterUrl
String getMasterUrl()Gets the value of the masterUrl property. -
setMasterUrl
Sets the masterUrl property. -
getNamespace
String getNamespace()Gets the value of the namespace property. -
setNamespace
Sets the namespace property.
-