func (in *B2Spec) DeepCopyInto(out *B2Spec) {
    *out = *in
    if in.AccountIDSecretRef != nil {
        in, out := &in.AccountIDSecretRef, &out.AccountIDSecretRef
        *out = new(corev1.SecretKeySelector)