type SecureServingOptions …
type CertKey …
type GeneratableKeyCert …
func NewSecureServingOptions() *SecureServingOptions { … }
func (s *SecureServingOptions) DefaultExternalAddress() (net.IP, error) { … }
func (s *SecureServingOptions) Validate() []error { … }
func (s *SecureServingOptions) AddFlags(fs *pflag.FlagSet) { … }
func (s *SecureServingOptions) ApplyTo(config **server.SecureServingInfo) error { … }
func (s *SecureServingOptions) MaybeDefaultWithSelfSignedCerts(publicAddress string, alternateDNS []string, alternateIPs []net.IP) error { … }
func CreateListener(network, addr string, config net.ListenConfig) (net.Listener, int, error) { … }
type multipleControls …
func (mcs multipleControls) Control(network, addr string, conn syscall.RawConn) error { … }