Documentation ¶
Overview ¶
Package supervisor contains functionality to load/store Config's from/to some source.
Index ¶
Constants ¶
This section is empty.
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"` LogLevel plog.LogLevel `json:"logLevel"` }
Config contains knobs to setup an instance of the Pinniped Supervisor.
type NamesConfigSpec ¶
type NamesConfigSpec struct {
DefaultTLSCertificateSecret string `json:"defaultTLSCertificateSecret"`
}
NamesConfigSpec configures the names of some Kubernetes resources for the Supervisor.
Click to show internal directories.
Click to hide internal directories.