type Config struct {
// The name of the configMap. ConfigMapName string `mapstructure:"config_map_name"`
// The interval of the collector. Interval string `mapstructure:"config_interval"`
// The interval of the http checker. HttpInterval string `mapstructure:"http_interval"`
}
type ConfigMapMapping struct {
// Name is the name of the ConfigMap. Name string `yaml:"name"`
// Namespace is the namespace in which the ConfigMap is located. Namespace string `yaml:"namespace"`
}