Uses of Class
io.kubernetes.client.openapi.models.V1ResourceClaimList
Packages that use V1ResourceClaimList
-
Uses of V1ResourceClaimList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ResourceClaimListModifier and TypeMethodDescriptionResourceV1Api.listNamespacedResourceClaim(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 ResourceClaimResourceV1Api.listResourceClaimForAllNamespaces(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 ResourceClaimMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ResourceClaimListModifier and TypeMethodDescriptionResourceV1Api.listNamespacedResourceClaimWithHttpInfo(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 ResourceClaimResourceV1Api.listResourceClaimForAllNamespacesWithHttpInfo(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 ResourceClaimMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ResourceClaimListModifier and TypeMethodDescriptionokhttp3.CallResourceV1Api.listNamespacedResourceClaimAsync(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<V1ResourceClaimList> _callback) (asynchronously) list or watch objects of kind ResourceClaimokhttp3.CallResourceV1Api.listResourceClaimForAllNamespacesAsync(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ResourceClaimList> _callback) (asynchronously) list or watch objects of kind ResourceClaim -
Uses of V1ResourceClaimList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ResourceClaimListModifier and TypeMethodDescriptionV1ResourceClaimList.addItemsItem(ResourceV1ResourceClaim itemsItem) V1ResourceClaimList.apiVersion(String apiVersion) V1ResourceClaimList.items(List<ResourceV1ResourceClaim> items) V1ResourceClaimList.metadata(V1ListMeta metadata)