Documentation ¶
Index ¶
Constants ¶
View Source
const AgentName = "clustersecret-controller"
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( shipperInformerFactory shipperinformers.SharedInformerFactory, kubeClientset kubernetes.Interface, kubeInformerFactory informers.SharedInformerFactory, certPath string, keyPath string, ownNamespace string, recorder record.EventRecorder, ) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{})
Run starts ClusterSecret controller workers and blocks until stopCh is closed.
Click to show internal directories.
Click to hide internal directories.