We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d365a8 commit fa73cacCopy full SHA for fa73cac
staging/src/k8s.io/apiserver/pkg/server/options/server_run_options.go
@@ -69,7 +69,7 @@ func NewServerRunOptions() *ServerRunOptions {
69
}
70
71
72
-// ApplyOptions applies the run options to the method receiver and returns self
+// ApplyTo applies the run options to the method receiver and returns self
73
func (s *ServerRunOptions) ApplyTo(c *server.Config) error {
74
c.CorsAllowedOriginList = s.CorsAllowedOriginList
75
c.ExternalAddress = s.ExternalHost
0 commit comments