Uses of Class
io.kubernetes.client.openapi.models.V1beta1ResourceSliceList
Packages that use V1beta1ResourceSliceList
-
Uses of V1beta1ResourceSliceList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta1ResourceSliceListModifier and TypeMethodDescriptionResourceV1beta1Api.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 V1beta1ResourceSliceListModifier and TypeMethodDescriptionResourceV1beta1Api.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 V1beta1ResourceSliceListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1beta1Api.listResourceSliceAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1ResourceSliceList> _callback) (asynchronously) list or watch objects of kind ResourceSlice -
Uses of V1beta1ResourceSliceList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1ResourceSliceListModifier and TypeMethodDescriptionV1beta1ResourceSliceList.addItemsItem
(V1beta1ResourceSlice itemsItem) V1beta1ResourceSliceList.apiVersion
(String apiVersion) V1beta1ResourceSliceList.items
(List<V1beta1ResourceSlice> items) V1beta1ResourceSliceList.metadata
(V1ListMeta metadata)