Documentation
¶
Index ¶
Constants ¶
View Source
const ( // INSTALL_CRD_ENV is the environment variable used to check if // CRDs need to be installed by NDM or not. INSTALL_CRD_ENV = "OPENEBS_IO_INSTALL_CRD" // IMAGE_PULL_SECRETS_ENV is the environment variable used to pass the image pull secrets IMAGE_PULL_SECRETS_ENV = "OPENEBS_IO_IMAGE_PULL_SECRETS" )
Variables ¶
This section is empty.
Functions ¶
func GetOpenEBSImagePullSecrets ¶ added in v1.1.0
func GetOpenEBSImagePullSecrets() []v1.LocalObjectReference
GetOpenEBSImagePullSecrets is used to get the image pull secrets from the environment variable
func IsInstallCRDEnabled ¶
func IsInstallCRDEnabled() bool
IsInstallCRDEnabled is used to check whether the CRDs need to be installed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.