Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClaimNamespaceLabel = "crossplane.io/claim-namespace" ClaimNameLabel = "crossplane.io/claim-name" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProbeManager ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler is a generic reconciler logs that acts on xrds.
func New ¶
func New(inst Service, l logr.Logger, pm ProbeManager, serviceKey string, nn types.NamespacedName, client client.Client, startupGracePeriod time.Duration, fetchProberFor func(context.Context, Service) (probes.Prober, error), scClient client.Client) *Reconciler
New returns a new Reconciler
Click to show internal directories.
Click to hide internal directories.