Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NfsMounter ¶
type NfsMounter struct { /*NfsServer - Descr: Domain name for NFS idmapd Default: localdomain */ NfsServer *NfsServer `yaml:"nfs_server,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type NfsServer ¶
type NfsServer struct { /*PipefsDirectory - Descr: Pipefs directory for NFS idmapd Default: /var/lib/nfs/rpc_pipefs */ PipefsDirectory interface{} `yaml:"pipefs_directory,omitempty"` SharePath interface{} `yaml:"share_path,omitempty"` /*Address - Descr: NFS server for droplets and apps (not used in an AWS deploy, use s3 instead) Default: <nil> */ Address interface{} `yaml:"address,omitempty"` Share interface{} `yaml:"share,omitempty"` /*Nfsv4 - Descr: bool to use NFS4 (not used in an AWS deploy, use s3 instead) Default: <nil> */ Nfsv4 interface{} `yaml:"nfsv4,omitempty"` /*IdmapdDomain - Descr: Domain name for NFS idmapd Default: localdomain */ IdmapdDomain interface{} `yaml:"idmapd_domain,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.