Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KsrK8sPrefix defines the common prefix for all K8s items that KSR stores // in the data store. KsrK8sPrefix = "k8s" // KsrStsPrefix defines the prefix for the plugin status that KSR stores // in the data store. KsrStsPrefix = "status" // NamespaceID defines keyword identifying a given K8s item's namespace". NamespaceID = "namespace" )
Variables ¶
This section is empty.
Functions ¶
func Key ¶
Key returns the key under which a configuration for a given K8s item should be stored in the data-store.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.