package
Version:
v2.13.2-rc.1
Opens a new window with list of versions in this module.
Published: May 11, 2023
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.