Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2016 Changes in this version + type NodeStorage struct + Node *REST + Proxy *noderest.ProxyREST + Status *StatusREST + func NewStorage(opts generic.RESTOptions, connection client.ConnectionInfoGetter, ...) NodeStorage v0.3.0 Mar 16, 2016 Changes in this version type REST + func (c *REST) GetConnectionInfo(ctx api.Context, nodeName string) (string, uint, http.RoundTripper, error) v0.1.0 Oct 25, 2015 Changes in this version + func NewREST(s storage.Interface, useCacher bool, connection client.ConnectionInfoGetter) (*REST, *StatusREST) + type REST struct + func (r *REST) ResourceLocation(ctx api.Context, id string) (*url.URL, http.RoundTripper, error) + type StatusREST struct + func (r *StatusREST) New() runtime.Object + func (r *StatusREST) Update(ctx api.Context, obj runtime.Object) (runtime.Object, bool, error)