Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store allows identifying notices for various targets.
func (*Store) FindAllPolicyNotices ¶
FindAllPolicyNotices sets a notice for a Policy if it is not assigned to any services.
func (*Store) FindAllServiceNotices ¶ added in v0.31.0
FindAllServiceNotices returns any relevant notices for the given service. Currently returns notices pertaining to the system limit for unacknowledged alerts.
type Type ¶
type Type int
Type NoticeType represents the level of severity of a Notice.
func (Type) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*Type) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Marshaler interface
Click to show internal directories.
Click to hide internal directories.