{{ 'volumes.title' | tr }}
|
{{ 'volumes.name' | tr }} |
{{ 'volumes.type' | tr }} |
{{ 'volumes.hostPath' | tr }} |
{{ 'main.actions' | tr }} |
|
{{ volume.name }}
|
{{ volume.mountType }}
|
{{ volume.mountOptions.host || volume.mountOptions.diskPath || volume.hostPath }}{{ volume.mountOptions.remoteDir }} |
{{ volume.hostPath }} |
|