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