Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 Changes in this version + func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, *StatusREST, *ScaleREST, error) + type LegacyREST struct + func (r *LegacyREST) Categories() []string + type REST struct + func (r *REST) Categories() []string + func (r *REST) ShortNames() []string + type ScaleREST struct + func (r *ScaleREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) + func (r *ScaleREST) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind + func (r *ScaleREST) New() runtime.Object + func (r *ScaleREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error) + type StatusREST struct + func (r *StatusREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) + func (r *StatusREST) New() runtime.Object + func (r *StatusREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error) Other modules containing this package gopkg.in/openshift/origin.v4