Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 558 for rulesv6 (0.16 sec)

  1. pkg/util/iptables/testing/parse_test.go

    					}, {
    						Name: iptables.Chain("KUBE-EXTERNAL-SERVICES"),
    					}, {
    						Name: iptables.Chain("KUBE-FORWARD"),
    						Rules: []*Rule{
    							mustParseRule(`-A KUBE-FORWARD -m conntrack --ctstate INVALID -j DROP`),
    							mustParseRule(`-A KUBE-FORWARD -m comment --comment "kubernetes forwarding rules" -m mark --mark 0x4000/0x4000 -j ACCEPT`),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 26K bytes
    - Viewed (0)
  2. pkg/workloadapi/security/authorization.pb.go

    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Rules are OR-ed (e.g. ANY rule can match)
    	// This is a generic form of the authz policy's to, from and when
    	Rules []*Rules `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
    }
    
    func (x *Group) Reset() {
    	*x = Group{}
    	if protoimpl.UnsafeEnabled {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dsl/DefaultComponentMetadataProcessorTest.groovy

    import org.gradle.internal.resolve.ModuleVersionResolveException
    import org.gradle.internal.resolve.caching.ComponentMetadataRuleExecutor
    import org.gradle.internal.rules.DefaultRuleActionAdapter
    import org.gradle.internal.rules.DefaultRuleActionValidator
    import org.gradle.internal.rules.SpecRuleAction
    import org.gradle.internal.serialize.Serializer
    import org.gradle.internal.snapshot.ValueSnapshotter
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  4. pkg/util/iptables/testing/parse.go

    					return nil, fmt.Errorf("error parsing rule %q: %v", line, err)
    				}
    				if c.Deleted {
    					return nil, fmt.Errorf("cannot add rules to deleted chain %q", chain)
    				}
    
    				rule, err := ParseRule(line, false)
    				if err != nil {
    					return nil, err
    				}
    				c.Rules = append(c.Rules, rule)
    			} else if match := deleteChainRegex.FindStringSubmatch(line); match != nil {
    				chain := iptables.Chain(match[1])
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesProcessingIntegTest.groovy

        }
    
        def "further rules are not fired when any rule rejects candidate"() {
            buildFile << """
                dependencies {
                    conf "org.utils:api:1.+"
                }
    
                def extraRuleCandidates = []
                configurations.all {
                    resolutionStrategy {
                        componentSelection {
                            all ${rules['select 1.1']}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_attributes.adoc

    Gradle provides link:{javadocPath}/org/gradle/api/attributes/AttributeCompatibilityRule.html[attribute compatibility rules] that can be defined for each attribute.
    The role of a compatibility rule is to explain which attribute values are _compatible_ based on what the consumer asked for.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 18:51:23 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  7. pkg/proxy/iptables/number_generated_rules_test.go

    	"k8s.io/utils/ptr"
    )
    
    // kube-proxy generates iptables rules to forward traffic from Services to Endpoints
    // kube-proxy uses iptables-restore to configure the rules atomically, however,
    // this has the downside that large number of rules take a long time to be processed,
    // causing disruption.
    // There are different parameters than influence the number of rules generated:
    // - ServiceType
    // - Number of Services
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/rbac/v1beta1/types.go

    	// Rules holds all the PolicyRules for this ClusterRole
    	// +optional
    	// +listType=atomic
    	Rules []PolicyRule `json:"rules" protobuf:"bytes,2,rep,name=rules"`
    	// AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.
    	// If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be
    	// stomped by the controller.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 22:49:19 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolutionstrategy/DefaultResolutionStrategySpec.groovy

            given:
            def action = Mock(Action)
    
            when:
            strategy.eachDependency(action)
    
            then:
            1 * dependencySubstitutions.allWithDependencyResolveDetails(action, componentSelectorConverter)
        }
    
        def "provides dependency resolve rule with forced modules first and then user specified rules"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:50:41 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. pkg/apis/autoscaling/validation/validation.go

    func validateScalingRules(rules *autoscaling.HPAScalingRules, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	if rules != nil {
    		if rules.StabilizationWindowSeconds != nil && *rules.StabilizationWindowSeconds < 0 {
    			allErrs = append(allErrs, field.Invalid(fldPath.Child("stabilizationWindowSeconds"), rules.StabilizationWindowSeconds, "must be greater than or equal to zero"))
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 25 00:58:00 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top