Uses of Class
io.kubernetes.client.openapi.models.V1NodeList
Packages that use V1NodeList
-
Uses of V1NodeList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1NodeListModifier and TypeMethodDescriptionCoreV1Api.listNode
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind NodeMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1NodeListModifier and TypeMethodDescriptionCoreV1Api.listNodeWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind NodeMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1NodeListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listNodeAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1NodeList> _callback) (asynchronously) list or watch objects of kind Node -
Uses of V1NodeList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeListModifier and TypeMethodDescriptionV1NodeList.addItemsItem
(V1Node itemsItem) V1NodeList.apiVersion
(String apiVersion) V1NodeList.metadata
(V1ListMeta metadata)