Uses of Class
io.kubernetes.client.openapi.models.V1alpha2PodSchedulingContextList
Packages that use V1alpha2PodSchedulingContextList
-
Uses of V1alpha2PodSchedulingContextList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2PodSchedulingContextListModifier and TypeMethodDescriptionResourceV1alpha2Api.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 PodSchedulingContextResourceV1alpha2Api.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 V1alpha2PodSchedulingContextListModifier and TypeMethodDescriptionResourceV1alpha2Api.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 PodSchedulingContextResourceV1alpha2Api.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 V1alpha2PodSchedulingContextListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha2Api.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<V1alpha2PodSchedulingContextList> _callback) (asynchronously) list or watch objects of kind PodSchedulingContextokhttp3.Call
ResourceV1alpha2Api.listPodSchedulingContextForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha2PodSchedulingContextList> _callback) (asynchronously) list or watch objects of kind PodSchedulingContext -
Uses of V1alpha2PodSchedulingContextList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2PodSchedulingContextListModifier and TypeMethodDescriptionV1alpha2PodSchedulingContextList.addItemsItem
(V1alpha2PodSchedulingContext itemsItem) V1alpha2PodSchedulingContextList.apiVersion
(String apiVersion) V1alpha2PodSchedulingContextList.items
(List<V1alpha2PodSchedulingContext> items) V1alpha2PodSchedulingContextList.metadata
(V1ListMeta metadata)