Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_getSafeSysctlAllowlist (0.23 sec)

  1. pkg/kubelet/sysctl/safe_sysctls_test.go

    limitations under the License.
    */
    
    package sysctl
    
    import (
    	"fmt"
    	"reflect"
    	"testing"
    
    	"k8s.io/apimachinery/pkg/util/version"
    )
    
    func Test_getSafeSysctlAllowlist(t *testing.T) {
    	tests := []struct {
    		name       string
    		getVersion func() (*version.Version, error)
    		want       []string
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 15 15:05:40 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top