Documentation
¶
Overview ¶
Package supervisor contains functionality to load/store Config's from/to some source.
Index ¶
Constants ¶
View Source
const ( NetworkDisabled = "disabled" NetworkUnix = "unix" NetworkTCP = "tcp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { APIGroupSuffix *string `json:"apiGroupSuffix,omitempty"` Labels map[string]string `json:"labels"` NamesConfig NamesConfigSpec `json:"names"` // Deprecated: use log.level instead LogLevel *plog.LogLevel `json:"logLevel"` Log plog.LogSpec `json:"log"` Endpoints *Endpoints `json:"endpoints"` AllowExternalHTTP stringOrBoolAsBool `json:"insecureAcceptExternalUnencryptedHttpRequests"` AggregatedAPIServerPort *int64 `json:"aggregatedAPIServerPort"` }
Config contains knobs to setup an instance of the Pinniped Supervisor.
type NamesConfigSpec ¶
type NamesConfigSpec struct { DefaultTLSCertificateSecret string `json:"defaultTLSCertificateSecret"` APIService string `json:"apiService"` }
NamesConfigSpec configures the names of some Kubernetes resources for the Supervisor.
Click to show internal directories.
Click to hide internal directories.