func()

in secret-operator/api/v1/zz_generated.deepcopy.go [47:52]


func (in *SecretsRotationMapping) DeepCopyObject() runtime.Object {
	if c := in.DeepCopy(); c != nil {
		return c
	}
	return nil
}