1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/violation/violation.go
2019-04-26 18:16:22 -07:00

6 lines
74 B
Go

package violation
type Violations []Violation
type Violation struct {
}