Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EnvDisableMigration contains the name of the environment variable which can be used // to disable migration EnvDisableMigration = "MIGRATOR_DISABLE_MIGRATION" // EnvConfigMapName contains the name of the environment variable which can be used // to specify the ConfigMap name containing the configuration to migrate from EnvConfigMapName = "CONFIGMAP_NAME" // EnvConfigMapNamespace contains the name of the environment variable which can be used // to specify the namespace of the ConfigMap containing the configuration to migrate from EnvConfigMapNamespace = "CONFIGMAP_NAMESPACE" // DefaultConfigMapName is the default ConfigMap name used to read the configuration to // migrate from DefaultConfigMapName = "nvidia-k8s-ipam-config" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.