Versions in this module Expand all Collapse all v0 v0.1.1 Jun 9, 2022 v0.1.0 May 27, 2022 Changes in this version + const ObservedGVKsStashKey + const ProjectedWorkloadsStashKey + const ServiceBindingsStashKey + const WebhookRulesStashKey + const WorkloadsStashKey + func AdmissionProjectorReconciler(c reconcilers.Config, name string, accessChecker rbac.AccessChecker) *reconcilers.AggregateReconciler + func AdmissionProjectorWebhook(c reconcilers.Config) *admission.Webhook + func InterceptGVKs() reconcilers.SubReconciler + func LoadServiceBindings(req reconcile.Request) reconcilers.SubReconciler + func PatchWorkloads() reconcilers.SubReconciler + func ProjectBinding() reconcilers.SubReconciler + func ResolveBindingSecret() reconcilers.SubReconciler + func ResolveWorkloads() reconcilers.SubReconciler + func RetrieveObservedGKVs(ctx context.Context) []schema.GroupVersionKind + func RetrieveProjectedWorkloads(ctx context.Context) []runtime.Object + func RetrieveServiceBindings(ctx context.Context) []servicebindingv1beta1.ServiceBinding + func RetrieveWebhookRules(ctx context.Context) []admissionregistrationv1.RuleWithOperations + func RetrieveWorkloads(ctx context.Context) []runtime.Object + func ServiceBindingReconciler(c reconcilers.Config) *reconcilers.ResourceReconciler + func StashObservedGVKs(ctx context.Context, gvks []schema.GroupVersionKind) + func StashProjectedWorkloads(ctx context.Context, workloads []runtime.Object) + func StashServiceBindings(ctx context.Context, serviceBindings []servicebindingv1beta1.ServiceBinding) + func StashWebhookRules(ctx context.Context, rules []admissionregistrationv1.RuleWithOperations) + func StashWorkloads(ctx context.Context, workloads []runtime.Object) + func TriggerGVKs() reconcilers.SubReconciler + func TriggerReconciler(c reconcilers.Config, name string, accessChecker rbac.AccessChecker) *reconcilers.AggregateReconciler + func TriggerWebhook(c reconcilers.Config, serviceBindingController controller.Controller) *admission.Webhook + func WebhookRules(operations []admissionregistrationv1.OperationType, ...) reconcilers.SubReconciler