Documentation ¶
Index ¶
- type Reporter
- func (r *Reporter) Failed(cr *cmapi.CertificateRequest, err error, reason, message string)
- func (r *Reporter) InvalidRequest(cr *cmapi.CertificateRequest, reason, message string)
- func (r *Reporter) Pending(cr *cmapi.CertificateRequest, err error, reason, message string)
- func (r *Reporter) Ready(cr *cmapi.CertificateRequest)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func NewReporter ¶
func NewReporter(clock clock.Clock, recorder record.EventRecorder) *Reporter
func (*Reporter) Failed ¶
func (r *Reporter) Failed(cr *cmapi.CertificateRequest, err error, reason, message string)
func (*Reporter) InvalidRequest ¶ added in v0.13.0
func (r *Reporter) InvalidRequest(cr *cmapi.CertificateRequest, reason, message string)
func (*Reporter) Pending ¶
func (r *Reporter) Pending(cr *cmapi.CertificateRequest, err error, reason, message string)
func (*Reporter) Ready ¶
func (r *Reporter) Ready(cr *cmapi.CertificateRequest)
Click to show internal directories.
Click to hide internal directories.