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