Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2019 Changes in this version + const MaxRetryCount + type LastReqTime struct + func NewLastReqTime() *LastReqTime + func (t *LastReqTime) Run(pLister kyvernolister.ClusterPolicyLister, eventGen event.Interface, ...) + func (t *LastReqTime) SetTime(tm time.Time) + func (t *LastReqTime) Time() time.Time + type StatusControl struct + func NewVerifyControl(client *dclient.Client, eventGen event.Interface) *StatusControl + func (vc StatusControl) FailedStatus() error + func (vc StatusControl) IncrementAnnotation() error + func (vc StatusControl) SuccessStatus() error + type StatusInterface interface + FailedStatus func() error + IncrementAnnotation func() error + SuccessStatus func() error v1.0.0-rc1 Nov 14, 2019