type Config struct {
// Namespace is the KubeCarrier controller manager should be deployed into. Namespace string// Name of this KubeCarrier object Name string LogLevel int}
Config holds the config information to generate the KubeCarrier controller manager setup.