Skip to content

Commit

Permalink
Merge branch 'feat/container-port-ranges' of https://github.com/topfr…
Browse files Browse the repository at this point in the history
…eegames/maestro into feat/container-port-ranges
  • Loading branch information
Gustavo Franco committed Jun 27, 2024
2 parents 9f59d1d + 331184d commit dd1b5cb
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 260 deletions.
2 changes: 1 addition & 1 deletion internal/core/entities/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (

var (
ErrNoPortRangeConfigured = errors.New("must configure scheduler.PortRange or scheduler.Spec.Container.Ports.HostPortRange")
ErrBothPortRangesConfigured = errors.New("cannot configure both scheduler.PortRange and scheduler.Spec.Container.Ports.HostPortRange")
ErrBothPortRangesConfigured = errors.New("scheduler.PortRange and scheduler.Spec.Container.Ports.HostPortRange are mutually exclusive configurations; please choose only one")
ErrMissingContainerPortRange = errors.New("must configure HostPortRange for all scheduler.Spec.Container.Ports")
)

Expand Down
Loading

0 comments on commit dd1b5cb

Please sign in to comment.