package
0.0.0-20171110165228-792cabc76997
Repository: https://github.com/vladolavor/vpp.git
Documentation: pkg.go.dev

# Functions

GetID returns ID of a namespace.
Key returns the key under which a configuration for the given namespace should be stored in the data-store.
KeyPrefix returns the key prefix used in the data-store to save the current state of every known K8s namespace.
ParseNamespaceFromKey parses namespace id from the associated data-store key.

# Constants

NamespacePrefix is a key prefix under which the current state of every known K8s namespace is stored.

# Structs

Namespace provides a scope for resource names.
Label is a key/value pair attached to an object (namespace in this case).

# Type aliases

ID used to uniquely represent a K8s Namespace.