Uses of Class
io.kubernetes.client.openapi.models.V1alpha3PodSchedulingContext
Packages that use V1alpha3PodSchedulingContext
-
Uses of V1alpha3PodSchedulingContext in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha3PodSchedulingContextModifier and TypeMethodDescriptionResourceV1alpha3Api.APIcreateNamespacedPodSchedulingContextRequest.execute()Execute createNamespacedPodSchedulingContext requestResourceV1alpha3Api.APIdeleteNamespacedPodSchedulingContextRequest.execute()Execute deleteNamespacedPodSchedulingContext requestResourceV1alpha3Api.APIpatchNamespacedPodSchedulingContextRequest.execute()Execute patchNamespacedPodSchedulingContext requestResourceV1alpha3Api.APIpatchNamespacedPodSchedulingContextStatusRequest.execute()Execute patchNamespacedPodSchedulingContextStatus requestResourceV1alpha3Api.APIreadNamespacedPodSchedulingContextRequest.execute()Execute readNamespacedPodSchedulingContext requestResourceV1alpha3Api.APIreadNamespacedPodSchedulingContextStatusRequest.execute()Execute readNamespacedPodSchedulingContextStatus requestResourceV1alpha3Api.APIreplaceNamespacedPodSchedulingContextRequest.execute()Execute replaceNamespacedPodSchedulingContext requestResourceV1alpha3Api.APIreplaceNamespacedPodSchedulingContextStatusRequest.execute()Execute replaceNamespacedPodSchedulingContextStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha3PodSchedulingContextModifier and TypeMethodDescriptionResourceV1alpha3Api.APIcreateNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute createNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha3Api.APIdeleteNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute deleteNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha3Api.APIpatchNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute patchNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha3Api.APIpatchNamespacedPodSchedulingContextStatusRequest.executeWithHttpInfo()Execute patchNamespacedPodSchedulingContextStatus request with HTTP info returnedResourceV1alpha3Api.APIreadNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute readNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha3Api.APIreadNamespacedPodSchedulingContextStatusRequest.executeWithHttpInfo()Execute readNamespacedPodSchedulingContextStatus request with HTTP info returnedResourceV1alpha3Api.APIreplaceNamespacedPodSchedulingContextRequest.executeWithHttpInfo()Execute replaceNamespacedPodSchedulingContext request with HTTP info returnedResourceV1alpha3Api.APIreplaceNamespacedPodSchedulingContextStatusRequest.executeWithHttpInfo()Execute replaceNamespacedPodSchedulingContextStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha3PodSchedulingContextModifier and TypeMethodDescriptionResourceV1alpha3Api.createNamespacedPodSchedulingContext(String namespace, V1alpha3PodSchedulingContext body) create a PodSchedulingContextResourceV1alpha3Api.replaceNamespacedPodSchedulingContext(String name, String namespace, V1alpha3PodSchedulingContext body) replace the specified PodSchedulingContextResourceV1alpha3Api.replaceNamespacedPodSchedulingContextStatus(String name, String namespace, V1alpha3PodSchedulingContext body) replace status of the specified PodSchedulingContextMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha3PodSchedulingContextModifier and TypeMethodDescriptionokhttp3.CallResourceV1alpha3Api.APIcreateNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha3PodSchedulingContext> _callback) Execute createNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha3Api.APIdeleteNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha3PodSchedulingContext> _callback) Execute deleteNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha3Api.APIpatchNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha3PodSchedulingContext> _callback) Execute patchNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha3Api.APIpatchNamespacedPodSchedulingContextStatusRequest.executeAsync(ApiCallback<V1alpha3PodSchedulingContext> _callback) Execute patchNamespacedPodSchedulingContextStatus request (asynchronously)okhttp3.CallResourceV1alpha3Api.APIreadNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha3PodSchedulingContext> _callback) Execute readNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha3Api.APIreadNamespacedPodSchedulingContextStatusRequest.executeAsync(ApiCallback<V1alpha3PodSchedulingContext> _callback) Execute readNamespacedPodSchedulingContextStatus request (asynchronously)okhttp3.CallResourceV1alpha3Api.APIreplaceNamespacedPodSchedulingContextRequest.executeAsync(ApiCallback<V1alpha3PodSchedulingContext> _callback) Execute replaceNamespacedPodSchedulingContext request (asynchronously)okhttp3.CallResourceV1alpha3Api.APIreplaceNamespacedPodSchedulingContextStatusRequest.executeAsync(ApiCallback<V1alpha3PodSchedulingContext> _callback) Execute replaceNamespacedPodSchedulingContextStatus request (asynchronously) -
Uses of V1alpha3PodSchedulingContext in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3PodSchedulingContextModifier and TypeMethodDescriptionV1alpha3PodSchedulingContext.apiVersion(String apiVersion) static V1alpha3PodSchedulingContextCreate an instance of V1alpha3PodSchedulingContext given an JSON stringV1alpha3PodSchedulingContext.metadata(V1ObjectMeta metadata) V1alpha3PodSchedulingContext.spec(V1alpha3PodSchedulingContextSpec spec) V1alpha3PodSchedulingContext.status(V1alpha3PodSchedulingContextStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3PodSchedulingContextModifier and TypeMethodDescriptionV1alpha3PodSchedulingContextList.getItems()Items is the list of PodSchedulingContext objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha3PodSchedulingContextModifier and TypeMethodDescriptionV1alpha3PodSchedulingContextList.addItemsItem(V1alpha3PodSchedulingContext itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3PodSchedulingContextModifier and TypeMethodDescriptionV1alpha3PodSchedulingContextList.items(List<V1alpha3PodSchedulingContext> items) voidV1alpha3PodSchedulingContextList.setItems(List<V1alpha3PodSchedulingContext> items)