Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GatewaysByProxyName ¶ added in v0.19.0
func GatewaysByProxyName(gateways v1.GatewayList) map[string]v1.GatewayList
func GetProxyNamesForGateway ¶ added in v0.19.0
func TransitionFunction ¶
func TransitionFunction(statusClient resources.StatusClient) v1.TransitionProxyFunc
Types ¶
type GatewaysAndProxyName ¶ added in v1.16.5
type GatewaysAndProxyName struct { Gateways v1.GatewayList Name string }
GatewaysAndProxyName is a struct that holds a list of gateways and a proxy name
func SortedGatewaysByProxyName ¶ added in v1.16.5
func SortedGatewaysByProxyName(gateways v1.GatewayList) []GatewaysAndProxyName
SortedGatewaysByProxyName returns a slice of GatewaysAndProxyName structs, sorted by proxy name
Click to show internal directories.
Click to hide internal directories.