mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fixes static check failures in pkg/security/podsecuritypolicy/sysctl
This commit is contained in:
parent
55e476356f
commit
6328670d27
@ -56,7 +56,6 @@ pkg/scheduler/algorithm/priorities
|
||||
pkg/scheduler/api/v1
|
||||
pkg/scheduler/apis/config/v1alpha1
|
||||
pkg/scheduler/internal/queue
|
||||
pkg/security/podsecuritypolicy/sysctl
|
||||
pkg/util/coverage
|
||||
pkg/util/ebtables
|
||||
pkg/util/ipconfig
|
||||
|
@ -46,8 +46,6 @@ type mustMatchPatterns struct {
|
||||
|
||||
var (
|
||||
_ SysctlsStrategy = &mustMatchPatterns{}
|
||||
|
||||
defaultSysctlsPatterns = []string{"*"}
|
||||
)
|
||||
|
||||
// NewMustMatchPatterns creates a new mustMatchPatterns strategy that will provide validation.
|
||||
|
Loading…
Reference in New Issue
Block a user