Uses of Class
io.kubernetes.client.openapi.models.V1NamespaceList
Packages that use V1NamespaceList
-
Uses of V1NamespaceList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1NamespaceListModifier and TypeMethodDescriptionCoreV1Api.listNamespace
(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 NamespaceMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1NamespaceListModifier and TypeMethodDescriptionCoreV1Api.listNamespaceWithHttpInfo
(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 NamespaceMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1NamespaceListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listNamespaceAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1NamespaceList> _callback) (asynchronously) list or watch objects of kind Namespace -
Uses of V1NamespaceList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NamespaceListModifier and TypeMethodDescriptionV1NamespaceList.addItemsItem
(V1Namespace itemsItem) V1NamespaceList.apiVersion
(String apiVersion) V1NamespaceList.items
(List<V1Namespace> items) V1NamespaceList.metadata
(V1ListMeta metadata)