Documentation ¶
Overview ¶
Copyright 2019, Verizon Media Inc. Licensed under the terms of the 3-Clause BSD license. See LICENSE file in github.com/yahoo/k8s-athenz-istio-auth for terms.
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(configStoreCache model.ConfigStoreCache) *Controller
NewController is responsible for creating the processing controller workqueue
func (*Controller) ProcessConfigChange ¶
func (c *Controller) ProcessConfigChange(item *common.Item)
ProcessConfigChange is responsible for adding the key of the item to the queue
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Run starts the main controller loop running sync at every poll interval.
Click to show internal directories.
Click to hide internal directories.