Interface KubernetesListCommandResult<T>
public interface KubernetesListCommandResult<T>
-
Method Summary
Modifier and TypeMethodDescriptionGets the api version.getItems()Gets the items.getKind()Gets the resource kind.voidsetApiVersion(String apiVersion) Sets the api version.voidSets the items.voidSets the resource kind.