Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateStatusManager ¶
type UpdateStatusManager interface { AddIngress(ingress *ingress.Ingress) Update(k store.K8s, h haproxy.HAProxy, a annotations.Annotations) (reload bool, err error) }
func New ¶
func New(client *kubernetes.Clientset, ingressClass string, emptyIngressClass bool) UpdateStatusManager
type UpdateStatusManagerImpl ¶
type UpdateStatusManagerImpl struct {
// contains filtered or unexported fields
}
func (*UpdateStatusManagerImpl) AddIngress ¶
func (m *UpdateStatusManagerImpl) AddIngress(ingress *ingress.Ingress)
func (*UpdateStatusManagerImpl) Update ¶
func (m *UpdateStatusManagerImpl) Update(k store.K8s, h haproxy.HAProxy, a annotations.Annotations) (reload bool, err error)
Click to show internal directories.
Click to hide internal directories.