Uses of Class
io.kubernetes.client.openapi.models.V1alpha2ResourceClaimParametersList
Packages that use V1alpha2ResourceClaimParametersList
-
Uses of V1alpha2ResourceClaimParametersList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2ResourceClaimParametersListModifier and TypeMethodDescriptionResourceV1alpha2Api.listNamespacedResourceClaimParameters
(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 ResourceClaimParametersResourceV1alpha2Api.listResourceClaimParametersForAllNamespaces
(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 ResourceClaimParametersMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2ResourceClaimParametersListModifier and TypeMethodDescriptionResourceV1alpha2Api.listNamespacedResourceClaimParametersWithHttpInfo
(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 ResourceClaimParametersResourceV1alpha2Api.listResourceClaimParametersForAllNamespacesWithHttpInfo
(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 ResourceClaimParametersMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2ResourceClaimParametersListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha2Api.listNamespacedResourceClaimParametersAsync
(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<V1alpha2ResourceClaimParametersList> _callback) (asynchronously) list or watch objects of kind ResourceClaimParametersokhttp3.Call
ResourceV1alpha2Api.listResourceClaimParametersForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha2ResourceClaimParametersList> _callback) (asynchronously) list or watch objects of kind ResourceClaimParameters -
Uses of V1alpha2ResourceClaimParametersList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2ResourceClaimParametersListModifier and TypeMethodDescriptionV1alpha2ResourceClaimParametersList.addItemsItem
(V1alpha2ResourceClaimParameters itemsItem) V1alpha2ResourceClaimParametersList.apiVersion
(String apiVersion) V1alpha2ResourceClaimParametersList.items
(List<V1alpha2ResourceClaimParameters> items) V1alpha2ResourceClaimParametersList.metadata
(V1ListMeta metadata)