Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Native environment registry. Native = newEnvironment(descriptors.NativeEnvironment, native.NewEnvironment) // Kube environment registry. Kube = newEnvironment(descriptors.KubernetesEnvironment, kube.NewEnvironment) )
Functions ¶
func ForEnvironment ¶
ForEnvironment returns the registry for the given environment
func GetSupportedEnvironments ¶
GetSupportedEnvironments returns the list of registered environments.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.