Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LabelStatus ¶
type LabelStatus struct {
// contains filtered or unexported fields
}
LabelStatus holds the status of the labels.
func (*LabelStatus) SetMissing ¶
func (ls *LabelStatus) SetMissing()
SetMissing sets the status to missing with current timestamp.
type LabelStatusFactory ¶
type LabelStatusFactory struct {
// contains filtered or unexported fields
}
LabelStatusFactory is a factory for creating LabelStatus.
func NewLabelStatusFactory ¶
func NewLabelStatusFactory(statusRegistry status.Registry) *LabelStatusFactory
NewLabelStatusFactory creates a new LabelStatusFactory.
func (*LabelStatusFactory) New ¶
func (lsf *LabelStatusFactory) New(labelKey string, policyName string, componentID string) *LabelStatus
New creates a new LabelStatus.
Click to show internal directories.
Click to hide internal directories.