Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayReconciler ¶
type GatewayReconciler struct {
// contains filtered or unexported fields
}
Makes sure that the gateway has host mappings for every environment.
func NewGatewayReconciler ¶
func NewGatewayReconciler(cluster Cluster, gatewayHost string) *GatewayReconciler
func (*GatewayReconciler) AddToManager ¶
func (r *GatewayReconciler) AddToManager(mgr ctrl.Manager) error
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶
func NewReconciler(cluster Cluster, allowlist *ephconfig.Allowlist) (*Reconciler, error)
func (*Reconciler) AddToManager ¶
func (r *Reconciler) AddToManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.