Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM - first pass at including velero-openstack plugin #1592

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run make manifests :)
weshayutin committed Nov 20, 2024
commit b08119a37c2a9de1a793bafb036417e0062ba0f2
3 changes: 2 additions & 1 deletion api/v1alpha1/oadp_types.go
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ const ReconcileCompleteMessage = "Reconcile complete"
const OadpOperatorLabel = "openshift.io/oadp"
const RegistryDeploymentLabel = "openshift.io/oadp-registry"

// +kubebuilder:validation:Enum=aws;legacy-aws;gcp;azure;csi;vsm;openshift;kubevirt
// +kubebuilder:validation:Enum=aws;legacy-aws;gcp;azure;csi;vsm;openshift;kubevirt;openstack
type DefaultPlugin string

const DefaultPluginAWS DefaultPlugin = "aws"
@@ -559,6 +559,7 @@ type DataProtectionApplicationSpec struct {
// - awsPluginImageFqin
// - legacyAWSPluginImageFqin
// - openshiftPluginImageFqin
// - openstackPluginImageFqin
// - azurePluginImageFqin
// - gcpPluginImageFqin
// - resticRestoreImageFqin
3,665 changes: 1,938 additions & 1,727 deletions config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml

Large diffs are not rendered by default.