Uses of Class
io.kubernetes.client.openapi.models.V1CSIDriver
Packages that use V1CSIDriver
-
Uses of V1CSIDriver in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1CSIDriverModifier and TypeMethodDescriptionStorageV1Api.createCSIDriver
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIDriverStorageV1Api.deleteCSIDriver
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSIDriverStorageV1Api.patchCSIDriver
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSIDriverStorageV1Api.readCSIDriver
(String name, String pretty) read the specified CSIDriverStorageV1Api.replaceCSIDriver
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIDriverMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1CSIDriverModifier and TypeMethodDescriptionStorageV1Api.createCSIDriverWithHttpInfo
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIDriverStorageV1Api.deleteCSIDriverWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSIDriverStorageV1Api.patchCSIDriverWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSIDriverStorageV1Api.readCSIDriverWithHttpInfo
(String name, String pretty) read the specified CSIDriverStorageV1Api.replaceCSIDriverWithHttpInfo
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIDriverMethods in io.kubernetes.client.openapi.apis with parameters of type V1CSIDriverModifier and TypeMethodDescriptionStorageV1Api.createCSIDriver
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIDriverokhttp3.Call
StorageV1Api.createCSIDriverAsync
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSIDriver> _callback) (asynchronously) create a CSIDriverokhttp3.Call
StorageV1Api.createCSIDriverCall
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createCSIDriverStorageV1Api.createCSIDriverWithHttpInfo
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIDriverStorageV1Api.replaceCSIDriver
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIDriverokhttp3.Call
StorageV1Api.replaceCSIDriverAsync
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSIDriver> _callback) (asynchronously) replace the specified CSIDriverokhttp3.Call
StorageV1Api.replaceCSIDriverCall
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceCSIDriverStorageV1Api.replaceCSIDriverWithHttpInfo
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIDriverMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1CSIDriverModifier and TypeMethodDescriptionokhttp3.Call
StorageV1Api.createCSIDriverAsync
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSIDriver> _callback) (asynchronously) create a CSIDriverokhttp3.Call
StorageV1Api.deleteCSIDriverAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1CSIDriver> _callback) (asynchronously) delete a CSIDriverokhttp3.Call
StorageV1Api.patchCSIDriverAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CSIDriver> _callback) (asynchronously) partially update the specified CSIDriverokhttp3.Call
StorageV1Api.readCSIDriverAsync
(String name, String pretty, ApiCallback<V1CSIDriver> _callback) (asynchronously) read the specified CSIDriverokhttp3.Call
StorageV1Api.replaceCSIDriverAsync
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSIDriver> _callback) (asynchronously) replace the specified CSIDriver -
Uses of V1CSIDriver in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CSIDriverModifier and TypeMethodDescriptionV1CSIDriver.apiVersion
(String apiVersion) V1CSIDriver.metadata
(V1ObjectMeta metadata) V1CSIDriver.spec
(V1CSIDriverSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1CSIDriverMethods in io.kubernetes.client.openapi.models with parameters of type V1CSIDriverMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1CSIDriverModifier and TypeMethodDescriptionV1CSIDriverList.items
(List<V1CSIDriver> items) void
V1CSIDriverList.setItems
(List<V1CSIDriver> items)