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.
2 parents 7134718 + fa73cac commit 5e8a747Copy full SHA for 5e8a747
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