Documentation ¶
Index ¶
- func NewController(ctx context.Context, cmw configmap.Watcher) *controller.Impl
- type Reconciler
- func (c *Reconciler) GetCertificateLister() networkinglisters.CertificateLister
- func (c *Reconciler) GetNetworkingClient() networkingclientset.Interface
- func (c *Reconciler) ObserveDeletion(ctx context.Context, key types.NamespacedName) error
- func (c *Reconciler) ReconcileKind(ctx context.Context, rev *v1.Revision) pkgreconciler.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController initializes the controller and is called by the generated code Registers eventhandlers to enqueue events
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for Revision resources.
func (*Reconciler) GetCertificateLister ¶ added in v0.41.0
func (c *Reconciler) GetCertificateLister() networkinglisters.CertificateLister
func (*Reconciler) GetNetworkingClient ¶ added in v0.41.0
func (c *Reconciler) GetNetworkingClient() networkingclientset.Interface
func (*Reconciler) ObserveDeletion ¶ added in v0.23.0
func (c *Reconciler) ObserveDeletion(ctx context.Context, key types.NamespacedName) error
ObserveDeletion implements OnDeletionInterface.ObserveDeletion.
func (*Reconciler) ReconcileKind ¶ added in v0.13.0
func (c *Reconciler) ReconcileKind(ctx context.Context, rev *v1.Revision) pkgreconciler.Event
ReconcileKind implements Interface.ReconcileKind.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the Revision controller depends.
|
Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the Revision controller depends. |
Package resources holds simple functions for synthesizing child resources from a Revision resource and any relevant Revision controller configuration.
|
Package resources holds simple functions for synthesizing child resources from a Revision resource and any relevant Revision controller configuration. |
names
Package names holds simple functions for synthesizing resource names.
|
Package names holds simple functions for synthesizing resource names. |
Click to show internal directories.
Click to hide internal directories.