Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressPayload ¶
type IngressPayload struct { Ingress *networking.Ingress ServicePorts map[string]map[string]int }
An IngressPayload is an ingress + its service ports.
type Payload ¶
type Payload struct { Ingresses []IngressPayload TLSCertificates map[string]*tls.Certificate }
A Payload is a collection of Kubernetes data loaded by the watcher.
Click to show internal directories.
Click to hide internal directories.