Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 66 for rulesv4 (0.21 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			m.Rules = append(m.Rules, PolicyRulesWithSubjects{})
    			if err := m.Rules[len(m.Rules)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    			skippy, err := skipGenerated(dAtA[iNdEx:])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

    function config-ip-firewall {
      echo "Configuring IP firewall rules"
    
      # Do not consider loopback addresses as martian source or destination while
      # routing. This enables the use of 127/8 for local routing purposes.
      sysctl -w net.ipv4.conf.all.route_localnet=1
    
      # The GCI image has host firewall which drop most inbound/forwarded packets.
      # We need to add rules to accept all TCP/UDP/ICMP/SCTP packets.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

            "properties": {
              "excludeResourceRules": {
                "description": "ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. 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: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.testing.jacoco.tasks.rules.JacocoLimit.getCounter()> does not have raw return type assignable to org.gradle.api.provider.Property in (JacocoLimit.java:0)
    Method <org.gradle.testing.jacoco.tasks.rules.JacocoLimit.getMaximum()> does not have raw return type assignable to org.gradle.api.provider.Property in (JacocoLimit.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  5. doc/go1.17_spec.html

    is also allowed and follows from the general rules above.
    </p>
    
    <pre>
    const c = 3 &lt; 4            // c is the untyped boolean constant true
    
    type MyBool bool
    var x, y int
    var (
    	// The result of a comparison is an untyped boolean.
    	// The usual assignment rules apply.
    	b3        = x == y // b3 has type bool
    	b4 bool   = x == y // b4 has type bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

            "properties": {
              "excludeResourceRules": {
                "description": "ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. 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: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  7. pkg/printers/internalversion/printers.go

    		if err != nil {
    			return nil, err
    		}
    		rows = append(rows, r...)
    	}
    	return rows, nil
    }
    
    func formatHosts(rules []networking.IngressRule) string {
    	list := []string{}
    	max := 3
    	more := false
    	for _, rule := range rules {
    		if len(list) == max {
    			more = true
    		}
    		if !more && len(rule.Host) != 0 {
    			list = append(list, rule.Host)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  8. pkg/proxy/nftables/proxier_test.go

    	fp.OnEndpointSliceUpdate(eps3update3, eps3update2)
    	fp.syncProxyRules()
    	// The second change counteracts the first one, so same expected rules as last time
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    
    	// Sync with no new changes, so same expected rules as last time
    	fp.syncProxyRules()
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_test.go

    				"outbound|8080||*.example.org": basicSettings,
    				"inbound|10001||":              overrideSettings,
    				"inbound|10002||":              overrideSettings,
    			},
    		},
    		"sidecar per-port rules override top-level rules": {
    			destrule: &networking.DestinationRule{
    				Host: "*.example.org",
    			},
    			sidecar: &networking.Sidecar{
    				InboundConnectionPool: basicSettings,
    				Ingress: []*networking.IstioIngressListener{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

        },
        "io.k8s.api.core.v1.Affinity": {
          "description": "Affinity is a group of affinity scheduling rules.",
          "properties": {
            "nodeAffinity": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeAffinity",
              "description": "Describes node affinity scheduling rules for the pod."
            },
            "podAffinity": {
              "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinity",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top