Documentation ¶
Index ¶
Constants ¶
View Source
const (
IstioResourceSelector = istioResourceLabelKey + "=" + istioResource
)
Variables ¶
This section is empty.
Functions ¶
func DestinationRule ¶
func DestinationRule(cfg DestinationRuleConfig) *istionetworking.DestinationRule
func NewController ¶
Types ¶
type DestinationRuleConfig ¶
type Reconciler ¶
type Reconciler struct { GetConfig func(ctx context.Context, svc *corev1.Service) *config.Config IstioClient istioclientset.Interface DestinationRuleLister istionetworkinglisters.DestinationRuleLister Tracker tracker.Interface }
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, svc *corev1.Service) reconciler.Event
Click to show internal directories.
Click to hide internal directories.