Versions in this module Expand all Collapse all v0 v0.7.0 Sep 28, 2019 v0.1.1 Sep 24, 2019 Changes in this version + type ObjectStatus struct + Details []component.Component + func Status(ctx context.Context, object runtime.Object, o store.Store) (ObjectStatus, error) + func (os *ObjectStatus) AddDetail(detail string) + func (os *ObjectStatus) AddDetailf(msg string, args ...interface{}) + func (os *ObjectStatus) SetError() + func (os *ObjectStatus) SetWarning() + func (os *ObjectStatus) Status() component.NodeStatus