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