Uses of Class
io.kubernetes.client.openapi.models.V1PersistentVolume
Packages that use V1PersistentVolume
-
Uses of V1PersistentVolume in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1PersistentVolumeModifier and TypeMethodDescriptionCoreV1Api.createPersistentVolume(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PersistentVolumeCoreV1Api.deletePersistentVolume(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PersistentVolumeCoreV1Api.patchPersistentVolume(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PersistentVolumeCoreV1Api.patchPersistentVolumeStatus(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PersistentVolumeCoreV1Api.readPersistentVolume(String name, String pretty) read the specified PersistentVolumeCoreV1Api.readPersistentVolumeStatus(String name, String pretty) read status of the specified PersistentVolumeCoreV1Api.replacePersistentVolume(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PersistentVolumeCoreV1Api.replacePersistentVolumeStatus(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PersistentVolumeMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1PersistentVolumeModifier and TypeMethodDescriptionCoreV1Api.createPersistentVolumeWithHttpInfo(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PersistentVolumeCoreV1Api.deletePersistentVolumeWithHttpInfo(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PersistentVolumeCoreV1Api.patchPersistentVolumeStatusWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PersistentVolumeCoreV1Api.patchPersistentVolumeWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PersistentVolumeCoreV1Api.readPersistentVolumeStatusWithHttpInfo(String name, String pretty) read status of the specified PersistentVolumeCoreV1Api.readPersistentVolumeWithHttpInfo(String name, String pretty) read the specified PersistentVolumeCoreV1Api.replacePersistentVolumeStatusWithHttpInfo(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PersistentVolumeCoreV1Api.replacePersistentVolumeWithHttpInfo(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PersistentVolumeMethods in io.kubernetes.client.openapi.apis with parameters of type V1PersistentVolumeModifier and TypeMethodDescriptionCoreV1Api.createPersistentVolume(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PersistentVolumeokhttp3.CallCoreV1Api.createPersistentVolumeAsync(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolume> _callback) (asynchronously) create a PersistentVolumeokhttp3.CallCoreV1Api.createPersistentVolumeCall(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createPersistentVolumeCoreV1Api.createPersistentVolumeWithHttpInfo(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PersistentVolumeCoreV1Api.replacePersistentVolume(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PersistentVolumeokhttp3.CallCoreV1Api.replacePersistentVolumeAsync(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolume> _callback) (asynchronously) replace the specified PersistentVolumeokhttp3.CallCoreV1Api.replacePersistentVolumeCall(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replacePersistentVolumeCoreV1Api.replacePersistentVolumeStatus(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PersistentVolumeokhttp3.CallCoreV1Api.replacePersistentVolumeStatusAsync(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolume> _callback) (asynchronously) replace status of the specified PersistentVolumeokhttp3.CallCoreV1Api.replacePersistentVolumeStatusCall(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replacePersistentVolumeStatusCoreV1Api.replacePersistentVolumeStatusWithHttpInfo(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PersistentVolumeCoreV1Api.replacePersistentVolumeWithHttpInfo(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PersistentVolumeMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1PersistentVolumeModifier and TypeMethodDescriptionokhttp3.CallCoreV1Api.createPersistentVolumeAsync(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolume> _callback) (asynchronously) create a PersistentVolumeokhttp3.CallCoreV1Api.deletePersistentVolumeAsync(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1PersistentVolume> _callback) (asynchronously) delete a PersistentVolumeokhttp3.CallCoreV1Api.patchPersistentVolumeAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PersistentVolume> _callback) (asynchronously) partially update the specified PersistentVolumeokhttp3.CallCoreV1Api.patchPersistentVolumeStatusAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PersistentVolume> _callback) (asynchronously) partially update status of the specified PersistentVolumeokhttp3.CallCoreV1Api.readPersistentVolumeAsync(String name, String pretty, ApiCallback<V1PersistentVolume> _callback) (asynchronously) read the specified PersistentVolumeokhttp3.CallCoreV1Api.readPersistentVolumeStatusAsync(String name, String pretty, ApiCallback<V1PersistentVolume> _callback) (asynchronously) read status of the specified PersistentVolumeokhttp3.CallCoreV1Api.replacePersistentVolumeAsync(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolume> _callback) (asynchronously) replace the specified PersistentVolumeokhttp3.CallCoreV1Api.replacePersistentVolumeStatusAsync(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolume> _callback) (asynchronously) replace status of the specified PersistentVolume -
Uses of V1PersistentVolume in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PersistentVolumeModifier and TypeMethodDescriptionV1PersistentVolume.apiVersion(String apiVersion) V1PersistentVolume.metadata(V1ObjectMeta metadata) V1PersistentVolume.spec(V1PersistentVolumeSpec spec) V1PersistentVolume.status(V1PersistentVolumeStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1PersistentVolumeModifier and TypeMethodDescriptionV1PersistentVolumeList.getItems()items is a list of persistent volumes.Methods in io.kubernetes.client.openapi.models with parameters of type V1PersistentVolumeModifier and TypeMethodDescriptionV1PersistentVolumeList.addItemsItem(V1PersistentVolume itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1PersistentVolumeModifier and TypeMethodDescriptionV1PersistentVolumeList.items(List<V1PersistentVolume> items) voidV1PersistentVolumeList.setItems(List<V1PersistentVolume> items)