Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectStatus ¶
type ObjectStatus struct { Details []component.Component // contains filtered or unexported fields }
func (*ObjectStatus) AddDetail ¶
func (os *ObjectStatus) AddDetail(detail string)
func (*ObjectStatus) AddDetailf ¶
func (os *ObjectStatus) AddDetailf(msg string, args ...interface{})
func (*ObjectStatus) SetError ¶
func (os *ObjectStatus) SetError()
func (*ObjectStatus) SetWarning ¶
func (os *ObjectStatus) SetWarning()
func (*ObjectStatus) Status ¶
func (os *ObjectStatus) Status() component.NodeStatus
Click to show internal directories.
Click to hide internal directories.