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 GetRootCommand ¶
GetRootCommand returns the root cobra command to be executed by egctl main.
func NewTranslateCommand ¶
Types ¶
type ServerVersion ¶
type ServerVersion struct {
types.NamespacedName
version.Info
}
type TranslationResult ¶
type TranslationResult struct {
gatewayapi.Resources
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
Click to show internal directories.
Click to hide internal directories.