Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 639 for RULE (0.06 sec)

  1. pkg/registry/rbac/validation/rule.go

    }
    
    type ruleAccumulator struct {
    	rules  []rbacv1.PolicyRule
    	errors []error
    }
    
    func (r *ruleAccumulator) visit(source fmt.Stringer, rule *rbacv1.PolicyRule, err error) bool {
    	if rule != nil {
    		r.rules = append(r.rules, *rule)
    	}
    	if err != nil {
    		r.errors = append(r.errors, err)
    	}
    	return true
    }
    
    func describeSubject(s *rbacv1.Subject, bindingNamespace string) string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 02 16:51:16 UTC 2020
    - 11.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/mod/modfile/rule.go

    Russ Cox <******@****.***> 1715215293 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-out.yaml

    name: envoy.filters.http.rbac
    typedConfig:
      '@type': type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC
      rules:
        policies:
          ns[foo]-policy[httpbin-1]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
                    - header:
                        name: :authority
                        stringMatch:
                          exact: exact.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

    name: envoy.filters.http.rbac
    typedConfig:
      '@type': type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC
      rules:
        policies:
          ns[foo]-policy[httpbin-1]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
                    - header:
                        name: :authority
                        stringMatch:
                          exact: exact.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/RuleBindingsTest.groovy

            when:
            def node = node("a")
            def rule = rule("a", ModelNode.State.Mutated)
            bindings.add(rule)
    
            then:
            !rule.subjectBinding.bound
    
            when:
            addUntypedNode(node)
    
            then:
            bindings.getRulesWithSubject(nodeAtState("a", ModelNode.State.Mutated)) as List == [rule]
            rule.subjectBinding.boundTo == node
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 26.8K bytes
    - Viewed (0)
  6. api/api-rules/violation_exceptions.list

    API rule violation: names_match,k8s.io/api/core/v1,RBDVolumeSource,CephMonitors
    API rule violation: names_match,k8s.io/api/core/v1,RBDVolumeSource,RBDImage
    API rule violation: names_match,k8s.io/api/core/v1,RBDVolumeSource,RBDPool
    API rule violation: names_match,k8s.io/api/core/v1,RBDVolumeSource,RadosUser
    API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,CephFS
    API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,StorageOS
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/http/extended-single-policy-out.yaml

                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: rule[0]-to[0]-path[1]
                    - urlPath:
                        path:
                          exact: rule[0]-to[0]-path[2]
                - orRules:
                    rules:
                    - destinationPort: 9001
                    - destinationPort: 9002
                - orRules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/ComponentMetadataRulesCachingIntegrationTest.groovy

            succeeds 'resolve'
            outputContains('Rule executed')
            outputContains('See dependency')
    
    
            then:
            succeeds 'resolve'
            outputDoesNotContain('Rule executed')
            outputDoesNotContain('See dependency')
        }
    
        @RequiredFeature(feature = GradleMetadataResolveRunner.REPOSITORY_TYPE, value = "maven")
        def 'cached rule can access PomModuleDescriptor for Maven component'() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  9. internal/bucket/lifecycle/lifecycle.go

    			// we can skip this rule if it doesn't match the tested
    			// prefix.
    			if !strings.HasPrefix(prefix, rule.GetPrefix()) && !strings.HasPrefix(rule.GetPrefix(), prefix) {
    				continue
    			}
    		}
    
    		if rule.NoncurrentVersionExpiration.NoncurrentDays > 0 {
    			return true
    		}
    		if rule.NoncurrentVersionExpiration.NewerNoncurrentVersions > 0 {
    			return true
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/rules/rules_test.go

    }
    
    func TestGroup(t *testing.T) {
    	table := tests{
    		"wildcard": {
    			rule: adreg.RuleWithOperations{
    				Rule: adreg.Rule{
    					APIGroups: []string{"*"},
    				},
    			},
    			match: attrList(
    				a("g", "v", "r", "", "name", admission.Create, &metav1.CreateOptions{}),
    			),
    		},
    		"exact": {
    			rule: adreg.RuleWithOperations{
    				Rule: adreg.Rule{
    					APIGroups: []string{"g1", "g2"},
    				},
    			},
    			match: attrList(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 25 23:28:16 UTC 2022
    - 13.8K bytes
    - Viewed (0)
Back to top