openshift / openshift-velero-plugin

General Velero plugin for backup and restore of openshift workloads.
Apache License 2.0
47 stars 37 forks source link

ReplicationController item is being unmarshaled into a ReplicaSet #256

Open gqi128 opened 2 months ago

gqi128 commented 2 months ago

https://github.com/openshift/openshift-velero-plugin/blob/95ab2b038f0170ab6b0fa70bcb2d28268b312739/velero-plugins/replicationcontroller/backup.go#L33

Should it be unmarshaled into a ReplicationController instead?

mateusoliveira43 commented 2 months ago

Thanks for the catch @gqi128

you are right, it should be https://pkg.go.dev/k8s.io/api@v0.29.3/core/v1#ReplicationController

we will work on the fix!