mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +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/api/v1
|
||||||
pkg/scheduler/apis/config/v1alpha1
|
pkg/scheduler/apis/config/v1alpha1
|
||||||
pkg/scheduler/internal/queue
|
pkg/scheduler/internal/queue
|
||||||
pkg/security/podsecuritypolicy/sysctl
|
|
||||||
pkg/util/coverage
|
pkg/util/coverage
|
||||||
pkg/util/ebtables
|
pkg/util/ebtables
|
||||||
pkg/util/ipconfig
|
pkg/util/ipconfig
|
||||||
|
@ -46,8 +46,6 @@ type mustMatchPatterns struct {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
_ SysctlsStrategy = &mustMatchPatterns{}
|
_ SysctlsStrategy = &mustMatchPatterns{}
|
||||||
|
|
||||||
defaultSysctlsPatterns = []string{"*"}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewMustMatchPatterns creates a new mustMatchPatterns strategy that will provide validation.
|
// NewMustMatchPatterns creates a new mustMatchPatterns strategy that will provide validation.
|
||||||
|
Loading…
Reference in New Issue
Block a user