• Kubernetes Submit Queue's avatar
    Merge pull request #44685 from smarterclayton/serverside_get_api · 6f4e0b66
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 44520, 45253, 45838, 44685, 45901)
    
    API for server side tabular output
    
    These are the APIs necessary to implement propsoal kubernetes/community#363
    
    They consist of a new meta group (v1alpha1) that indicates these are alpha apis for the server as a whole, a new kind `TableList` which is a simple row + header arranged table capable of returning both object and columnar data, a `TableListOptions` for altering the behavior of the return, and `PartialObjectMetadata` which is an "interface" style API object which allows a client to ask any object for their metadata (without having to know how to parse the object or perform gymnastics).
    
    Extracted from #40848
    
    A few minor tweaks still required.
    6f4e0b66
Name
Last commit
Last update
..
src/k8s.io Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
copy.sh Loading commit data...
godeps-json-updater.go Loading commit data...
prime-apimachinery.sh Loading commit data...