mirror of https://github.com/k3s-io/k3s
Mock out rootlessports on windows
parent
553517e194
commit
d919a0b998
|
@ -2,9 +2,10 @@ package rootlessports
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
coreClients "github.com/rancher/wrangler-api/pkg/generated/controllers/core/v1"
|
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")
|
panic("Rootless is not supported on windows")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue