Uses of Class
io.kubernetes.client.openapi.models.V1alpha2ResourceClaimTemplateList
Packages that use V1alpha2ResourceClaimTemplateList
-
Uses of V1alpha2ResourceClaimTemplateList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2ResourceClaimTemplateListModifier and TypeMethodDescriptionResourceV1alpha2Api.listNamespacedResourceClaimTemplate
(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 ResourceClaimTemplateResourceV1alpha2Api.listResourceClaimTemplateForAllNamespaces
(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 ResourceClaimTemplateMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2ResourceClaimTemplateListModifier and TypeMethodDescriptionResourceV1alpha2Api.listNamespacedResourceClaimTemplateWithHttpInfo
(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 ResourceClaimTemplateResourceV1alpha2Api.listResourceClaimTemplateForAllNamespacesWithHttpInfo
(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 ResourceClaimTemplateMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2ResourceClaimTemplateListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha2Api.listNamespacedResourceClaimTemplateAsync
(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<V1alpha2ResourceClaimTemplateList> _callback) (asynchronously) list or watch objects of kind ResourceClaimTemplateokhttp3.Call
ResourceV1alpha2Api.listResourceClaimTemplateForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha2ResourceClaimTemplateList> _callback) (asynchronously) list or watch objects of kind ResourceClaimTemplate -
Uses of V1alpha2ResourceClaimTemplateList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2ResourceClaimTemplateListModifier and TypeMethodDescriptionV1alpha2ResourceClaimTemplateList.addItemsItem
(V1alpha2ResourceClaimTemplate itemsItem) V1alpha2ResourceClaimTemplateList.apiVersion
(String apiVersion) V1alpha2ResourceClaimTemplateList.items
(List<V1alpha2ResourceClaimTemplate> items) V1alpha2ResourceClaimTemplateList.metadata
(V1ListMeta metadata)