Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvAwsAccessKey = "ETCDBACKUP_AWS_ACCESS_KEY" EnvAwsSecretKey = "ETCDBACKUP_AWS_SECRET_KEY" EnvEncryptPassph = "ETCDBACKUP_PASSPHRASE" )
Variables ¶
This section is empty.
Functions ¶
func CheckConfig ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Flags ¶
type Flags struct { AwsAccessKey string AwsSecretKey string AwsS3Bucket string AwsS3Region string EtcdV2DataDir string EtcdV3Cert string EtcdV3CACert string EtcdV3Key string EtcdV3Endpoints string EncryptPass string GuestBackup bool Help bool Prefix string Provider string PushGatewayURL string PushGatewayJob string SkipV2 bool }
Click to show internal directories.
Click to hide internal directories.