package model type ConfigMap struct { Name string Data map[string]string }