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