Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, *StatusREST, error) + type REST struct + func (r *REST) Categories() []string + func (r *REST) ShortNames() []string + 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)