Skip to content

Bringing server-side printing to beta summary #58536

@smarterclayton

Description

@smarterclayton

This is a tracker for the work items to bring server-side printing to beta in 1.10:

Server:

Client:

  • 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.

Metadata

Metadata

Labels

sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.sig/cliCategorizes an issue or PR as relevant to SIG CLI.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions