nfs_mounter

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NfsMounterJob

type NfsMounterJob struct {

	/*NfsServer - Descr: NFS server for droplets and apps (not used in an AWS deploy, use s3 instead) Default: <nil>
	 */
	NfsServer *NfsServer `yaml:"nfs_server,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type NfsServer

type NfsServer struct {

	/*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 - Descr: Path to share from the remote NFS server (not used in an AWS deploy, use s3 instead) Default: <nil>
	 */
	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"`

	/*PipefsDirectory - Descr: Pipefs directory for NFS idmapd Default: /var/lib/nfs/rpc_pipefs
	 */
	PipefsDirectory interface{} `yaml:"pipefs_directory,omitempty"`

	/*SharePath - Descr: Location to mount the nfs share Default: /var/vcap/nfs
	 */
	SharePath interface{} `yaml:"share_path,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL