Versions in this module Expand all Collapse all v0 v0.3.1 Feb 8, 2024 v0.3.0 Feb 7, 2024 Changes in this version + func ClientFromContext(ctx context.Context) (cluster.Client, error) + func ComponentDigestFromContext(ctx context.Context) (string, error) + func ReconcilerNameFromContext(ctx context.Context) (string, error) + type Context interface + WithClient func(client client.Client) Context + WithComponentDigest func(componentDigest string) Context + WithReconcilerName func(reconcilerName string) Context + func NewContext(ctx context.Context) Context + func NewContextWithClient(ctx context.Context, client cluster.Client) Context + func NewContextWithComponentDigest(ctx context.Context, componentDigest string) Context + func NewContextWithReconcilerName(ctx context.Context, reconcilerName string) Context