Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { // Success indicates if the resolution was successfull or not Success bool // Message indicates why the resolution failed Message string // NoAction indicates if the wirer should act wiring this endpoint. // For an intercluster wire the local cluster only wires its local endpoint, the other end // provides the hostIP information for tunneling but no other information is required NoAction bool // PodNodeName defines name of the pod PodNodeName string // ServiceEndpoint defines ip address or dns name + port ServiceEndpoint string // HistIP defines the ip address of the host HostIP string // HostNodeName defines the name of the host node HostNodeName string // ClusterName defines the name of the cluster on which this endpoint resides ClusterName string }
Click to show internal directories.
Click to hide internal directories.