type REST …
func NewStorage(serverRetriever func() map[string]Server) *REST { … }
func (*REST) NamespaceScoped() bool { … }
func (rs *REST) New() runtime.Object { … }
var _ …
func (rs *REST) GetSingularName() string { … }
func (r *REST) Destroy() { … }
func (rs *REST) NewList() runtime.Object { … }
func (rs *REST) List(ctx context.Context, options *metainternalversion.ListOptions) (runtime.Object, error) { … }
func componentStatusPredicate(options *metainternalversion.ListOptions) storage.SelectionPredicate { … }
func matchesPredicate(status api.ComponentStatus, pred *storage.SelectionPredicate) bool { … }
func (rs *REST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) { … }
func ToConditionStatus(s probe.Result) api.ConditionStatus { … }
func (rs *REST) getComponentStatus(name string, server Server) *api.ComponentStatus { … }
var _ …
func (r *REST) ShortNames() []string { … }