package
0.0.0-20250129153108-6ee42ae248e1
Repository: https://github.com/kcp-dev/kcp-operator.git
Documentation: pkg.go.dev

# Functions

CacheServerObjectWrapper adds a wrapper so the CacheServerReconciler matches ObjectReconciler.
CertificateObjectWrapper adds a wrapper so the CertificateReconciler matches ObjectReconciler.
No description provided by the author
FrontProxyObjectWrapper adds a wrapper so the FrontProxyReconciler matches ObjectReconciler.
IssuerObjectWrapper adds a wrapper so the IssuerReconciler matches ObjectReconciler.
KubeconfigObjectWrapper adds a wrapper so the KubeconfigReconciler matches ObjectReconciler.
ReconcileCacheServers will create and update the CacheServers coming from the passed CacheServerReconciler slice.
ReconcileCertificates will create and update the Certificates coming from the passed CertificateReconciler slice.
ReconcileFrontProxys will create and update the FrontProxys coming from the passed FrontProxyReconciler slice.
ReconcileIssuers will create and update the Issuers coming from the passed IssuerReconciler slice.
ReconcileKubeconfigs will create and update the Kubeconfigs coming from the passed KubeconfigReconciler slice.
ReconcileRootShards will create and update the RootShards coming from the passed RootShardReconciler slice.
ReconcileShards will create and update the Shards coming from the passed ShardReconciler slice.
RootShardObjectWrapper adds a wrapper so the RootShardReconciler matches ObjectReconciler.
ShardObjectWrapper adds a wrapper so the ShardReconciler matches ObjectReconciler.

# Type aliases

CacheServerReconciler defines an interface to create/update CacheServers.
CertificateReconciler defines an interface to create/update Certificates.
FrontProxyReconciler defines an interface to create/update FrontProxys.
IssuerReconciler defines an interface to create/update Issuers.
KubeconfigReconciler defines an interface to create/update Kubeconfigs.
NamedCacheServerReconcilerFactory returns the name of the resource and the corresponding Reconciler function.
NamedCertificateReconcilerFactory returns the name of the resource and the corresponding Reconciler function.
NamedFrontProxyReconcilerFactory returns the name of the resource and the corresponding Reconciler function.
NamedIssuerReconcilerFactory returns the name of the resource and the corresponding Reconciler function.
NamedKubeconfigReconcilerFactory returns the name of the resource and the corresponding Reconciler function.
NamedRootShardReconcilerFactory returns the name of the resource and the corresponding Reconciler function.
NamedShardReconcilerFactory returns the name of the resource and the corresponding Reconciler function.
RootShardReconciler defines an interface to create/update RootShards.
ShardReconciler defines an interface to create/update Shards.