Skip to content

Commit

Permalink
Update internal/core/entities/scheduler.go
Browse files Browse the repository at this point in the history
Co-authored-by: João Bologna <[email protected]>
  • Loading branch information
gussf and joaobologna authored Jun 27, 2024
1 parent acea657 commit 331184d
Showing 1 changed file with 1 addition and 1 deletion.
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.TargetPortRange")
ErrBothPortRangesConfigured = errors.New("cannot configure both scheduler.PortRange and scheduler.Spec.Container.Ports.TargetPortRange")
ErrBothPortRangesConfigured = errors.New("scheduler.PortRange and scheduler.Spec.Container.Ports.TargetPortRange are mutually exclusive configurations; please choose only one")
ErrMissingContainerPortRange = errors.New("must configure TargetPortRange for all scheduler.Spec.Container.Ports")
)

Expand Down

0 comments on commit 331184d

Please sign in to comment.