Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaggageclaimCommand ¶
type BaggageclaimCommand struct { Logger flag.Lager BindIP flag.IP `long:"bind-ip" default:"127.0.0.1" description:"IP address on which to listen for API traffic."` BindPort uint16 `long:"bind-port" default:"7788" description:"Port on which to listen for API traffic."` DebugBindIP flag.IP `long:"debug-bind-ip" default:"127.0.0.1" description:"IP address on which to listen for the pprof debugger endpoints."` DebugBindPort uint16 `long:"debug-bind-port" default:"7787" description:"Port on which to listen for the pprof debugger endpoints."` P2pInterfaceNamePattern string `` /* 128-byte string literal not displayed */ P2pInterfaceFamily int `long:"p2p-interface-family" default:"4" choice:"4" choice:"6" description:"4 for IPv4 and 6 for IPv6"` VolumesDir flag.Dir `long:"volumes" required:"true" description:"Directory in which to place volume data."` Driver string `` /* 143-byte string literal not displayed */ BtrfsBin string `long:"btrfs-bin" default:"btrfs" description:"Path to btrfs binary"` MkfsBin string `long:"mkfs-bin" default:"mkfs.btrfs" description:"Path to mkfs.btrfs binary"` OverlaysDir string `long:"overlays-dir" description:"Path to directory in which to store overlay data"` DisableUserNamespaces bool `long:"disable-user-namespaces" description:"Disable remapping of user/group IDs in unprivileged volumes."` }
func (*BaggageclaimCommand) Execute ¶
func (cmd *BaggageclaimCommand) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.