Documentation ¶
Index ¶
Constants ¶
View Source
const ( AnnotationLastRequestTime = "kyverno.io/last-request-time" IdleDeadline = tickerInterval * 5 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime interface { IsDebug() bool IsReady() bool IsLive() bool IsRollingUpdate() bool IsGoingDown() bool }
func NewRuntime ¶
func NewRuntime( logger logr.Logger, serverIP string, leaseInformer coordinationv1informers.LeaseInformer, deploymentInformer appsv1informers.DeploymentInformer, certValidator tls.CertValidator, ) Runtime
Click to show internal directories.
Click to hide internal directories.