package
1.2.0-alpha.1
Repository: https://github.com/aulanov/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewStorage returns a RESTStorage object that will work against pods.

# Structs

AttachREST implements the attach subresource for a Pod TODO: move me into pod/rest - I'm generic to store type via ResourceGetter.
BindingREST implements the REST endpoint for binding pods to nodes when etcd is in use.
ExecREST implements the exec subresource for a Pod TODO: move me into pod/rest - I'm generic to store type via ResourceGetter.
LogREST implements the log endpoint for a Pod TODO: move me into pod/rest - I'm generic to store type via ResourceGetter.
PodStorage includes storage for pods and all sub resources.
PortForwardREST implements the portforward subresource for a Pod TODO: move me into pod/rest - I'm generic to store type via ResourceGetter.
ProxyREST implements the proxy subresource for a Pod TODO: move me into pod/rest - I'm generic to store type via ResourceGetter.
REST implements a RESTStorage for pods against etcd.
StatusREST implements the REST endpoint for changing the status of a pod.