Versions in this module Expand all Collapse all v0 v0.0.2 Mar 6, 2018 Changes in this version + const ApplicationLabel + var AdditionalApplicationLabels = []string + func Exists(name string) (bool, error) + func GetLabels(application string, additional bool) (map[string]string, error) + func SetCurrent(name string) error v0.0.1 Feb 14, 2018 Changes in this version + func Create(name string) error + func Delete(name string) error + func GetCurrent() (string, error) + func List() (string, error)