Uses of Class
io.kubernetes.client.openapi.models.V1CSINode
Packages that use V1CSINode
-
Uses of V1CSINode in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1CSINodeModifier and TypeMethodDescriptionStorageV1Api.createCSINode
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSINodeStorageV1Api.deleteCSINode
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSINodeStorageV1Api.patchCSINode
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSINodeStorageV1Api.readCSINode
(String name, String pretty) read the specified CSINodeStorageV1Api.replaceCSINode
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSINodeMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1CSINodeModifier and TypeMethodDescriptionStorageV1Api.createCSINodeWithHttpInfo
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSINodeStorageV1Api.deleteCSINodeWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSINodeStorageV1Api.patchCSINodeWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSINodeStorageV1Api.readCSINodeWithHttpInfo
(String name, String pretty) read the specified CSINodeStorageV1Api.replaceCSINodeWithHttpInfo
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSINodeMethods in io.kubernetes.client.openapi.apis with parameters of type V1CSINodeModifier and TypeMethodDescriptionStorageV1Api.createCSINode
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSINodeokhttp3.Call
StorageV1Api.createCSINodeAsync
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSINode> _callback) (asynchronously) create a CSINodeokhttp3.Call
StorageV1Api.createCSINodeCall
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createCSINodeStorageV1Api.createCSINodeWithHttpInfo
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSINodeStorageV1Api.replaceCSINode
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSINodeokhttp3.Call
StorageV1Api.replaceCSINodeAsync
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSINode> _callback) (asynchronously) replace the specified CSINodeokhttp3.Call
StorageV1Api.replaceCSINodeCall
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceCSINodeStorageV1Api.replaceCSINodeWithHttpInfo
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSINodeMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1CSINodeModifier and TypeMethodDescriptionokhttp3.Call
StorageV1Api.createCSINodeAsync
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSINode> _callback) (asynchronously) create a CSINodeokhttp3.Call
StorageV1Api.deleteCSINodeAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1CSINode> _callback) (asynchronously) delete a CSINodeokhttp3.Call
StorageV1Api.patchCSINodeAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CSINode> _callback) (asynchronously) partially update the specified CSINodeokhttp3.Call
StorageV1Api.readCSINodeAsync
(String name, String pretty, ApiCallback<V1CSINode> _callback) (asynchronously) read the specified CSINodeokhttp3.Call
StorageV1Api.replaceCSINodeAsync
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSINode> _callback) (asynchronously) replace the specified CSINode -
Uses of V1CSINode in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CSINodeModifier and TypeMethodDescriptionV1CSINode.apiVersion
(String apiVersion) V1CSINode.metadata
(V1ObjectMeta metadata) V1CSINode.spec
(V1CSINodeSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1CSINodeMethods in io.kubernetes.client.openapi.models with parameters of type V1CSINodeMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1CSINode