1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/pkg/policyStatus/1_interface.go
2020-02-25 20:55:07 +05:30

5 lines
71 B
Go

package policyStatus
type statusUpdater interface {
updateStatus()
}