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.APIcreateCSINodeRequest.execute()
Execute createCSINode requestStorageV1Api.APIdeleteCSINodeRequest.execute()
Execute deleteCSINode requestStorageV1Api.APIpatchCSINodeRequest.execute()
Execute patchCSINode requestStorageV1Api.APIreadCSINodeRequest.execute()
Execute readCSINode requestStorageV1Api.APIreplaceCSINodeRequest.execute()
Execute replaceCSINode requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1CSINodeModifier and TypeMethodDescriptionStorageV1Api.APIcreateCSINodeRequest.executeWithHttpInfo()
Execute createCSINode request with HTTP info returnedStorageV1Api.APIdeleteCSINodeRequest.executeWithHttpInfo()
Execute deleteCSINode request with HTTP info returnedStorageV1Api.APIpatchCSINodeRequest.executeWithHttpInfo()
Execute patchCSINode request with HTTP info returnedStorageV1Api.APIreadCSINodeRequest.executeWithHttpInfo()
Execute readCSINode request with HTTP info returnedStorageV1Api.APIreplaceCSINodeRequest.executeWithHttpInfo()
Execute replaceCSINode request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1CSINodeModifier and TypeMethodDescriptionStorageV1Api.createCSINode
(V1CSINode body) create a CSINodeStorageV1Api.replaceCSINode
(String name, V1CSINode body) replace the specified CSINodeMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1CSINodeModifier and TypeMethodDescriptionokhttp3.Call
StorageV1Api.APIcreateCSINodeRequest.executeAsync
(ApiCallback<V1CSINode> _callback) Execute createCSINode request (asynchronously)okhttp3.Call
StorageV1Api.APIdeleteCSINodeRequest.executeAsync
(ApiCallback<V1CSINode> _callback) Execute deleteCSINode request (asynchronously)okhttp3.Call
StorageV1Api.APIpatchCSINodeRequest.executeAsync
(ApiCallback<V1CSINode> _callback) Execute patchCSINode request (asynchronously)okhttp3.Call
StorageV1Api.APIreadCSINodeRequest.executeAsync
(ApiCallback<V1CSINode> _callback) Execute readCSINode request (asynchronously)okhttp3.Call
StorageV1Api.APIreplaceCSINodeRequest.executeAsync
(ApiCallback<V1CSINode> _callback) Execute replaceCSINode request (asynchronously) -
Uses of V1CSINode in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CSINodeModifier and TypeMethodDescriptionV1CSINode.apiVersion
(String apiVersion) static V1CSINode
Create an instance of V1CSINode given an JSON stringV1CSINode.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