Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + func AddLabel(labels map[string]string, labelKey string, labelValue string) map[string]string + func AddLabelToSelector(selector *unversioned.LabelSelector, labelKey string, labelValue string) *unversioned.LabelSelector + func CloneAndAddLabel(labels map[string]string, labelKey string, labelValue uint32) map[string]string + func CloneAndRemoveLabel(labels map[string]string, labelKey string) map[string]string + func CloneSelectorAndAddLabel(selector *unversioned.LabelSelector, labelKey string, labelValue uint32) *unversioned.LabelSelector + func SelectorHasLabel(selector *unversioned.LabelSelector, labelKey string) bool