Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Minimum log level to emit.
LogLevel string `default:"info" split_words:"true"`
// Period to perform reconciliation with the Calico datastore.
ReconcilerPeriod string `default:"5m" split_words:"true"`
// Which controllers to run.
EnabledControllers string `default:"policy,profile,endpoint" split_words:"true"`
// Number of workers to run for each controller.
EndpointWorkers int `default:"1" split_words:"true"`
ProfileWorkers int `default:"1" split_words:"true"`
PolicyWorkers int `default:"1" split_words:"true"`
// Path to a kubeconfig file to use for accessing the k8s API.
Kubeconfig string `default:"" split_words:"false"`
}
Click to show internal directories.
Click to hide internal directories.