Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationController ¶
type ApplicationController struct {
// contains filtered or unexported fields
}
func NewApplicationController ¶
func NewApplicationController(serviceInformer coreinformers.ServiceInformer, deploymentInformer informersv1.DeploymentInformer, statefulSetInformer informersv1.StatefulSetInformer, strategyInformer servicemeshinformers.StrategyInformer, servicePolicyInformer servicemeshinformers.ServicePolicyInformer, applicationInformer applicationinformers.ApplicationInformer, client clientset.Interface, applicationClient applicationclient.Interface) *ApplicationController
func (*ApplicationController) Run ¶
func (v *ApplicationController) Run(workers int, stopCh <-chan struct{}) error
func (*ApplicationController) Start ¶
func (v *ApplicationController) Start(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.