Uses of Class
io.kubernetes.client.openapi.models.V1alpha3PodSchedulingContextList
Packages that use V1alpha3PodSchedulingContextList
-
Uses of V1alpha3PodSchedulingContextList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha3PodSchedulingContextListModifier and TypeMethodDescriptionResourceV1alpha3Api.listNamespacedPodSchedulingContext
(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 PodSchedulingContextResourceV1alpha3Api.listPodSchedulingContextForAllNamespaces
(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 PodSchedulingContextMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha3PodSchedulingContextListModifier and TypeMethodDescriptionResourceV1alpha3Api.listNamespacedPodSchedulingContextWithHttpInfo
(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 PodSchedulingContextResourceV1alpha3Api.listPodSchedulingContextForAllNamespacesWithHttpInfo
(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 PodSchedulingContextMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha3PodSchedulingContextListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha3Api.listNamespacedPodSchedulingContextAsync
(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<V1alpha3PodSchedulingContextList> _callback) (asynchronously) list or watch objects of kind PodSchedulingContextokhttp3.Call
ResourceV1alpha3Api.listPodSchedulingContextForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha3PodSchedulingContextList> _callback) (asynchronously) list or watch objects of kind PodSchedulingContext -
Uses of V1alpha3PodSchedulingContextList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3PodSchedulingContextListModifier and TypeMethodDescriptionV1alpha3PodSchedulingContextList.addItemsItem
(V1alpha3PodSchedulingContext itemsItem) V1alpha3PodSchedulingContextList.apiVersion
(String apiVersion) V1alpha3PodSchedulingContextList.items
(List<V1alpha3PodSchedulingContext> items) V1alpha3PodSchedulingContextList.metadata
(V1ListMeta metadata)