Documentation ¶
Overview ¶
Package trafficmanagerprofile features the TrafficManagerProfile controller to reconcile TrafficManagerProfile CRs.
Index ¶
Constants ¶
View Source
const ( // DNSRelativeNameFormat consists of "Profile-Namespace" and "Profile-Name". DNSRelativeNameFormat = "%s-%s" // AzureResourceProfileNameFormat is the name format of the Azure Traffic Manager Profile created by the fleet controller. AzureResourceProfileNameFormat = "fleet-%s" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client ProfilesClient *armtrafficmanager.ProfilesClient ResourceGroupName string // default resource group name to create azure traffic manager profiles }
Reconciler reconciles a TrafficManagerProfile object.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.