Commit d919a0b9 authored by Knic Knic's avatar Knic Knic

Mock out rootlessports on windows

parent 553517e1
......@@ -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")
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment