import "github.com/erimatnor/kubernetes/pkg/registry/componentstatus"
Package componentstatus provides interfaces and implementation for retrieving cluster component status.
func ToConditionStatus(s probe.Result) api.ConditionStatus
type REST struct { GetServersToValidate func() map[string]apiserver.Server // contains filtered or unexported fields }
NewStorage returns a new REST.
func (rs *REST) List(ctx api.Context, label labels.Selector, field fields.Selector) (runtime.Object, error)
Returns the list of component status. Note that the label and field are both ignored. Note that this call doesn't support labels or selectors.
Package componentstatus imports 8 packages (graph). Updated 2017-05-11. Refresh now. Tools for package owners.