Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

Volume

Volume represents a named volume in a pod that may be accessed by any container in the Pod.

  • name: string - required
  • persistentVolumeClaim:
    • claimName: string - required
    • readOnly: boolean
  • configMap:
    • name: string
  • secret:
    • secretName: string