Documentation ¶
Index ¶
Constants ¶
View Source
const CertificateClassName = "net-http01.certificate.networking.knative.dev"
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController( ctx context.Context, cmw configmap.Watcher, chlr challenger.Interface, challengePort int, ) *controller.Impl
NewController creates a Reconciler for Certificate and returns the result of NewImpl.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for Certificate resources.
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, o *v1alpha1.Certificate) reconciler.Event
ReconcileKind implements Interface.ReconcileKind.
Click to show internal directories.
Click to hide internal directories.