Versions in this module Expand all Collapse all v1 v1.2.4 Feb 13, 2019 Changes in this version + const Default + const GRPCHeader + const NamespaceEnvVar + func Namespace(ctx context.Context) (string, bool) + func NamespaceFromEnv(ctx context.Context) context.Context + func NamespaceRequired(ctx context.Context) (string, error) + func Validate(s string) error + func WithNamespace(ctx context.Context, namespace string) context.Context + type Store interface + Create func(ctx context.Context, namespace string, labels map[string]string) error + Delete func(ctx context.Context, namespace string) error + Labels func(ctx context.Context, namespace string) (map[string]string, error) + List func(ctx context.Context) ([]string, error) + SetLabel func(ctx context.Context, namespace, key, value string) error