Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 733 for rulesv6 (0.21 sec)

  1. pkg/proxy/nftables/helpers_test.go

    		`)
    
    	nft := knftables.NewFake(knftables.IPv4Family, "kube-proxy")
    	err := nft.ParseDump(rules)
    	if err != nil {
    		t.Fatalf("failed to parse given nftables rules: %v", err)
    	}
    	// ensure rules were parsed correctly
    	assertNFTablesTransactionEqual(t, getLine(), rules, nft.Dump())
    	runPacketFlowTests(t, getLine(), nft, testNodeIPs, []packetFlowTest{
    		{
    			name:     "no match",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/NodeBackedModelMapSpec.groovy

            realizeChild("c").other == "changed"
            realizeChild("d").other == "changed"
            specialItemClass.isInstance realizeChild("d")
        }
    
        def "can define config rules for named item using transformed DSL rule closure"() {
            // DSL rules are represented using DeferredModelAction
            def action = mockDeferredModelAction()
    
            given:
            action.execute(_, _) >> { MutableModelNode node, ModelActionRole role ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/02-declaring-dependency-versions/dynamic_versions.adoc

    --
    
    [[sec:component_selection_rules]]
    == Using component selection rules
    
    Component selection rules may influence which component instance should be selected when multiple versions are available that match a version selector.
    Rules are applied against every available version and allow the version to be explicitly rejected by rule.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1/types_swagger_doc_generated.go

    	"rules":            "rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.",
    }
    
    func (IngressSpec) SwaggerDoc() map[string]string {
    	return map_IngressSpec
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  5. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/ComponentModelIntegrationTest.groovy

            """
        }
    
        void withLanguageTransforms() {
            withMainSourceSet()
            withCustomLanguageTransform()
        }
    
        def "component container is visible to rules as various types"() {
            buildFile << """
    class Rules extends RuleSource {
        @Defaults
        void verifyAsContainer(ComponentSpecContainer c) {
            assert c.toString() == "ComponentSpecContainer 'components'"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-groovy/src/integTest/groovy/org/gradle/model/dsl/internal/transform/ModelDslRuleInputDetectionIntegrationSpec.groovy

            ]
        }
    
        def "dollar method is only detected with no explicit receiver - #code"() {
            when:
            buildScript """
                class MyPlugin {
                  static class Rules extends RuleSource {
                    @Model
                    String foo() {
                      "foo"
                    }
                  }
                }
    
                apply type: MyPlugin
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/admissionregistration/v1/generated.proto

      repeated RuleWithOperations rules = 3;
    
      // FailurePolicy defines how unrecognized errors from the admission endpoint are handled -
      // allowed values are Ignore or Fail. Defaults to Fail.
      // +optional
      optional string failurePolicy = 4;
    
      // matchPolicy defines how the "rules" list is used to match incoming requests.
      // Allowed values are "Exact" or "Equivalent".
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/authorization/v1/types_swagger_doc_generated.go

    	"incomplete":       "Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go

    }
    
    var map_MatchResources = map[string]string{
    	"":                     "MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  10. tests/integration/pilot/gateway_test.go

    spec:
      parentRefs:
      - name: gateway
      hostnames: ["bar.example.com"]
      rules:
      - backendRefs:
        - name: b
          port: 80
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: http-2
    spec:
      parentRefs:
      - name: gateway
      hostnames: ["foo.example.com"]
      rules:
      - backendRefs:
        - name: d
          port: 80
    `).ApplyOrFail(t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.7K bytes
    - Viewed (0)
Back to top