-
Notifications
You must be signed in to change notification settings - Fork 183
fix: field extra_args recursive growth caused by Resource and Subreso… #251
Conversation
/assign @fabianvf |
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.
/lgtm
/approve |
/hold |
please squash the commits |
…urce to_dict method when cache with CacheDecoder
fabcbae
to
bd944a5
Compare
Done |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabianvf, jamesgetx, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@yliaog it looks like your hold is still active, was there more you wanted or is it good to unhold? |
/unhold |
removed hold, looks good after squashing commits |
/release-note-none |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Field
extra_args
grow recursively caused by theto_dict
method ofResource
andSubresource
when decode withCacheDecoder
. The cache file fragment is shown below.the pr also fix another problem which
Resource
lost valid attributesingularName
andshortNames
whenCacheDecoder
decode from cache file.