flags

package
v0.9.245 Latest Latest
Warning

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

Go to latest
Published: May 29, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DirFlag         = Flag{Full: "dir", Short: "d"}
	NameFlag        = Flag{Full: "name"}
	PathFlag        = Flag{Full: "path", Short: "p"}
	PidFileFlag     = Flag{Full: "pid-file"}
	NoServerFlag    = Flag{Full: "no-server"}
	StreamFlag      = Flag{Full: "stream"}
	WorkingDirFlag  = Flag{Full: "working-dir", Short: "w"}
	JidFlag         = Flag{Full: "jid", Short: "j"}
	GpuEnabledFlag  = Flag{Full: "gpu-enabled", Short: "g"}
	GpuTypeFlag     = Flag{Full: "gpu-type"}
	AttachFlag      = Flag{Full: "attach", Short: "a"}
	AttachableFlag  = Flag{Full: "attachable"}
	AllFlag         = Flag{Full: "all", Short: "a"}
	LogFlag         = Flag{Full: "log"}
	ExternalFlag    = Flag{Full: "external"}
	FileLocksFlag   = Flag{Full: "file-locks"}
	TypeFlag        = Flag{Full: "type", Short: "t"}
	FullFlag        = Flag{Full: "full"}
	ErrorsFlag      = Flag{Full: "errors"}
	CompressionFlag = Flag{Full: "compression"}
	AsRootFlag      = Flag{Full: "as-root"}
	UpcomingFlag    = Flag{Full: "upcoming"}

	// CRIU
	LeaveRunningFlag    = Flag{Full: "leave-running"}
	LeaveStoppedFlag    = Flag{Full: "leave-stopped"}
	TcpEstablishedFlag  = Flag{Full: "tcp-established"}
	TcpCloseFlag        = Flag{Full: "tcp-close"}
	TcpSkipInFlightFlag = Flag{Full: "skip-in-flight"}
	ShellJobFlag        = Flag{Full: "shell-job"}
	LinkRemapFlag       = Flag{Full: "link-remap"}

	// Parent flags
	AddressFlag    = Flag{Full: "address"}
	ProtocolFlag   = Flag{Full: "protocol"}
	ConfigFlag     = Flag{Full: "config"}
	ConfigDirFlag  = Flag{Full: "config-dir"}
	DBFlag         = Flag{Full: "db"}
	MetricsASRFlag = Flag{Full: "metrics-asr"}
	ProfilingFlag  = Flag{Full: "profiling"}
)

Functions

This section is empty.

Types

type Flag

type Flag struct {
	Full  string
	Short string
}

Jump to

Keyboard shortcuts

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