Uses of Class
io.kubernetes.client.openapi.models.V1PodList
Packages that use V1PodList
-
Uses of V1PodList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1PodListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespacedPodRequest.execute()
Execute listNamespacedPod requestCoreV1Api.APIlistPodForAllNamespacesRequest.execute()
Execute listPodForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1PodListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespacedPodRequest.executeWithHttpInfo()
Execute listNamespacedPod request with HTTP info returnedCoreV1Api.APIlistPodForAllNamespacesRequest.executeWithHttpInfo()
Execute listPodForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1PodListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIlistNamespacedPodRequest.executeAsync
(ApiCallback<V1PodList> _callback) Execute listNamespacedPod request (asynchronously)okhttp3.Call
CoreV1Api.APIlistPodForAllNamespacesRequest.executeAsync
(ApiCallback<V1PodList> _callback) Execute listPodForAllNamespaces request (asynchronously) -
Uses of V1PodList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodListModifier and TypeMethodDescriptionV1PodList.addItemsItem
(V1Pod itemsItem) V1PodList.apiVersion
(String apiVersion) static V1PodList
Create an instance of V1PodList given an JSON stringV1PodList.metadata
(V1ListMeta metadata)