Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
func InitConfig(enableGatewayAPI bool, rootNamespace string)
func InitMetrics ¶ added in v0.3.0
func InitMetrics(provider component.MetricProvider)
Types ¶
type ConsumerReconciler ¶
type ConsumerReconciler interface {
Reconciler
}
func NewConsumerReconciler ¶
func NewConsumerReconciler(output component.Output, manager component.ResourceManager) ConsumerReconciler
type DynamicConfigReconciler ¶ added in v0.4.0
type DynamicConfigReconciler interface {
Reconciler
}
func NewDynamicConfigReconciler ¶ added in v0.4.0
func NewDynamicConfigReconciler(output component.Output, manager component.ResourceManager) DynamicConfigReconciler
type FilterPolicyReconciler ¶ added in v0.3.0
type FilterPolicyReconciler interface {
Reconciler
NeedReconcile(ctx context.Context, meta component.ResourceMeta) bool
}
func NewFilterPolicyReconciler ¶ added in v0.3.0
func NewFilterPolicyReconciler(output component.Output, manager component.ResourceManager) FilterPolicyReconciler
type Reconciler ¶
type Reconciler interface {
Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
}
type ServiceRegistryReconciler ¶ added in v0.3.0
type ServiceRegistryReconciler interface {
Reconciler
}
func NewServiceRegistryReconciler ¶ added in v0.3.0
func NewServiceRegistryReconciler(output component.Output, manager component.ResourceManager) ServiceRegistryReconciler
Click to show internal directories.
Click to hide internal directories.