File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -248,19 +248,10 @@ func (c *CommonStartConfig) Start(out io.Writer) error {
248
248
// ClientStartConfig is the configuration for the client start command
249
249
type ClientStartConfig struct {
250
250
CommonStartConfig
251
-
252
- ShouldInstallMetrics bool
253
-
254
- HostName string
255
- CACert string
256
- RoutingSuffix string
257
251
}
258
252
259
253
func (config * ClientStartConfig ) Bind (flags * pflag.FlagSet ) {
260
254
config .CommonStartConfig .Bind (flags )
261
- flags .StringVar (& config .HostName , "public-hostname" , "" , "Public hostname for OpenShift cluster" )
262
- flags .StringVar (& config .RoutingSuffix , "routing-suffix" , "" , "Default suffix for server routes" )
263
- flags .BoolVar (& config .ShouldInstallMetrics , "metrics" , false , "Install metrics (experimental)" )
264
255
}
265
256
266
257
func (c * CommonStartConfig ) Complete (f * osclientcmd.Factory , cmd * cobra.Command ) error {
You can’t perform that action at this time.
0 commit comments