Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { KubeletClientCert *tls.Certificate KubeletServerHost string }
Config holds the config of the server.
type TLSOptions ¶
type TLSOptions struct { // CertFile is a cert file for TLS CertFile string // KeyFile is a key file for TLS KeyFile string }
TLSOptions holds the TLS options.
Click to show internal directories.
Click to hide internal directories.