Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentConfig ¶
type AgentConfig struct { Storage Storage `yaml:"storage"` ClusterComponent ClusterComponent `yaml:"clusterComponent"` }
func ParseConfig ¶
func ParseConfig(cfgPath string) (*AgentConfig, error)
type ClusterComponent ¶ added in v0.27.0
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) ConfigOpenvpnClient ¶
type Storage ¶
type Storage struct { BucketName string `yaml:"bucketName"` Provider string `yaml:"provider"` AwsAccessKey string `yaml:"aws_access_key"` //nolint:tagliatelle // yaml key is aws_access_key AwsSecretKey string `yaml:"aws_secret_key"` //nolint:tagliatelle // yaml key is aws_secret_key Region string `yaml:"region"` }
Click to show internal directories.
Click to hide internal directories.