Merge pull request #1664 from KnicKnic/windows-18-build

fix build windows v1.18
pull/1692/head
Darren Shepherd 2020-04-27 09:23:32 -07:00 committed by GitHub
commit 130e6e31a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@ package rootlessports
import (
"context"
coreClients "github.com/rancher/wrangler-api/pkg/generated/controllers/core/v1"
)
func Register(ctx context.Context, serviceController coreClients.ServiceController, httpsPort int) error {
func Register(ctx context.Context, serviceController coreClients.ServiceController, enabled bool, httpsPort int) error {
panic("Rootless is not supported on windows")
}