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.createRuntimeClass
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RuntimeClassNodeV1Api.patchRuntimeClass
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified RuntimeClassNodeV1Api.readRuntimeClass
(String name, String pretty) read the specified RuntimeClassNodeV1Api.replaceRuntimeClass
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RuntimeClassMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1RuntimeClassModifier and TypeMethodDescriptionNodeV1Api.createRuntimeClassWithHttpInfo
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RuntimeClassNodeV1Api.patchRuntimeClassWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified RuntimeClassNodeV1Api.readRuntimeClassWithHttpInfo
(String name, String pretty) read the specified RuntimeClassNodeV1Api.replaceRuntimeClassWithHttpInfo
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RuntimeClassMethods in io.kubernetes.client.openapi.apis with parameters of type V1RuntimeClassModifier and TypeMethodDescriptionNodeV1Api.createRuntimeClass
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RuntimeClassokhttp3.Call
NodeV1Api.createRuntimeClassAsync
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1RuntimeClass> _callback) (asynchronously) create a RuntimeClassokhttp3.Call
NodeV1Api.createRuntimeClassCall
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createRuntimeClassNodeV1Api.createRuntimeClassWithHttpInfo
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RuntimeClassNodeV1Api.replaceRuntimeClass
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RuntimeClassokhttp3.Call
NodeV1Api.replaceRuntimeClassAsync
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1RuntimeClass> _callback) (asynchronously) replace the specified RuntimeClassokhttp3.Call
NodeV1Api.replaceRuntimeClassCall
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceRuntimeClassNodeV1Api.replaceRuntimeClassWithHttpInfo
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RuntimeClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1RuntimeClassModifier and TypeMethodDescriptionokhttp3.Call
NodeV1Api.createRuntimeClassAsync
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1RuntimeClass> _callback) (asynchronously) create a RuntimeClassokhttp3.Call
NodeV1Api.patchRuntimeClassAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1RuntimeClass> _callback) (asynchronously) partially update the specified RuntimeClassokhttp3.Call
NodeV1Api.readRuntimeClassAsync
(String name, String pretty, ApiCallback<V1RuntimeClass> _callback) (asynchronously) read the specified RuntimeClassokhttp3.Call
NodeV1Api.replaceRuntimeClassAsync
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1RuntimeClass> _callback) (asynchronously) replace the specified RuntimeClass -
Uses of V1RuntimeClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1RuntimeClassModifier and TypeMethodDescriptionV1RuntimeClass.apiVersion
(String apiVersion) V1RuntimeClass.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)