Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsLoggable ¶
IsLoggable returns whether err should be logged when handled. All errors are considered loggable unless explicitly marked otherwise.
Types ¶
type ImportOptions ¶
type ImportOptions struct { Auth *config.AuthConfig `noattribute:"true"` Token string `noattribute:"true"` Metro string `noattribute:"true"` VolimportImage string `local:"true" long:"image" usage:"Volume import image to use" default:"official/utils/volimport:latest"` Force bool `local:"true" long:"force" short:"f" usage:"Force import, even if it might fail"` Source string `` /* 128-byte string literal not displayed */ Timeout uint64 `local:"true" long:"timeout" short:"t" usage:"Timeout for the import process in seconds when unresponsive" default:"10"` VolID string `local:"true" long:"volume" short:"v" usage:"Identifier of an existing volume (name or UUID)"` }
Click to show internal directories.
Click to hide internal directories.