Documentation
¶
Overview ¶
Package extensionconfig implements the ExtensionConfig controller.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
Client client.Client
APIReader client.Reader
RuntimeClient runtimeclient.Client
PartialSecretCache cache.Cache
// ReadOnly configures if the ExtensionConfig controller should write ExtensionConfig objects or only read them
ReadOnly bool
// WatchFilterValue is the label value used to filter events prior to reconciliation.
WatchFilterValue string
}
Reconciler reconciles an ExtensionConfig object.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.