Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnnotationFilter ¶
func NewAnnotationFilter(filter string) annotationFilter
Types ¶
type IngressReconciler ¶
type IngressReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
ClusterName string
BindingDomain string
AWSRegion string
AnnotationFilter annotationFilter
DevMode bool
AnnotationPrefix string
}
func (*IngressReconciler) SetupWithManager ¶
func (r *IngressReconciler) SetupWithManager(mgr ctrl.Manager, events chan event.GenericEvent) error
type TrafficStoreMetrics ¶
type TrafficStoreMetrics struct {
DesiredWeight prometheus.Gauge
CurrentWeight prometheus.Gauge
}
Click to show internal directories.
Click to hide internal directories.