Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitialiseConfig ¶
func StartCollector ¶
func StartCollector(cli *internalclient.KubeClient)
Types ¶
type ConfigSync ¶
type ConfigSync struct {
// contains filtered or unexported fields
}
Syncs the live router config with the configmap (bridge configuration, secrets for services with TLS enabled, and secrets and connectors for links)
func NewConfigSync ¶
func NewConfigSync(cli internalclient.Clients, namespace string, path string, routerConfigMap string) *ConfigSync
func (*ConfigSync) Start ¶
func (c *ConfigSync) Start(stopCh <-chan struct{}) error
func (*ConfigSync) Stop ¶
func (c *ConfigSync) Stop()
type SslProfile ¶
type SslProfile struct {
// contains filtered or unexported fields
}
type SslProfileSyncer ¶
type SslProfileSyncer struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.