Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { StorageAccountName string `yaml:"account_name"` StorageAccountKey flagext.Secret `yaml:"account_key"` ContainerName string `yaml:"container_name"` Endpoint string `yaml:"endpoint_suffix"` MaxRetries int `yaml:"max_retries"` http.Config `yaml:"http"` }
Config holds the config options for an Azure backend
func (*Config) RegisterFlags ¶
RegisterFlags registers the flags for Azure storage
Click to show internal directories.
Click to hide internal directories.