Files
perl/docs/V1VolumeDevice.md
2019-03-23 16:42:23 +08:00

597 B

Kubernetes::Object::V1VolumeDevice

Load the model package

use Kubernetes::Object::V1VolumeDevice;

Properties

Name Type Description Notes
device_path string devicePath is the path inside of the container that the device will be mapped to.
name string name must match the name of a persistentVolumeClaim in the pod

[Back to Model list] [Back to API list] [Back to README]