Documentation
¶
Index ¶
Constants ¶
View Source
const ( // OIDCServerURL - address of an OpenID Connect server OIDCServerURL = "OIDC_SERVER_URL" OPAPort = "OPA_PORT" ProjectUUID = "MT_UPGRADE_PROJECT_ID" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
CAPath string
KeyPath string
CertPath string
GRPCPort int16
Kubeconfig string
}
Config is a manager configuration
type Manager ¶
type Manager struct {
Config Config
}
func NewManager ¶
NewManager initializes the application manager
Click to show internal directories.
Click to hide internal directories.