• Clayton Coleman's avatar
    Support api chunking in kubectl get · 4780ad02
    Clayton Coleman authored
    This enables chunking in the resource builder to make it easy to
    retrieve resources in pages and visit partial result sets. This adds
    `--chunk-size` to `kubectl get` only so that users can get comfortable
    with the use of chunking in beta. Future changes will enable chunking
    for all CLI commands so that bulk actions can be performed more
    efficiently.
    4780ad02
get.go 20.4 KB