velero/pkg/plugin
Daniel Jiang 108c81d84c
Skip registering "crd-remap-version" plugin when feature flag (#5165)
"EnableAPIGroupVersions" is set

The crd-remap-version plugin will always backup v1b1 resource for some
CRD. It impacts the feature flag `EnableAPIGroupVersions` which means to
backup all versions, and make migration fail.

In this commit the featureSet was removed from plugin server struct b/c
it blocks the parm `--features` to be populated correctly.  This change
should not have negative impact b/c the attribute in server struct is never used.

Fixes #5146

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2022-08-02 15:47:57 +08:00
..
clientmgmt fix: use the right kind in getRestartableProcess logger 2022-04-11 16:46:18 +03:00
framework Skip registering "crd-remap-version" plugin when feature flag (#5165) 2022-08-02 15:47:57 +08:00
generated ItemSnapshotter plugin APIs. Addresses #3753 (#4077) 2021-11-16 16:13:31 -05:00
mocks ItemSnapshotter plugin APIs. Addresses #3753 (#4077) 2021-11-16 16:13:31 -05:00
proto ItemSnapshotter plugin APIs. Addresses #3753 (#4077) 2021-11-16 16:13:31 -05:00
velero Consolidated code for resolving actions and plugins into ActionResolver (#4410) 2021-12-10 12:53:47 -05:00