Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "StorageAccounts"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler is the controller struct
func NewReconciler ¶
func NewReconciler(log *logrus.Entry, client client.Client) *Reconciler
NewReconciler creates a new Reconciler
func (*Reconciler) Reconcile ¶
Reconcile ensures the firewall is set on storage accounts as per user subnets
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager creates the controller
Click to show internal directories.
Click to hide internal directories.