Documentation ¶
Index ¶
Constants ¶
View Source
const (
AzureClusterControllerFinalizer string = "azure-private-endpoint-operator.giantswarm.io/azurecluster"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureClusterReconciler ¶
AzureClusterReconciler reconciles a AzureCluster object
func NewAzureClusterReconciler ¶
func NewAzureClusterReconciler(client client.Client, privateEndpointsClientCreator azure.PrivateEndpointsClientCreator, managementClusterName types.NamespacedName) (*AzureClusterReconciler, error)
func (*AzureClusterReconciler) Reconcile ¶
func (r *AzureClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error)
Reconcile AzureCluster for private workload clusters by ensuring that there is a private endpoint for every private link.
func (*AzureClusterReconciler) SetupWithManager ¶
func (r *AzureClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.