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 3dea4f5 commit acef39fCopy full SHA for acef39f
test/e2e/infraprovider/api/api.go
@@ -249,9 +249,6 @@ func (ec ExternalContainer) IsValidPreCreateContainer() (bool, error) {
249
if ec.Network.String() == "" {
250
errs = append(errs, errors.New("network is not set"))
251
}
252
- if ec.ExtPort == 0 {
253
- errs = append(errs, errors.New("port is not set"))
254
- }
255
if len(errs) == 0 {
256
return true, nil
257
0 commit comments