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
Have kubectl get fetch table resources and pass them into the printer (with fallback to client side printing if the server doesn't return a Table) (Update get.go to use server-side printing #55637)
Have a flag to disable server side rendering that defaults to false
Add client side tests that validate server side printing can be bypassed
Sorting and printing should be using the table but with full objects returned via the print API (?includeObject=Object) and then doing the sort on nested, as should custom columns.
We should also test service-catalog resources with Table printers. I have made a note of this here.
The continuation of this work in 1.11 is in #60712.
This is a tracker for the work items to bring server-side printing to beta in 1.10:
Server:
put table API behind feature gateClient:
(?includeObject=Object)and then doing the sort on nested, as should custom columns.The continuation of this work in 1.11 is in #60712.