Documentation ¶
Index ¶
Constants ¶
View Source
const ( Velero = "velero" Restic = "restic" VeleroNamespace = "oadp-operator" OADPOperator = "oadp-operator" OADPOperatorVelero = "oadp-operator-velero" DataMover = "volume-snapshot-mover" DataMoverController = "data-mover-controller" DataMoverControllerContainer = "data-mover-controller-container" OADPOperatorServiceAccount = "openshift-adp-controller-manager" VolSyncDeploymentName = "volsync-controller-manager" VolSyncDeploymentNamespace = "openshift-operators" )
View Source
const ( VeleroImage = "quay.io/konveyor/velero:oadp-1.1" OpenshiftPluginImage = "quay.io/konveyor/openshift-velero-plugin:oadp-1.1" AWSPluginImage = "quay.io/konveyor/velero-plugin-for-aws:oadp-1.1" AzurePluginImage = "quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.1" GCPPluginImage = "quay.io/konveyor/velero-plugin-for-gcp:oadp-1.1" CSIPluginImage = "quay.io/konveyor/velero-plugin-for-csi:oadp-1.1" // DataMoverImage is the data mover controller for data mover CRs - VolumeSnapshotBackup and VolumeSnapshotRestore DataMoverImage = "quay.io/konveyor/volume-snapshot-mover:oadp-1.1" RegistryImage = "quay.io/konveyor/registry:latest" KubeVirtPluginImage = "quay.io/konveyor/kubevirt-velero-plugin:v0.2.0" )
Images
View Source
const ( VeleroPluginForAWS = "velero-plugin-for-aws" VeleroPluginForAzure = "velero-plugin-for-microsoft-azure" VeleroPluginForGCP = "velero-plugin-for-gcp" VeleroPluginForCSI = "velero-plugin-for-csi" VeleroPluginForOpenshift = "openshift-velero-plugin" KubeVirtPlugin = "kubevirt-velero-plugin" )
Plugin names
View Source
const ( LDLibraryPathEnvKey = "LD_LIBRARY_PATH" VeleroNamespaceEnvKey = "VELERO_NAMESPACE" VeleroScratchDirEnvKey = "VELERO_SCRATCH_DIR" AzureCredentialsFileEnvKey = "AZURE_CREDENTIALS_FILE" GCPCredentialsEnvKey = "GOOGLE_APPLICATION_CREDENTIALS" HTTPProxyEnvVar = "HTTP_PROXY" HTTPSProxyEnvVar = "HTTPS_PROXY" NoProxyEnvVar = "NO_PROXY" )
Environment Vars keys
Variables ¶
This section is empty.
Functions ¶
func AppendUniqueKeyStringOfStringMaps ¶ added in v1.0.3
func AppendUniqueLabels ¶ added in v1.0.3
append labels together
func DefaultModePtr ¶ added in v1.0.5
func DefaultModePtr() *int32
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.