1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/pkg/violation/violation.go

7 lines
74 B
Go
Raw Normal View History

2019-04-26 18:16:22 -07:00
package violation
type Violations []Violation
type Violation struct {
}