Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadinessProbeConfig ¶
type ReadinessProbeConfig struct { Enabled bool Probe *probe.ReadyProbe }
type Server ¶
type Server struct { pb.UnimplementedOperatorServer // contains filtered or unexported fields }
func NewServer ¶
func NewServer(cli typedCore.CoreV1Interface, cfg ServerConfig) (*Server, error)
NewServer creates and configure a new Server
func (*Server) GetLogLevel ¶
func (*Server) GetVersion ¶
func (*Server) SetLogLevel ¶
type ServerConfig ¶
type ServerConfig struct { Namespace string ServerName string ServerAltNames []string HTTPAddress string GRPCAddress string TLSSecretName string JWTSecretName string JWTKeySecretName string LivelinessProbe *probe.LivenessProbe ProbeDeployment ReadinessProbeConfig ProbeDeploymentReplication ReadinessProbeConfig ProbeStorage ReadinessProbeConfig }
ServerConfig settings for the Server
Click to show internal directories.
Click to hide internal directories.