mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Mock out rootlessports on windows
This commit is contained in:
parent
553517e194
commit
d919a0b998
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user