Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureNSGReconciler ¶
type AzureNSGReconciler struct {
// contains filtered or unexported fields
}
AzureNSGReconciler is the controller struct
func NewReconciler ¶
func NewReconciler(log *logrus.Entry, arocli aroclient.Interface, maocli maoclient.Interface, kubernetescli kubernetes.Interface) *AzureNSGReconciler
NewReconciler creates a new Reconciler
func (*AzureNSGReconciler) Reconcile ¶
func (r *AzureNSGReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile fixes the Network Security Groups
func (*AzureNSGReconciler) SetupWithManager ¶
func (r *AzureNSGReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager creates the controller
Click to show internal directories.
Click to hide internal directories.