Open
Description
For example, origin SAR scopes can be translated to kube SAR extras.
Full round trip conversion may not be possible.
I (Mo) do not think they are fully convertible. Our SAR stuff defaults the namespace and user to the current if not given, kube requires it. Kube SAR also has
NonResourceAttributes
andSubresource
which we do not seem to have. I am also not sure if kube'sExtra
and ourScopes
can be round tripped without losing data.
I planned on simply removing it but I was not sure if the origin SAR stuff even handled
NonResourceAttributes
. While bothResourceAttributes
andNonResourceAttributes
cannot be specified together, the origin stuff does have a.Path
so I feel like that should be used at some point.
xref: #13128