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
Is your feature request related to a problem? Please describe.
This is a nice to have feature, it's not a problem yet
Describe the solution you'd like
All the objects modified by klient should have an specific annotation. Optionally, we can allow the developer to set it's own annotation.
Describe alternatives you've considered
As an alternative the annotation could be included in the content or file to apply.
Is your feature request related to a problem? Please describe.
This is a nice to have feature, it's not a problem yet
Describe the solution you'd like
All the objects modified by
klient
should have an specific annotation. Optionally, we can allow the developer to set it's own annotation.Describe alternatives you've considered
As an alternative the annotation could be included in the content or file to apply.
Proposal
Before create or update the object call:
to append this annotation to the object, this should be in the func called by
r.Visit(info)
such ascreate()
andpatch()
Additional context
It's in
kubectl
but it does append the annotation provided by the userReferences
None
The text was updated successfully, but these errors were encountered: