remove build flags and rename cgroups_linux.go

This commit is contained in:
Nicholas Orlowsky 2023-07-16 23:53:42 -04:00
parent 0f4d054c07
commit b270b4a8bf
No known key found for this signature in database
GPG key ID: 58832FD3AC16C706
3 changed files with 1312 additions and 3 deletions

View file

@ -1,6 +1,3 @@
//go:build linux
// +build linux
/*
Copyright 2020 The Kubernetes Authors.

View file

@ -49,6 +49,7 @@ import (
_ "k8s.io/ingress-nginx/test/e2e/ssl"
_ "k8s.io/ingress-nginx/test/e2e/status"
_ "k8s.io/ingress-nginx/test/e2e/tcpudp"
_ "k8s.io/ingress-nginx/test/e2e/cgroups"
)
// RunE2ETests checks configuration parameters (specified through flags) and then runs

File diff suppressed because it is too large Load diff