Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressPathConfig ¶
type IngressPathConfig struct { Namespace string Config *v1Net.HTTPIngressPath ServicePort *v1Core.ServicePort }
type IngressState ¶
type IngressState struct { PathMap map[string][]*IngressPathConfig // host->ingressPath TlsSecrets map[string]*v1Core.Secret // host }
type IngressStateManager ¶
type IngressStateManager struct {
// contains filtered or unexported fields
}
func (*IngressStateManager) GetStateChan ¶ added in v0.1.1
func (stateManager *IngressStateManager) GetStateChan() <-chan *IngressState
Click to show internal directories.
Click to hide internal directories.