Documentation ¶
Index ¶
- func NewController(ctx context.Context, cmw configmap.Watcher) *controller.Impl
- type Reconciler
- func (r *Reconciler) FinalizeKind(ctx context.Context, dm *v1alpha1.DomainMapping) reconciler.Event
- func (r *Reconciler) GetCertificateLister() networkinglisters.CertificateLister
- func (r *Reconciler) GetNetworkingClient() netclientset.Interface
- func (r *Reconciler) ReconcileKind(ctx context.Context, dm *v1alpha1.DomainMapping) reconciler.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController creates a new DomainMapping controller.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for DomainMapping resources.
func (*Reconciler) FinalizeKind ¶ added in v0.20.0
func (r *Reconciler) FinalizeKind(ctx context.Context, dm *v1alpha1.DomainMapping) reconciler.Event
FinalizeKind cleans up the ClusterDomainClaim created by the DomainMapping.
func (*Reconciler) GetCertificateLister ¶ added in v0.20.0
func (r *Reconciler) GetCertificateLister() networkinglisters.CertificateLister
GetCertificateLister implements networking.CertificateAccessor
func (*Reconciler) GetNetworkingClient ¶ added in v0.20.0
func (r *Reconciler) GetNetworkingClient() netclientset.Interface
GetNetworkingClient implements networking.CertificateAccessor
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, dm *v1alpha1.DomainMapping) reconciler.Event
ReconcileKind implements Interface.ReconcileKind.
Directories ¶
Path | Synopsis |
---|---|
Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the DomainMapping controller depends.
|
Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the DomainMapping controller depends. |
Click to show internal directories.
Click to hide internal directories.