Uses of Class
io.kubernetes.client.openapi.models.V1PodTemplateList
Packages that use V1PodTemplateList
-
Uses of V1PodTemplateList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1PodTemplateListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespacedPodTemplateRequest.execute()
Execute listNamespacedPodTemplate requestCoreV1Api.APIlistPodTemplateForAllNamespacesRequest.execute()
Execute listPodTemplateForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1PodTemplateListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespacedPodTemplateRequest.executeWithHttpInfo()
Execute listNamespacedPodTemplate request with HTTP info returnedCoreV1Api.APIlistPodTemplateForAllNamespacesRequest.executeWithHttpInfo()
Execute listPodTemplateForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1PodTemplateListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIlistNamespacedPodTemplateRequest.executeAsync
(ApiCallback<V1PodTemplateList> _callback) Execute listNamespacedPodTemplate request (asynchronously)okhttp3.Call
CoreV1Api.APIlistPodTemplateForAllNamespacesRequest.executeAsync
(ApiCallback<V1PodTemplateList> _callback) Execute listPodTemplateForAllNamespaces request (asynchronously) -
Uses of V1PodTemplateList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodTemplateListModifier and TypeMethodDescriptionV1PodTemplateList.addItemsItem
(V1PodTemplate itemsItem) V1PodTemplateList.apiVersion
(String apiVersion) static V1PodTemplateList
Create an instance of V1PodTemplateList given an JSON stringV1PodTemplateList.items
(List<V1PodTemplate> items) V1PodTemplateList.metadata
(V1ListMeta metadata)