Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 2,188 for rulesv4 (0.18 sec)

  1. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/tasks/JacocoCoverageVerification.java

    import org.gradle.internal.jacoco.rules.JacocoViolationRulesContainerImpl;
    import org.gradle.internal.reflect.Instantiator;
    import org.gradle.testing.jacoco.tasks.rules.JacocoViolationRulesContainer;
    
    import java.io.File;
    import java.io.IOException;
    
    /**
     * Task for verifying code coverage metrics. Fails the task if violations are detected based on specified rules.
     * <p>
     * Requires JaCoCo version &gt;= 0.6.3.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 23:19:29 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/ManagedScalarCollectionsIntegrationTest.groovy

                    c.items.add 'bar'
                }
            }
    
            apply plugin: Rules
            """
    
            then:
            fails 'tasks'
    
            and:
            failure.assertHasCause "Attempt to modify a read only view of model element 'container.items' of type '$type<String>' given to rule Rules#tryToMutate(ModelMap<Task>, Container)"
    
            where:
            type << MANAGED_SCALAR_COLLECTION_TYPES
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/http/extended-custom-grpc-provider-no-namespace-out1.yaml

            - andRules:
                rules:
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: /httpbin1
            principals:
            - andIds:
                ids:
                - any: true
          istio-ext-authz-ns[foo]-policy[httpbin-2]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 873 bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/successpolicy.go

    type SuccessPolicyApplyConfiguration struct {
    	Rules []SuccessPolicyRuleApplyConfiguration `json:"rules,omitempty"`
    }
    
    // SuccessPolicyApplyConfiguration constructs an declarative configuration of the SuccessPolicy type for use with
    // apply.
    func SuccessPolicy() *SuccessPolicyApplyConfiguration {
    	return &SuccessPolicyApplyConfiguration{}
    }
    
    // WithRules adds the given value to the Rules field in the declarative configuration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/namespace-roles.yaml

          rbac.authorization.kubernetes.io/autoupdate: "true"
        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: system:controller:bootstrap-signer
        namespace: kube-public
      rules:
      - apiGroups:
        - ""
        resources:
        - configmaps
        verbs:
        - get
        - list
        - watch
      - apiGroups:
        - ""
        resourceNames:
        - cluster-info
        resources:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 16 01:37:43 UTC 2019
    - 3.5K bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/validation/validation_test.go

    			field.Required(field.NewPath("spec").Child("rules").Index(0).Child("subjects").Index(0).Child("serviceAccount"), "serviceAccount is required when subject kind is 'ServiceAccount'"),
    			field.Forbidden(field.NewPath("spec").Child("rules").Index(0).Child("subjects").Index(0).Child("user"), "user is forbidden when subject kind is not 'User'"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  7. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/LanguageSourceSetIntegrationTest.groovy

            buildType.componentSources.@creator[0] == 'Rules#buildType(BuildType)'
            buildType.componentSources.componentA.@type[0] == 'CustomSourceSet'
            buildType.componentSources.componentA.@creator[0] == 'Rules#addSources(BuildType) > create(componentA)'
    
            buildType.testSources.@type[0] == "org.gradle.model.ModelSet<CustomSourceSet>"
            buildType.testSources.@creator[0] == 'Rules#buildType(BuildType)'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  8. pkg/registry/rbac/validation/rule.go

    	// RulesFor returns the list of rules that apply to a given user in a given namespace and error.  If an error is returned, the slice of
    	// PolicyRules may not be complete, but it contains all retrievable rules.  This is done because policy rules are purely additive and policy determinations
    	// can be made on the basis of those rules that are found.
    	RulesFor(user user.Info, namespace string) ([]rbacv1.PolicyRule, error)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 02 16:51:16 UTC 2020
    - 11.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/RuleSourceIntegrationTest.groovy

            buildFile << '''
    class Rules extends RuleSource {
    }
    
    model {
        rules(Rules) { }
    }
    '''
    
            expect:
            fails()
            failure.assertHasCause("Declaration of model rule rules(Rules) { ... } @ build.gradle line 6, column 5 is invalid.")
            failure.assertHasCause("A model element of type: 'Rules' can not be constructed.")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  10. pkg/workloadapi/security/authorization.proto

      // The action to take if the request is matched with the rules.
      // Default is ALLOW if not specified.
      Action action = 4;
      // Set of RBAC policy groups each containing its rules.
      // If at least one of the groups is matched the policy action will
      // take place.
      // Groups are OR-ed.
      repeated Group groups = 5;
    }
    
    message Group {
      // Rules are OR-ed (e.g. ANY rule can match)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 20:45:12 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top