kubernetes/vendor/github.com/libopenstorage/openstorage/pkg/parser/labels.go

const NoLabel

func LabelsFromString(str string) (map[string]string, error) {}

func LabelsToString(labels map[string]string) string {}

func MergeLabels(old map[string]string, new map[string]string) map[string]string {}

func HasLabels(set map[string]string, subset map[string]string) bool {}