Uses of Class
io.kubernetes.client.openapi.models.V1alpha2PodSchedulingContext
Packages that use V1alpha2PodSchedulingContext
-
Uses of V1alpha2PodSchedulingContext in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2PodSchedulingContextModifier and TypeMethodDescriptionResourceV1alpha2Api.APIcreateNamespacedPodSchedulingContextRequest.execute()Execute createNamespacedPodSchedulingContext requestResourceV1alpha2Api.APIdeleteNamespacedPodSchedulingContextRequest.execute()Execute deleteNamespacedPodSchedulingContext requestResourceV1alpha2Api.APIpatchNamespacedPodSchedulingContextRequest.execute()Execute patchNamespacedPodSchedulingContext requestResourceV1alpha2Api.APIpatchNamespacedPodSchedulingContextStatusRequest.execute()Execute patchNamespacedPodSchedulingContextStatus requestResourceV1alpha2Api.APIreadNamespacedPodSchedulingContextRequest.execute()Execute readNamespacedPodSchedulingContext requestResourceV1alpha2Api.APIreadNamespacedPodSchedulingContextStatusRequest.execute()Execute readNamespacedPodSchedulingContextStatus requestResourceV1alpha2Api.APIreplaceNamespacedPodSchedulingContextRequest.execute()Execute replaceNamespacedPodSchedulingContext requestResourceV1alpha2Api.APIreplaceNamespacedPodSchedulingContextStatusRequest.execute()Execute replaceNamespacedPodSchedulingContextStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2PodSchedulingContextModifier and TypeMethodDescriptionResourceV1alpha2Api.APIcreateNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute createNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha2Api.APIdeleteNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute deleteNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha2Api.APIpatchNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute patchNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha2Api.APIpatchNamespacedPodSchedulingContextStatusRequest.executeWithHttpInfo()Execute patchNamespacedPodSchedulingContextStatus request with HTTP info returnedResourceV1alpha2Api.APIreadNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute readNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha2Api.APIreadNamespacedPodSchedulingContextStatusRequest.executeWithHttpInfo()Execute readNamespacedPodSchedulingContextStatus request with HTTP info returnedResourceV1alpha2Api.APIreplaceNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute replaceNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha2Api.APIreplaceNamespacedPodSchedulingContextStatusRequest.executeWithHttpInfo()Execute replaceNamespacedPodSchedulingContextStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha2PodSchedulingContextModifier and TypeMethodDescriptionResourceV1alpha2Api.createNamespacedPodSchedulingContext(String namespace, V1alpha2PodSchedulingContext body) create a PodSchedulingContextResourceV1alpha2Api.replaceNamespacedPodSchedulingContext(String name, String namespace, V1alpha2PodSchedulingContext body) replace the specified PodSchedulingContextResourceV1alpha2Api.replaceNamespacedPodSchedulingContextStatus(String name, String namespace, V1alpha2PodSchedulingContext body) replace status of the specified PodSchedulingContextMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2PodSchedulingContextModifier and TypeMethodDescriptionokhttp3.CallResourceV1alpha2Api.APIcreateNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha2PodSchedulingContext> _callback) Execute createNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha2Api.APIdeleteNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha2PodSchedulingContext> _callback) Execute deleteNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha2Api.APIpatchNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha2PodSchedulingContext> _callback) Execute patchNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha2Api.APIpatchNamespacedPodSchedulingContextStatusRequest.executeAsync(ApiCallback<V1alpha2PodSchedulingContext> _callback) Execute patchNamespacedPodSchedulingContextStatus request (asynchronously)okhttp3.CallResourceV1alpha2Api.APIreadNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha2PodSchedulingContext> _callback) Execute readNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha2Api.APIreadNamespacedPodSchedulingContextStatusRequest.executeAsync(ApiCallback<V1alpha2PodSchedulingContext> _callback) Execute readNamespacedPodSchedulingContextStatus request (asynchronously)okhttp3.CallResourceV1alpha2Api.APIreplaceNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha2PodSchedulingContext> _callback) Execute replaceNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha2Api.APIreplaceNamespacedPodSchedulingContextStatusRequest.executeAsync(ApiCallback<V1alpha2PodSchedulingContext> _callback) Execute replaceNamespacedPodSchedulingContextStatus request (asynchronously) -
Uses of V1alpha2PodSchedulingContext in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2PodSchedulingContextModifier and TypeMethodDescriptionV1alpha2PodSchedulingContext.apiVersion(String apiVersion) static V1alpha2PodSchedulingContextCreate an instance of V1alpha2PodSchedulingContext given an JSON stringV1alpha2PodSchedulingContext.metadata(V1ObjectMeta metadata) V1alpha2PodSchedulingContext.spec(V1alpha2PodSchedulingContextSpec spec) V1alpha2PodSchedulingContext.status(V1alpha2PodSchedulingContextStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2PodSchedulingContextModifier and TypeMethodDescriptionV1alpha2PodSchedulingContextList.getItems()Items is the list of PodSchedulingContext objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2PodSchedulingContextModifier and TypeMethodDescriptionV1alpha2PodSchedulingContextList.addItemsItem(V1alpha2PodSchedulingContext itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2PodSchedulingContextModifier and TypeMethodDescriptionV1alpha2PodSchedulingContextList.items(List<V1alpha2PodSchedulingContext> items) voidV1alpha2PodSchedulingContextList.setItems(List<V1alpha2PodSchedulingContext> items)