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.listNamespacedPodTemplate
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodTemplateCoreV1Api.listPodTemplateForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodTemplateMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1PodTemplateListModifier and TypeMethodDescriptionCoreV1Api.listNamespacedPodTemplateWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodTemplateCoreV1Api.listPodTemplateForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodTemplateMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1PodTemplateListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listNamespacedPodTemplateAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodTemplateList> _callback) (asynchronously) list or watch objects of kind PodTemplateokhttp3.Call
CoreV1Api.listPodTemplateForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodTemplateList> _callback) (asynchronously) list or watch objects of kind PodTemplate -
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) V1PodTemplateList.items
(List<V1PodTemplate> items) V1PodTemplateList.metadata
(V1ListMeta metadata)