baggageclaimcmd

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2019 License: Apache-2.0 Imports: 24 Imported by: 7

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."`
	DebugBindPort uint16  `long:"bind-debug-port" default:"8099"    description:"Port on which to listen for baggageclaim pprof server."`

	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"`

	ReapInterval time.Duration `long:"reap-interval" default:"10s" description:"Interval on which to reap expired volumes."`
}

func (*BaggageclaimCommand) Execute

func (cmd *BaggageclaimCommand) Execute(args []string) error

func (*BaggageclaimCommand) Runner

func (cmd *BaggageclaimCommand) Runner(args []string) (ifrit.Runner, error)

Jump to

Keyboard shortcuts

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