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