Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,036 for allowGet (0.16 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/filters/metrics_test.go

    				authorizer.DecisionAllow,
    				"RBAC: allowed to patch pod",
    				nil,
    			},
    			want: `
    			# HELP authorization_attempts_total [ALPHA] Counter of authorization attempts broken down by result. It can be either 'allowed', 'denied', 'no-opinion' or 'error'.
    			# TYPE authorization_attempts_total counter
    			authorization_attempts_total{result="allowed"} 1
    				`,
    		},
    		{
    			desc: "decision forbid",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 20 13:35:55 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. cmd/import-boss/testdata/inverse/aaa/file.go

    package aaa
    
    import (
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/inverse/allowed"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/inverse/allowed/a1"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/inverse/forbidden"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/inverse/forbidden/f1"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/inverse/neither"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/inverse/neither/n1"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 436 bytes
    - Viewed (0)
  3. cmd/import-boss/testdata/transitive/aaa/file.go

    package aaa
    
    import (
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/transitive/allowed"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/transitive/allowed/a1"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/transitive/forbidden"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/transitive/forbidden/f1"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/transitive/neither"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/transitive/neither/n1"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 454 bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/printers/sourcechecker_test.go

    			shouldBeAllowed: false,
    		},
    		{
    			name:            "package path not fully matching forbidden prefix is allowed",
    			pkgPath:         "bar/foo",
    			shouldBeAllowed: true,
    		},
    		{
    			name:            "package path containing forbidden prefix (not as prefix) is allowed",
    			pkgPath:         "k8s.io/bar/foo/baz/etc",
    			shouldBeAllowed: true,
    		},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 23:00:24 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  5. cmd/import-boss/testdata/simple-fwd/aaa/file.go

    package aaa
    
    import (
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/allowed"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/allowed/a1"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/forbidden"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/forbidden/f1"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/neither"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/neither/n1"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 454 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/filter_test.go

    			validations: []ExpressionAccessor{
    				&condition{
    					Expression: "!authorizer.group('').resource('endpoints').check('create').allowed() && !authorizer.group('').resource('endpoints').check('create').allowed() && !authorizer.group('').resource('endpoints').check('create').allowed()",
    				},
    			},
    			attributes:                  newValidAttribute(nil, false),
    			hasParamKind:                true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  7. guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceEntryTester.java

        }
        expectUnchanged();
      }
    
      @MapFeature.Require(absent = SUPPORTS_PUT)
      public void testReplaceEntry_unsupportedAbsentKey() {
        try {
          getMap().replace(k3(), v3(), v4());
        } catch (UnsupportedOperationException tolerated) {
          // the operation would be a no-op, so exceptions are allowed but not required
        }
        expectUnchanged();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/main/java/org/gradle/model/RuleSource.java

     * <ul>
     * <li>Constructors are not allowed.</li>
     * <li>Inheritance hierarchies are not allowed (i.e. all rules sources must directly extend {@link RuleSource}).</li>
     * <li>Instance variables are not allowed.</li>
     * <li>Non-final static variables are not allowed (i.e. constants are allowed).</li>
     * <li>Methods cannot be overloaded.</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  9. cmd/import-boss/testdata/nested-fwd/.import-restrictions

    rules:
      - selectorRegexp: k8s[.]io
        allowedPrefixes:
          - k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/allowed-by-root
          - k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/allowed-by-both
        forbiddenPrefixes:
          - k8s.io/kubernetes/cmd/import-boss/testdata/nested-fwd/forbidden-by-root
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 396 bytes
    - Viewed (0)
  10. pkg/capabilities/capabilities.go

    }
    
    // PrivilegedSources defines the pod sources allowed to make privileged requests for certain types
    // of capabilities like host networking, sharing the host IPC namespace, and sharing the host PID namespace.
    type PrivilegedSources struct {
    	// List of pod sources for which using host network is allowed.
    	HostNetworkSources []string
    
    	// List of pod sources for which using host pid namespace is allowed.
    	HostPIDSources []string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 12:51:16 UTC 2019
    - 3K bytes
    - Viewed (0)
Back to top