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