Documentation ¶
Index ¶
Constants ¶
View Source
const ( DaemonSocketName = "/var/run/edgectl-daemon.socket" Logfile = "/tmp/edgectl.log" ApiVersion = 2 )
View Source
const SecretName = "ambassador-internal"
Variables ¶
View Source
var Version = "(unknown version)"
Functions ¶
func DisplayVersion ¶
func DisplayVersion() string
DisplayVersion returns a printable version for `edgectl`
func DoLoginLegacy ¶ added in v1.12.0
Types ¶
type LoginClaimsV1 ¶
type LoginClaimsV1 struct { LoginTokenVersion string `json:"login_token_version"` jwt.StandardClaims }
Click to show internal directories.
Click to hide internal directories.