Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( namespacePrefix string, kubeClient kubeclientset.Interface, latticeClient latticeclientset.Interface, deployInformer latticeinformers.DeployInformer, teardownInformer latticeinformers.TeardownInformer, systemInformer latticeinformers.SystemInformer, buildInformer latticeinformers.BuildInformer, containerBuildInformer latticeinformers.ContainerBuildInformer, kubeNamespaceInformer coreinformers.NamespaceInformer, ) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.