Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BootstrapEnvoyConfigType envoyConfigType = "bootstrap" ClusterEnvoyConfigType envoyConfigType = "cluster" EndpointEnvoyConfigType envoyConfigType = "endpoint" ListenerEnvoyConfigType envoyConfigType = "listener" RouteEnvoyConfigType envoyConfigType = "route" AllEnvoyConfigType envoyConfigType = "all" )
Functions ¶
func ClosePortForwarderOnInterrupt ¶ added in v1.0.0
func ClosePortForwarderOnInterrupt(fw kube.PortForwarder)
func GetRootCommand ¶
GetRootCommand returns the root cobra command to be executed by egctl main.
Types ¶
type ServerVersion ¶
type ServerVersion struct { types.NamespacedName version.Info }
type TranslationResult ¶
type TranslationResult struct { gatewayapi.Resources XdsIR gatewayapi.XdsIRMap `json:"xdsIR,omitempty" yaml:"xdsIR,omitempty"` InfraIR gatewayapi.InfraIRMap `json:"infraIR,omitempty" yaml:"infraIR,omitempty"` Xds map[string]interface{} `json:"xds,omitempty"` }
type VersionInfo ¶
type VersionInfo struct { ClientVersion string `json:"client"` ServerVersions []*ServerVersion `json:"server,omitempty"` }
func Get ¶
func Get() VersionInfo
Source Files ¶
Click to show internal directories.
Click to hide internal directories.