Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VirtualServiceController ¶
type VirtualServiceController struct {
// contains filtered or unexported fields
}
func NewVirtualServiceController ¶
func NewVirtualServiceController(serviceInformer coreinformers.ServiceInformer, virtualServiceInformer istioinformers.VirtualServiceInformer, destinationRuleInformer istioinformers.DestinationRuleInformer, strategyInformer servicemeshinformers.StrategyInformer, client clientset.Interface, virtualServiceClient istioclient.Interface, servicemeshClient servicemeshclient.Interface) *VirtualServiceController
func (*VirtualServiceController) Run ¶
func (v *VirtualServiceController) Run(workers int, stopCh <-chan struct{}) error
func (*VirtualServiceController) Start ¶
func (v *VirtualServiceController) Start(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.