import "github.com/chaos-mesh/chaos-mesh/pkg/label"
label.go
Label is the label field in metadata
type Label map[string]string
func ParseLabel(data string) (Label, error)
func (l Label) String() string
String converts label to a string