Interface KubernetesInfoCommandResult


public interface KubernetesInfoCommandResult
  • Method Details

    • getApiVersion

      String getApiVersion()
      Gets the api version.
    • setApiVersion

      void setApiVersion(String apiVersion)
      Sets the api version.
    • getKind

      String getKind()
      Gets the resource kind.
    • getClientVersion

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

      void setClientVersion(String clientVersion)
      Sets the clientVersion property.
    • getMasterUrl

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

      void setMasterUrl(String masterUrl)
      Sets the masterUrl property.
    • getNamespace

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

      void setNamespace(String namespace)
      Sets the namespace property.