Documentation
¶
Overview ¶
Package v1beta1 contains the main reconciliation logic for fleetconfig-controller's v1beta1 resources.
Index ¶
Constants ¶
View Source
const (
AddOnDeploymentConfigResource = "addondeploymentconfigs"
)
addon
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HubReconciler ¶
HubReconciler reconciles a Hub object
func (*HubReconciler) SetupWithManager ¶
func (r *HubReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SpokeReconciler ¶
type SpokeReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
ConcurrentReconciles int
InstanceType string
}
SpokeReconciler reconciles a Spoke object
func (*SpokeReconciler) SetupWithManagerForHub ¶ added in v0.1.0
func (r *SpokeReconciler) SetupWithManagerForHub(mgr ctrl.Manager) error
SetupWithManagerForHub sets up the controller with the Manager to run on a Hub cluster.
func (*SpokeReconciler) SetupWithManagerForSpoke ¶ added in v0.1.0
func (r *SpokeReconciler) SetupWithManagerForSpoke(mgr ctrl.Manager) error
SetupWithManagerForSpoke sets up the controller with the Manager to run on a Spoke cluster.
Click to show internal directories.
Click to hide internal directories.