Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + func ToConditionStatus(s probe.Result) api.ConditionStatus + type REST struct + GetServersToValidate func() map[string]*Server + func NewStorage(serverRetriever func() map[string]*Server) *REST + func (*REST) NamespaceScoped() bool + func (r *REST) ShortNames() []string + func (rs *REST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) + func (rs *REST) List(ctx context.Context, options *metainternalversion.ListOptions) (runtime.Object, error) + func (rs *REST) New() runtime.Object + func (rs *REST) NewList() runtime.Object + type Server struct + Addr string + EnableHTTPS bool + Once sync.Once + Path string + Port int + Prober httpprober.Prober + TLSConfig *tls.Config + Validate ValidatorFn + func (server *Server) DoServerCheck() (probe.Result, string, error) + type ServerStatus struct + Component string + Err string + Health string + HealthCode probe.Result + Msg string + type ValidatorFn func([]byte) error