Skip to content

Commit 40115bc

Browse files
join
1 parent 5d5b6ab commit 40115bc

File tree

1 file changed

+0
-9
lines changed
  • pkg/bootstrap/docker

1 file changed

+0
-9
lines changed

Diff for: pkg/bootstrap/docker/up.go

-9
Original file line numberDiff line numberDiff line change
@@ -248,19 +248,10 @@ func (c *CommonStartConfig) Start(out io.Writer) error {
248248
// ClientStartConfig is the configuration for the client start command
249249
type ClientStartConfig struct {
250250
CommonStartConfig
251-
252-
ShouldInstallMetrics bool
253-
254-
HostName string
255-
CACert string
256-
RoutingSuffix string
257251
}
258252

259253
func (config *ClientStartConfig) Bind(flags *pflag.FlagSet) {
260254
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)")
264255
}
265256

266257
func (c *CommonStartConfig) Complete(f *osclientcmd.Factory, cmd *cobra.Command) error {

0 commit comments

Comments
 (0)