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 VersionInfo ¶
type VersionInfo struct { ClientVersion string `json:"client"` ServerVersions []*ServerVersion `json:"server,omitempty"` }
func Get ¶
func Get() VersionInfo
Source Files ¶
- collect.go
- config.go
- config_bootstrap.go
- config_cluster.go
- config_cmd.go
- config_endpoint.go
- config_listener.go
- config_ratelimit.go
- config_route.go
- dashboard.go
- dashboard_envoy.go
- experimental.go
- install.go
- root.go
- stats.go
- stats_envoy.go
- status.go
- translate.go
- uninstall.go
- utils.go
- validate.go
- version.go
Click to show internal directories.
Click to hide internal directories.