Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter interface { // Check returns an error if the CSR is unsuitable for processing. // E.g. if it is marked for deletion or if it has not been approved. Check(capi.CertificateSigningRequest) error }
Filter allows unsuitable CSR resources to be filtered out before we attempt to process and sign them. This is abstracted so that the filtering logic can be unit-tested separately from the Reconcile function.
Click to show internal directories.
Click to hide internal directories.