Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
Clientset kubernetes.Interface
CustomClientset clientset.Interface
DeploymentLister appsListers.DeploymentLister
DeploymentSynced cache.InformerSynced
CustomLister customLister.CustomLister
CustomSynced cache.InformerSynced
WorkQueue workqueue.RateLimitingInterface
}
func NewController ¶
func NewController(Clientset kubernetes.Interface, CustomClientset clientset.Interface, DeploymentInformer appsInformer.DeploymentInformer, CustomInformer customInformer.CustomInformer) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int, ch <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.