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

public class InfoResult extends Object implements io.fabric8.kubernetes.api.model.HasMetadata
Since:
2.7
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • InfoResult

      public InfoResult()
  • Method Details

    • getKind

      public String getKind()
      Specified by:
      getKind in interface io.fabric8.kubernetes.api.model.HasMetadata
    • getApiVersion

      public String getApiVersion()
      Gets the value of the apiVersion property.
      Specified by:
      getApiVersion in interface io.fabric8.kubernetes.api.model.HasMetadata
      Returns:
      the apiVersion
    • setApiVersion

      public void setApiVersion(String apiVersion)
      Sets the apiVersion property.
      Parameters:
      apiVersion -
    • getClientVersion

      public String getClientVersion()
      Gets the value of the clientVersion property.
      Returns:
      the clientVersion
    • setClientVersion

      public void setClientVersion(String clientVersion)
      Sets the clientVersion property.
      Parameters:
      clientVersion -
    • getMasterUrl

      public String getMasterUrl()
      Gets the value of the masterUrl property.
      Returns:
      the masterUrl
    • setMasterUrl

      public void setMasterUrl(String masterUrl)
      Sets the masterUrl property.
      Parameters:
      masterUrl -
    • getNamespace

      public String getNamespace()
      Gets the value of the namespace property.
      Returns:
      the namespace
    • setNamespace

      public void setNamespace(String namespace)
      Sets the namespace property.
      Parameters:
      namespace -
    • getMetadata

      public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
      Specified by:
      getMetadata in interface io.fabric8.kubernetes.api.model.HasMetadata
    • setMetadata

      public void setMetadata(io.fabric8.kubernetes.api.model.ObjectMeta objectMeta)
      Specified by:
      setMetadata in interface io.fabric8.kubernetes.api.model.HasMetadata