func()

in secret-operator/api/v1/zz_generated.deepcopy.go [87:96]


func (in *SecretsRotationMappingSpec) DeepCopyInto(out *SecretsRotationMappingSpec) {
	*out = *in
	if in.Labels != nil {
		in, out := &in.Labels, &out.Labels
		*out = make(map[string]string, len(*in))
		for key, val := range *in {
			(*out)[key] = val
		}
	}
}