Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NfsVolumeSource

Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.

schema

io.k8s.api.core.v1.NFSVolumeSource

Hierarchy

  • NfsVolumeSource

Index

Properties

Properties

Readonly path

path: string

Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

schema

io.k8s.api.core.v1.NFSVolumeSource#path

Optional Readonly readOnly

readOnly: boolean

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

default

false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

schema

io.k8s.api.core.v1.NFSVolumeSource#readOnly

Readonly server

server: string

Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

schema

io.k8s.api.core.v1.NFSVolumeSource#server

Generated using TypeDoc