Uses of Class
io.kubernetes.client.openapi.models.V1alpha2ResourceSliceList
Packages that use V1alpha2ResourceSliceList
-
Uses of V1alpha2ResourceSliceList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2ResourceSliceListModifier and TypeMethodDescriptionResourceV1alpha2Api.listResourceSlice
(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 ResourceSliceMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2ResourceSliceListModifier and TypeMethodDescriptionResourceV1alpha2Api.listResourceSliceWithHttpInfo
(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 ResourceSliceMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2ResourceSliceListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha2Api.listResourceSliceAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha2ResourceSliceList> _callback) (asynchronously) list or watch objects of kind ResourceSlice -
Uses of V1alpha2ResourceSliceList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2ResourceSliceListModifier and TypeMethodDescriptionV1alpha2ResourceSliceList.addItemsItem
(V1alpha2ResourceSlice itemsItem) V1alpha2ResourceSliceList.apiVersion
(String apiVersion) V1alpha2ResourceSliceList.items
(List<V1alpha2ResourceSlice> items) V1alpha2ResourceSliceList.metadata
(V1ListMeta metadata)