-
Notifications
You must be signed in to change notification settings - Fork 12
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
✨ Enable Patching of WorkStatus #28
Conversation
Signed-off-by: Jun Duan <[email protected]>
Signed-off-by: Jun Duan <[email protected]>
Signed-off-by: Jun Duan <[email protected]>
I hope this could help to unblock kubestellar/kubestellar#1580. |
/lgtm |
nice work @waltforme, thank you !! |
YW! @pdettori |
@@ -1,4 +1,4 @@ | |||
name: test workstatus creation | |||
name: test workstatus operations |
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.
So I would change the name of this file too.
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.
Thanks! Did it by #29 .
@@ -48,7 +48,6 @@ type WorkStatusList struct { | |||
|
|||
// Manifest represents a resource to be deployed | |||
type RawStatus struct { | |||
// +kubebuilder:validation:EmbeddedResource |
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.
This seems like an inferior choice for how to solve the problem.
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.
Would be happy to learn about a better solution.
Summary
Resolves #21.