resolve

package
v0.0.0-...-984f6f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL