Interface KubernetesListCommandResult<T>


public interface KubernetesListCommandResult<T>
  • Method Details

    • getItems

      List<T> getItems()
      Gets the items.
    • setItems

      void setItems(List<T> items)
      Sets the items.
    • getApiVersion

      String getApiVersion()
      Gets the api version.
    • setApiVersion

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

      String getKind()
      Gets the resource kind.
    • setKind

      void setKind(String kind)
      Sets the resource kind.