controller

package
v0.0.0-...-34d502c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2023 License: MIT Imports: 20 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL