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.APIlistNamespaceRequest.execute()
Execute listNamespace requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1NamespaceListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespaceRequest.executeWithHttpInfo()
Execute listNamespace request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1NamespaceListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIlistNamespaceRequest.executeAsync
(ApiCallback<V1NamespaceList> _callback) Execute listNamespace request (asynchronously) -
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) static V1NamespaceList
Create an instance of V1NamespaceList given an JSON stringV1NamespaceList.items
(List<V1Namespace> items) V1NamespaceList.metadata
(V1ListMeta metadata)