package
0.16.1
Repository: https://github.com/jetstack/cert-manager.git
Documentation: pkg.go.dev

# Functions

CurrentCertificateHasExpired is used exclusively to check if the current issued certificate has actually expired rather than just nearing expiry.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Gatherer is used to gather data about a Certificate in order to evaluate its current readiness/state by applying policy functions to it.
No description provided by the author

# Type aliases

A chain of PolicyFuncs to be evaluated in order.
A Func evaluates the given input data and decides whether a re-issuance is required, returning additional human readable information in the 'reason' and 'message' return parameters if so.