Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶
func NewReconciler( client client.Client, discoveryClient *discovery.DiscoveryClient, restMapper meta.RESTMapper, cache managedcache.ObjectBoundAccessManager[*corev1.ConfigMap], scheme *runtime.Scheme, ) *Reconciler
func (*Reconciler) SetupWithManager ¶
func (c *Reconciler) SetupWithManager(mgr ctrl.Manager) error
type Reference ¶
type Reference struct {
// contains filtered or unexported fields
}
func NewReference ¶
type RevisionNumberNotSetError ¶
type RevisionNumberNotSetError struct {
// contains filtered or unexported fields
}
func (RevisionNumberNotSetError) Error ¶
func (e RevisionNumberNotSetError) Error() string
Click to show internal directories.
Click to hide internal directories.