Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
rest implements a RESTStorage for users against etcd
func NewREST ¶
func NewREST(optsGetter restoptions.Getter) (*REST, error)
NewREST returns a RESTStorage object that will work against users
func (*REST) Get ¶
func (r *REST) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
Get retrieves the item from etcd.
Click to show internal directories.
Click to hide internal directories.