Uses of Class
io.kubernetes.client.openapi.models.V1alpha3ResourceClaimTemplateList
Packages that use V1alpha3ResourceClaimTemplateList
-
Uses of V1alpha3ResourceClaimTemplateList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha3ResourceClaimTemplateListModifier and TypeMethodDescriptionResourceV1alpha3Api.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 ResourceClaimTemplateResourceV1alpha3Api.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 V1alpha3ResourceClaimTemplateListModifier and TypeMethodDescriptionResourceV1alpha3Api.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 ResourceClaimTemplateResourceV1alpha3Api.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 V1alpha3ResourceClaimTemplateListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha3Api.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<V1alpha3ResourceClaimTemplateList> _callback) (asynchronously) list or watch objects of kind ResourceClaimTemplateokhttp3.Call
ResourceV1alpha3Api.listResourceClaimTemplateForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha3ResourceClaimTemplateList> _callback) (asynchronously) list or watch objects of kind ResourceClaimTemplate -
Uses of V1alpha3ResourceClaimTemplateList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3ResourceClaimTemplateListModifier and TypeMethodDescriptionV1alpha3ResourceClaimTemplateList.addItemsItem
(V1alpha3ResourceClaimTemplate itemsItem) V1alpha3ResourceClaimTemplateList.apiVersion
(String apiVersion) V1alpha3ResourceClaimTemplateList.items
(List<V1alpha3ResourceClaimTemplate> items) V1alpha3ResourceClaimTemplateList.metadata
(V1ListMeta metadata)