* migrate to new manifest format * rename app to alerting.notifications to not conflict with rules * disable custom field selectors as they are not supported in appinstaller
7 lines
214 B
Go
7 lines
214 B
Go
package v0alpha1
|
|
|
|
const InternalPrefix = "grafana.com/"
|
|
const ProvenanceStatusAnnotationKey = InternalPrefix + "provenance"
|
|
const ProvenanceStatusNone = "none"
|
|
const CanUseAnnotationKey = InternalPrefix + "canUse"
|