-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: move Image to storage and implement field selectors #25
feat: move Image to storage and implement field selectors #25
Conversation
50dc09d
to
6aed2a9
Compare
6aed2a9
to
5d0c560
Compare
@@ -15,7 +15,7 @@ spec: | |||
labels: | |||
worker: "true" | |||
spec: | |||
serviceAccountName: apiserver | |||
serviceAccountName: controller-manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@flavio we need to change this when we work on the helm chart
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a TODO for that or create an issue to keep track of it?
5d0c560
to
3b1b471
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a PR, that was huge 😅
Everything LGTM, I left some minor comments
@@ -15,7 +15,7 @@ spec: | |||
labels: | |||
worker: "true" | |||
spec: | |||
serviceAccountName: apiserver | |||
serviceAccountName: controller-manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a TODO for that or create an issue to keep track of it?
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
3b1b471
to
9b26244
Compare
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
9b26244
to
0404e4f
Compare
This PR moves the
Image
type from the controller to storage and implements image metadata field selectors, removing the labels.It also implements an
Image
store.