Uses of Class
io.kubernetes.client.openapi.models.V1beta1ResourceClaimList
Packages that use V1beta1ResourceClaimList
-
Uses of V1beta1ResourceClaimList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta1ResourceClaimListModifier and TypeMethodDescriptionResourceV1beta1Api.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 ResourceClaimResourceV1beta1Api.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 V1beta1ResourceClaimListModifier and TypeMethodDescriptionResourceV1beta1Api.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 ResourceClaimResourceV1beta1Api.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 V1beta1ResourceClaimListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1beta1Api.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<V1beta1ResourceClaimList> _callback) (asynchronously) list or watch objects of kind ResourceClaimokhttp3.Call
ResourceV1beta1Api.listResourceClaimForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1ResourceClaimList> _callback) (asynchronously) list or watch objects of kind ResourceClaim -
Uses of V1beta1ResourceClaimList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1ResourceClaimListModifier and TypeMethodDescriptionV1beta1ResourceClaimList.addItemsItem
(V1beta1ResourceClaim itemsItem) V1beta1ResourceClaimList.apiVersion
(String apiVersion) V1beta1ResourceClaimList.items
(List<V1beta1ResourceClaim> items) V1beta1ResourceClaimList.metadata
(V1ListMeta metadata)