You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As proposed in issue #319, this introduces an optional status_prefix boolean that can be added to any resource handler definition. If set to True (or omitted), status returned by the handler is still placed beneath the handler_id in the resulting object's status subresource. If set to False, the status returned by the handler is use at the top-level of the status subresource.
philipp-sontag-by : I'll try to redo this in the other repo, but I may not have time in the near future (starting a new job this week). I'd also be happy for you to carry this forward if you have time. Let me know here if you've got it in another PR so we don't duplicate effort.
The text was updated successfully, but these errors were encountered:
What do these changes do?
As proposed in issue #319, this introduces an optional
status_prefix
boolean that can be added to any resource handler definition. If set toTrue
(or omitted), status returned by the handler is still placed beneath the handler_id in the resulting object's status subresource. If set toFalse
, the status returned by the handler is use at the top-level of the status subresource.Description
Fully implements the proposal in issue #319.
Issues/PRs
Type of changes
Checklist
CONTRIBUTORS.txt
This would be a really nice feature to have
Hey lack,
is there any chance you would be willing to update this branch and move the PR to the new repository at https://github.com/nolar/kopf?
If you don't have time at the moment would it be ok if I pick this up based on the changes you already made?
philipp-sontag-by : I'll try to redo this in the other repo, but I may not have time in the near future (starting a new job this week). I'd also be happy for you to carry this forward if you have time. Let me know here if you've got it in another PR so we don't duplicate effort.
The text was updated successfully, but these errors were encountered: