Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterInfoReconciler ¶
type ClusterInfoReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme KubeClient kubernetes.Interface NodeInformer coreinformers.NodeInformer NodeLister corev1lister.NodeLister ClaimInformer clusterv1alpha1informer.ClusterClaimInformer ClaimLister clusterv1alpha1lister.ClusterClaimLister RouteV1Client routev1.Interface ConfigV1Client openshiftclientset.Interface ClusterName string MasterAddresses string AgentAddress string AgentIngress string AgentRoute string AgentService string AgentPort int32 Agent *agent.Agent // contains filtered or unexported fields }
ClusterInfoReconciler reconciles a ManagedClusterInfo object
func (*ClusterInfoReconciler) RefreshAgentServer ¶
func (r *ClusterInfoReconciler) RefreshAgentServer(clusterInfo *clusterv1beta1.ManagedClusterInfo)
func (*ClusterInfoReconciler) SetupWithManager ¶
func (r *ClusterInfoReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.