const corsAllowedOriginsHelpText …
type ServerRunOptions …
func NewServerRunOptions() *ServerRunOptions { … }
func NewServerRunOptionsForComponent(componentName string, componentGlobalsRegistry featuregate.ComponentGlobalsRegistry) *ServerRunOptions { … }
func (s *ServerRunOptions) ApplyTo(c *server.Config) error { … }
func (s *ServerRunOptions) DefaultAdvertiseAddress(secure *SecureServingOptions) error { … }
func (s *ServerRunOptions) Validate() []error { … }
func validateHSTSDirectives(hstsDirectives []string) error { … }
func validateCorsAllowedOriginList(corsAllowedOriginList []string) error { … }
func (s *ServerRunOptions) AddUniversalFlags(fs *pflag.FlagSet) { … }
func (s *ServerRunOptions) Complete() error { … }