Documentation ¶
Index ¶
Constants ¶
View Source
const (
HandlerResyncPeriod = time.Minute * 10
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpstreamClusterHandler ¶
type UpstreamClusterHandler func(cluster *proxyv1alpha1.UpstreamCluster) error
type UpstreamController ¶
type UpstreamController interface { Run(stopCh <-chan struct{}) UpstreamClusterLister() proxylisters.UpstreamClusterLister Get(cluster string) (*proxyv1alpha1.UpstreamCluster, bool) }
func NewUpstreamController ¶
func NewUpstreamController(gatewayClient gatewayclientset.Interface, handlers ...UpstreamClusterHandler) UpstreamController
Click to show internal directories.
Click to hide internal directories.