Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MustParseGeneric (0.14 sec)

  1. pkg/apis/admissionregistration/validation/validation_test.go

    	base := environment.MustBaseEnvSet(environment.DefaultCompatibilityVersion(), strictCost)
    	extended, err := base.Extend(environment.VersionedOptions{
    		IntroducedVersion: version.MustParseGeneric("1.999"),
    		EnvOptions:        []cel.EnvOption{library.Test()},
    	})
    	if err != nil {
    		t.Fatal(err)
    	}
    	if strictCost {
    		strictStatelessCELCompiler = plugincel.NewCompiler(extended)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods.go

    			return 0, 0, fmt.Errorf("failed to get kernel version, unable to determine if feature %s can be supported : %w",
    				features.UserNamespacesSupport, err)
    		}
    		if kernelVersion != nil && !kernelVersion.AtLeast(version.MustParseGeneric(utilkernel.UserNamespacesSupportKernelVersion)) {
    			klog.InfoS("WARNING: the kernel version is incompatible with the feature gate, which needs as a minimum kernel version",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top