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

✨ Enable Patching of WorkStatus #28

Merged
merged 3 commits into from
Feb 21, 2024

Conversation

waltforme
Copy link
Contributor

Summary

Resolves #21.

@waltforme
Copy link
Contributor Author

I hope this could help to unblock kubestellar/kubestellar#1580.

@andreyod
Copy link
Contributor

/lgtm

@ezrasilvera ezrasilvera merged commit 21542d6 into kubestellar:main Feb 21, 2024
6 of 7 checks passed
@pdettori
Copy link
Collaborator

nice work @waltforme, thank you !!

@waltforme
Copy link
Contributor Author

nice work @waltforme, thank you !!

YW! @pdettori

@waltforme waltforme deleted the patching-ws branch February 21, 2024 15:03
@@ -1,4 +1,4 @@
name: test workstatus creation
name: test workstatus operations
Copy link
Contributor

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.

Copy link
Contributor Author

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
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: cannot patch or update existing WorkStatus
5 participants