Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetIngresses ¶
func (c *Client) GetIngresses() ([]extensions_v1beta1.Ingress, error)
GetIngresses gets all ingresses from all namespaces
func (*Client) GetServiceMap ¶
GetServiceMap gives all services in a map to look them up in (namespace)-(service) format
func (*Client) WatchIngressForChanges ¶
WatchIngressForChanges watches changes on ingrress inside Kubernetes
func (*Client) WatchServicesForChanges ¶
WatchServicesForChanges watches changes on services inside Kubernetes
Click to show internal directories.
Click to hide internal directories.