# Functions

MarshalTraits will marshal Traits as JSON.
UnmarshalTraits will unmarshal JSON traits.

# Variables

No description provided by the author
No description provided by the author

# Structs

LabelValues is a list of key value pairs, where key is a string and value is a list of string values.
StringValues is a list of strings.

# Type aliases

Strings is a list of string that can unmarshal from list of strings or a scalar string from scalar yaml or json property.
Traits is a wrapper around map with string slices as values.