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.APIcreateCSIDriverRequest.execute()
Execute createCSIDriver requestStorageV1Api.APIdeleteCSIDriverRequest.execute()
Execute deleteCSIDriver requestStorageV1Api.APIpatchCSIDriverRequest.execute()
Execute patchCSIDriver requestStorageV1Api.APIreadCSIDriverRequest.execute()
Execute readCSIDriver requestStorageV1Api.APIreplaceCSIDriverRequest.execute()
Execute replaceCSIDriver requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1CSIDriverModifier and TypeMethodDescriptionStorageV1Api.APIcreateCSIDriverRequest.executeWithHttpInfo()
Execute createCSIDriver request with HTTP info returnedStorageV1Api.APIdeleteCSIDriverRequest.executeWithHttpInfo()
Execute deleteCSIDriver request with HTTP info returnedStorageV1Api.APIpatchCSIDriverRequest.executeWithHttpInfo()
Execute patchCSIDriver request with HTTP info returnedStorageV1Api.APIreadCSIDriverRequest.executeWithHttpInfo()
Execute readCSIDriver request with HTTP info returnedStorageV1Api.APIreplaceCSIDriverRequest.executeWithHttpInfo()
Execute replaceCSIDriver request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1CSIDriverModifier and TypeMethodDescriptionStorageV1Api.createCSIDriver
(V1CSIDriver body) create a CSIDriverStorageV1Api.replaceCSIDriver
(String name, V1CSIDriver body) replace the specified CSIDriverMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1CSIDriverModifier and TypeMethodDescriptionokhttp3.Call
StorageV1Api.APIcreateCSIDriverRequest.executeAsync
(ApiCallback<V1CSIDriver> _callback) Execute createCSIDriver request (asynchronously)okhttp3.Call
StorageV1Api.APIdeleteCSIDriverRequest.executeAsync
(ApiCallback<V1CSIDriver> _callback) Execute deleteCSIDriver request (asynchronously)okhttp3.Call
StorageV1Api.APIpatchCSIDriverRequest.executeAsync
(ApiCallback<V1CSIDriver> _callback) Execute patchCSIDriver request (asynchronously)okhttp3.Call
StorageV1Api.APIreadCSIDriverRequest.executeAsync
(ApiCallback<V1CSIDriver> _callback) Execute readCSIDriver request (asynchronously)okhttp3.Call
StorageV1Api.APIreplaceCSIDriverRequest.executeAsync
(ApiCallback<V1CSIDriver> _callback) Execute replaceCSIDriver request (asynchronously) -
Uses of V1CSIDriver in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CSIDriverModifier and TypeMethodDescriptionV1CSIDriver.apiVersion
(String apiVersion) static V1CSIDriver
Create an instance of V1CSIDriver given an JSON stringV1CSIDriver.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)