Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 266 for Forbidden (0.2 sec)

  1. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/java/dependencies/JavaConfigurationSetupIntegrationTest.groovy

            'java-library' | 'compileClasspath'             | FORBIDDEN
            'java-library' | 'runtimeClasspath'             | FORBIDDEN
            'java-library' | 'annotationProcessor'          | FORBIDDEN
            'java-library' | 'api'                          | FORBIDDEN
            'java-library' | 'compileOnlyApi'               | FORBIDDEN
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/validation/validation_test.go

    		opts: internalversion.ListOptions{
    			Watch:             true,
    			SendInitialEvents: boolPtrFn(true),
    		},
    		expectErrors: []string{"resourceVersionMatch: Forbidden: sendInitialEvents requires setting resourceVersionMatch to NotOlderThan", "sendInitialEvents: Forbidden: sendInitialEvents is forbidden for watch unless the WatchList feature gate is enabled"},
    	}, {
    		name: "watch-sendInitialEvents-with-exact-resourceversionmatch-forbidden",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 07:48:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/errors_test.go

    `, authorizer.AttributesRecord{User: u, Verb: "GET", Path: "/whatever"}, "", "application/json"},
    		{`{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"forbidden: User \"NAME\" cannot GET path \"/\u0026lt;script\u0026gt;\"","reason":"Forbidden","details":{},"code":403}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 29 07:45:20 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/validation/validation.go

    		if len(options.ResourceVersion) == 0 {
    			allErrs = append(allErrs, field.Forbidden(field.NewPath("resourceVersionMatch"), "resourceVersionMatch is forbidden unless resourceVersion is provided"))
    		}
    		if len(options.Continue) > 0 {
    			allErrs = append(allErrs, field.Forbidden(field.NewPath("resourceVersionMatch"), "resourceVersionMatch is forbidden when continue is provided"))
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 09:55:40 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. cmd/import-boss/main_test.go

    		`"k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/aaa" -> "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/forbidden-by-root" is forbidden`,
    		`"k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/aaa" -> "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/forbidden-by-sub" is forbidden`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 12:36:49 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/NameValidationIntegrationTest.groovy

                " Set the 'rootProject.name' or adjust the 'include' statement (see ${settingsDslUrl} for more details).")
        }
    
        @Requires(UnitTestPreconditions.UnixDerivative) // all forbidden characters are illegal on Windows
        def "subproject names must not contain forbidden characters"() {
            given:
            createDirs("folder", "folder/name|with|pipes")
            settingsFile << "include 'folder:name|with|pipes'"
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine/testinggoroutine.go

    			for _, e := range asyncs[region] {
    				if !withinScope(e.scope, x) {
    					forbidden := formatMethod(sel, fn) // e.g. "(*testing.T).Forbidden
    
    					var context string
    					var where analysis.Range = e.async // Put the report at the go fun() or t.Run(name, fun).
    					if _, local := e.fun.(*ast.FuncLit); local {
    						where = call // Put the report at the t.Forbidden() call.
    					} else if id, ok := e.fun.(*ast.Ident); ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. cmd/import-boss/testdata/simple-fwd/forbidden/file.go

    package forbidden
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 39 bytes
    - Viewed (0)
  9. cmd/import-boss/testdata/nested-fwd/bbb/file.go

    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/allowed-by-sub"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/forbidden-by-both"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/forbidden-by-root"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/forbidden-by-sub"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/neither/n2"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 563 bytes
    - Viewed (0)
  10. cmd/import-boss/testdata/nested-fwd/aaa/file.go

    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/bbb"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/forbidden-by-both"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/forbidden-by-root"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/forbidden-by-sub"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/neither/n1"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 626 bytes
    - Viewed (0)
Back to top