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.APIlistNamespacedPodSchedulingContextRequest.execute()
Execute listNamespacedPodSchedulingContext requestResourceV1alpha2Api.APIlistPodSchedulingContextForAllNamespacesRequest.execute()
Execute listPodSchedulingContextForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2PodSchedulingContextListModifier and TypeMethodDescriptionResourceV1alpha2Api.APIlistNamespacedPodSchedulingContextRequest.executeWithHttpInfo()
Execute listNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha2Api.APIlistPodSchedulingContextForAllNamespacesRequest.executeWithHttpInfo()
Execute listPodSchedulingContextForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2PodSchedulingContextListModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha2Api.APIlistNamespacedPodSchedulingContextRequest.executeAsync
(ApiCallback<V1alpha2PodSchedulingContextList> _callback) Execute listNamespacedPodSchedulingContext request (asynchronously)okhttp3.Call
ResourceV1alpha2Api.APIlistPodSchedulingContextForAllNamespacesRequest.executeAsync
(ApiCallback<V1alpha2PodSchedulingContextList> _callback) Execute listPodSchedulingContextForAllNamespaces request (asynchronously) -
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) Create an instance of V1alpha2PodSchedulingContextList given an JSON stringV1alpha2PodSchedulingContextList.items
(List<V1alpha2PodSchedulingContext> items) V1alpha2PodSchedulingContextList.metadata
(V1ListMeta metadata)