package
Version:
v2.20.3
Opens a new window with list of versions in this module.
Published: Nov 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
CommandName = "kubeauth-foreground"
PortFileDir = "kubeauth"
PortFileStaleTime = 3 * time.Second
)
type PortFile struct {
Port int `json:"port"`
Kubeconfig string `json:"kubeconfig"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.