diff --git a/apis/dataprotection/v1alpha1/zz_generated.deepcopy.go b/apis/dataprotection/v1alpha1/zz_generated.deepcopy.go index 5b1e6f917b4..74a084b6d99 100644 --- a/apis/dataprotection/v1alpha1/zz_generated.deepcopy.go +++ b/apis/dataprotection/v1alpha1/zz_generated.deepcopy.go @@ -25,7 +25,7 @@ along with this program. If not, see . package v1alpha1 import ( - v1 "k8s.io/api/core/v1" + "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" ) @@ -837,21 +837,6 @@ func (in *BackupTimeRange) DeepCopy() *BackupTimeRange { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ConnectCredential) DeepCopyInto(out *ConnectCredential) { - *out = *in -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConnectCredential. -func (in *ConnectCredential) DeepCopy() *ConnectCredential { - if in == nil { - return nil - } - out := new(ConnectCredential) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ConnectionCredential) DeepCopyInto(out *ConnectionCredential) { *out = *in @@ -1134,7 +1119,7 @@ func (in *ReadyConfig) DeepCopyInto(out *ReadyConfig) { } if in.ConnectionCredential != nil { in, out := &in.ConnectionCredential, &out.ConnectionCredential - *out = new(ConnectCredential) + *out = new(ConnectionCredential) **out = **in } if in.ReadinessProbe != nil {