Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for blabla (0.15 sec)

  1. pkg/kubelet/apis/config/validation/validation_reserved_memory_test.go

    					{
    						NumaNode: 0,
    						Limits: v1.ResourceList{
    							"blabla": *resource.NewQuantity(128, resource.DecimalSI),
    						},
    					},
    				},
    			},
    			expectedError: fmt.Errorf("invalid configuration: the limit type %q for NUMA node %d is not supported, only [memory hugepages-<HugePageSize>] is accepted", "blabla", 0),
    		},
    		{
    			description: "The reserved memory has limit type with zero value",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 18 13:38:01 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  2. samples/extauthz/README.md

           * Connection #0 to host ext-authz-server left intact
        ```
    
        As you observe, the check request with header `x-ext-authz: allow` is allowed by the Ext Authz server.
    
        Send another check request with `x-ext-authz: blabla` to the Ext Authz server:
    
        ```console
        $ kubectl exec -it $(kubectl get pod -l app=sleep -o jsonpath={.items..metadata.name}) -c sleep -- curl -v ext-authz:8000 -H "x-ext-authz: bla"
            > GET / HTTP/1.1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 13:52:47 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenHttpRepoResolveIntegrationTest.groovy

            into 'libs'
            from configurations.compile
        }
        """
    
            def m2Home = file("M2_REPO")
            def settingsFile = m2Home.file("conf/settings.xml")
            settingsFile << "invalid content... blabla"
    
            when:
            projectA.pom.expectGet()
            projectA.artifact.expectGet()
            projectB.pom.expectGet()
            projectB.artifact.expectGet()
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/imports/testdata/star/x1.go

    //go:build blahblh && linux && !linux && windows && darwin
    // +build blahblh,linux,!linux,windows,darwin
    
    package x
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 134 bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dsl/ComponentSelectorParsersTest.groovy

            then:
            thrown(InvalidUserDataException)
        }
    
        def "reports invalid format for string notation"() {
            when:
            multiParser().parseNotation(["blahblah"])
    
            then:
            thrown(InvalidUserDataException)
        }
    
        def "reports invalid missing data for string notation"() {
            when:
            multiParser().parseNotation([":foo:"])
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dsl/ModuleVersionSelectorParsersTest.groovy

            then:
            thrown(InvalidUserDataException)
        }
    
        def "reports invalid format for string notation"() {
            when:
            multiParser("").parseNotation(["blahblah"])
    
            then:
            thrown(InvalidUserDataException)
        }
    
        def "reports invalid missing data for string notation"() {
            when:
            multiParser("").parseNotation([":foo:"])
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/interpodaffinity/plugin_test.go

    			newNode:      st.MakeNode().Name("node-a").Label("zone", "zone2").Obj(),
    			expectedHint: framework.Queue,
    		},
    		{
    			name:         "update node lable but not topologyKey",
    			pod:          st.MakePod().Name("p").PodAffinityIn("service", "zone", []string{"securityscan", "value2"}, st.PodAffinityWithRequiredReq).Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 12 03:08:44 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  8. samples/kind-lb/setupkind.sh

    fi
    
    # utility function to wait for pods to be ready
    function waitForPods() {
      ns=$1
      lb=$2
      waittime=$3
      # Wait for the pods to be ready in the given namespace with lable
      while : ; do
        res=$(kubectl wait --context "kind-${CLUSTERNAME}" -n "${ns}" pod \
          -l "${lb}" --for=condition=Ready --timeout="${waittime}s" 2>/dev/null ||true)
        if [[ "${res}" == *"condition met"* ]]; then
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 02 19:08:19 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  9. src/path/path_test.go

    	path  string
    	isAbs bool
    }
    
    var isAbsTests = []IsAbsTest{
    	{"", false},
    	{"/", true},
    	{"/usr/bin/gcc", true},
    	{"..", false},
    	{"/a/../bb", true},
    	{".", false},
    	{"./", false},
    	{"lala", false},
    }
    
    func TestIsAbs(t *testing.T) {
    	for _, test := range isAbsTests {
    		if r := IsAbs(test.path); r != test.isAbs {
    			t.Errorf("IsAbs(%q) = %v, want %v", test.path, r, test.isAbs)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 13 01:12:09 UTC 2020
    - 4.6K bytes
    - Viewed (0)
  10. tests/integration/README.md

    | -istio.test.revision | string | Overwrite the default namespace label (istio-enabled=true) with revision lable (istio.io/rev=XXX). (default is no overwrite). |
    | -istio.test.skip | []string | Skip tests matching the regular expression. This follows the semantics of -test.run. |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top