1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/pkg/policyStatus/1_interface.go

6 lines
71 B
Go
Raw Normal View History

2020-02-25 20:55:07 +05:30
package policyStatus
type statusUpdater interface {
updateStatus()
}