Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove scoped reference #161

Merged
merged 1 commit into from
Sep 27, 2021
Merged

Remove scoped reference #161

merged 1 commit into from
Sep 27, 2021

Conversation

adracus
Copy link
Contributor

@adracus adracus commented Sep 27, 2021

Proposed Changes

All commonv1alpha1.ScopedReferences are removed in favor of simple
corev1.LocalObjectReferences.

Additionally, the manager overlay is
removed as relation computation w/o the refs does not make that much
sense anymore.
Also, dependency and dependant triggering via watches and field indexers
is the proper way how it is built into any controller using the
controller-runtime and makes us behave more in line / not having to
maintain additional overlays.

All commonv1alpha1.ScopedReferences are removed in favor of simple
corev1.LocalObjectReferences.

Additionally, the manager overlay is
removed as relation computation w/o the refs does not make that much
sense anymore.
Also, dependency and dependant triggering via watches and field indexers
is the proper way how it is built into any controller using the
controller-runtime and makes us behave more in line / not having to
maintain additional overlays.
@afritzler afritzler merged commit f5ebf68 into main Sep 27, 2021
@afritzler afritzler deleted the feature/remove-scoped-ref branch September 27, 2021 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants