Documentation
¶
Index ¶
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) 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.