Documentation ¶
Overview ¶
Package ingress provides a read-only view of Kubernetes ingress resources as an ingress rule configuration type store
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(client kubernetes.Interface, mesh *proxyconfig.MeshConfig, options kube.ControllerOptions) model.ConfigStoreCache
NewController creates a new Kubernetes controller
Types ¶
type StatusSyncer ¶
type StatusSyncer struct {
// contains filtered or unexported fields
}
StatusSyncer keeps the status IP in each Ingress resource updated
func NewStatusSyncer ¶
func NewStatusSyncer(mesh *proxyconfig.MeshConfig, client kubernetes.Interface, ingressNamespace string, options kube.ControllerOptions) (*StatusSyncer, error)
NewStatusSyncer creates a new instance
func (*StatusSyncer) Run ¶
func (s *StatusSyncer) Run(stopCh <-chan struct{})
Run the syncer until stopCh is closed
Click to show internal directories.
Click to hide internal directories.