Documentation
¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "GatewayCluster"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterReconciler ¶
type ClusterReconciler struct {
PlatformCluster *clusters.Cluster
Config *gatewayv1alpha1.GatewayServiceConfig
ProviderName string
ProviderNamespace string
ClusterAccessReconciler accesslib.ClusterAccessReconciler
// contains filtered or unexported fields
}
func NewClusterReconciler ¶
func NewClusterReconciler(platformCluster *clusters.Cluster, recorder record.EventRecorder, cfg *gatewayv1alpha1.GatewayServiceConfig, providerName, providerNamespace string) *ClusterReconciler
func (*ClusterReconciler) SetupWithManager ¶
func (r *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.