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

Add support for PodResource to set readiness gates in status #5496

Closed
shawkins opened this issue Oct 4, 2023 · 1 comment · Fixed by #5693
Closed

Add support for PodResource to set readiness gates in status #5496

shawkins opened this issue Oct 4, 2023 · 1 comment · Fixed by #5693
Assignees
Milestone

Comments

@shawkins
Copy link
Contributor

shawkins commented Oct 4, 2023

Is your enhancement related to a problem? Please describe

Based upon #5474 it can be burdensome to understand how to manipulate pod status.

Describe the solution you'd like

Consider moving the method provided on the discussion to PodResource.

Describe alternatives you've considered

No response

Additional context

There are two additional complications - that working with status involves the parent, and working with conditions as a list instead of a map. Each makes it more difficult to conceptually / actually work with status - projects such a managed kafka, and keycloak have similar issues dealing with conditions. There is no easy answer however because we're dealing with the upstream schema.

Copy link

stale bot commented Jan 2, 2024

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

@stale stale bot added the status/stale label Jan 2, 2024
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Jan 8, 2024
also adding a general subresource method

closes fabric8io#5496
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Jan 8, 2024
also adding a general subresource method

closes fabric8io#5496
@manusa manusa added this to the 6.10.0 milestone Jan 8, 2024
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Jan 8, 2024
also adding a general subresource method

closes fabric8io#5496
manusa pushed a commit that referenced this issue Jan 9, 2024
also adding a general subresource method

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

Successfully merging a pull request may close this issue.

2 participants