Uses of Class
io.kubernetes.client.openapi.models.V1RuntimeClass
Packages that use V1RuntimeClass
-
Uses of V1RuntimeClass in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1RuntimeClassModifier and TypeMethodDescriptionNodeV1Api.APIcreateRuntimeClassRequest.execute()
Execute createRuntimeClass requestNodeV1Api.APIpatchRuntimeClassRequest.execute()
Execute patchRuntimeClass requestNodeV1Api.APIreadRuntimeClassRequest.execute()
Execute readRuntimeClass requestNodeV1Api.APIreplaceRuntimeClassRequest.execute()
Execute replaceRuntimeClass requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1RuntimeClassModifier and TypeMethodDescriptionNodeV1Api.APIcreateRuntimeClassRequest.executeWithHttpInfo()
Execute createRuntimeClass request with HTTP info returnedNodeV1Api.APIpatchRuntimeClassRequest.executeWithHttpInfo()
Execute patchRuntimeClass request with HTTP info returnedNodeV1Api.APIreadRuntimeClassRequest.executeWithHttpInfo()
Execute readRuntimeClass request with HTTP info returnedNodeV1Api.APIreplaceRuntimeClassRequest.executeWithHttpInfo()
Execute replaceRuntimeClass request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1RuntimeClassModifier and TypeMethodDescriptionNodeV1Api.createRuntimeClass
(V1RuntimeClass body) create a RuntimeClassNodeV1Api.replaceRuntimeClass
(String name, V1RuntimeClass body) replace the specified RuntimeClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1RuntimeClassModifier and TypeMethodDescriptionokhttp3.Call
NodeV1Api.APIcreateRuntimeClassRequest.executeAsync
(ApiCallback<V1RuntimeClass> _callback) Execute createRuntimeClass request (asynchronously)okhttp3.Call
NodeV1Api.APIpatchRuntimeClassRequest.executeAsync
(ApiCallback<V1RuntimeClass> _callback) Execute patchRuntimeClass request (asynchronously)okhttp3.Call
NodeV1Api.APIreadRuntimeClassRequest.executeAsync
(ApiCallback<V1RuntimeClass> _callback) Execute readRuntimeClass request (asynchronously)okhttp3.Call
NodeV1Api.APIreplaceRuntimeClassRequest.executeAsync
(ApiCallback<V1RuntimeClass> _callback) Execute replaceRuntimeClass request (asynchronously) -
Uses of V1RuntimeClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1RuntimeClassModifier and TypeMethodDescriptionV1RuntimeClass.apiVersion
(String apiVersion) static V1RuntimeClass
Create an instance of V1RuntimeClass given an JSON stringV1RuntimeClass.metadata
(V1ObjectMeta metadata) V1RuntimeClass.overhead
(V1Overhead overhead) V1RuntimeClass.scheduling
(V1Scheduling scheduling) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1RuntimeClassModifier and TypeMethodDescriptionV1RuntimeClassList.getItems()
items is a list of schema objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1RuntimeClassMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1RuntimeClassModifier and TypeMethodDescriptionV1RuntimeClassList.items
(List<V1RuntimeClass> items) void
V1RuntimeClassList.setItems
(List<V1RuntimeClass> items)