Add network configuration to apiserver/config
This commit is contained in:
@@ -13,6 +13,7 @@ func (s *ServerRunOptions) Validate() []error {
|
||||
errors = append(errors, s.SonarQubeOptions.Validate()...)
|
||||
errors = append(errors, s.S3Options.Validate()...)
|
||||
errors = append(errors, s.OpenPitrixOptions.Validate()...)
|
||||
errors = append(errors, s.NetworkOptions.Validate()...)
|
||||
errors = append(errors, s.LoggingOptions.Validate()...)
|
||||
|
||||
return errors
|
||||
|
||||
Reference in New Issue
Block a user