Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 983 for Destinations (0.21 sec)

  1. src/runtime/map.go

    func bucketEvacuated(t *maptype, h *hmap, bucket uintptr) bool {
    	b := (*bmap)(add(h.oldbuckets, bucket*uintptr(t.BucketSize)))
    	return evacuated(b)
    }
    
    // evacDst is an evacuation destination.
    type evacDst struct {
    	b *bmap          // current destination bucket
    	i int            // key/elem index into b
    	k unsafe.Pointer // pointer to current key storage
    	e unsafe.Pointer // pointer to current elem storage
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                            destination:
                              description: Destination of the route.
                              type: string
                            gateway:
                              description: Gateway for the destination.
                              type: string
                            interface:
                              description: Interface for the destination
                              type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        mirrors:
                          description: Specifies the destinations to mirror HTTP traffic
                            in addition to the original destination.
                          items:
                            properties:
                              destination:
                                description: Destination specifies the target of the mirror
                                  operation.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/testdata/destinationrule-mutual-destination.yaml

    # No caCertificates when mode is mutual at destination level
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: db-mtls
    spec:
      host: mydbserver.prod.svc.cluster.local
      trafficPolicy:
        tls:
          mode: MUTUAL
          clientCertificate: /etc/certs/myclientcert.pem
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 348 bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/testdata/destinationrule-simple-destination.yaml

    # No caCertificates when mode is simple at destination level
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: db-tls
    spec:
      host: mydbserver.prod.svc.cluster.local
      trafficPolicy:
        tls:
          mode: SIMPLE
          clientCertificate: /etc/certs/myclientcert.pem
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 347 bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                        mirrors:
                          description: Specifies the destinations to mirror HTTP traffic
                            in addition to the original destination.
                          items:
                            properties:
                              destination:
                                description: Destination specifies the target of the mirror
                                  operation.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. pkg/proxy/nftables/proxier_test.go

    		add set ip kube-proxy nodeport-ips { type ipv4_addr ; comment "IPs that accept NodePort traffic" ; }
    		add map ip kube-proxy firewall-ips { type ipv4_addr . inet_proto . inet_service : verdict ; comment "destinations that are subject to LoadBalancerSourceRanges" ; }
    		add chain ip kube-proxy firewall-check
    		add rule ip kube-proxy firewall-check ip daddr . meta l4proto . th dport vmap @firewall-ips
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        mirrors:
                          description: Specifies the destinations to mirror HTTP traffic
                            in addition to the original destination.
                          items:
                            properties:
                              destination:
                                description: Destination specifies the target of the mirror
                                  operation.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  9. releasenotes/notes/destination-rule-proxyprotocol

    deterclosed <******@****.***> 1711183043 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 23 08:37:23 UTC 2024
    - 329 bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/tunneling/destination-rule.tmpl.yaml

    Faseela K <******@****.***> 1705779470 +0100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 20 19:37:50 UTC 2024
    - 1K bytes
    - Viewed (0)
Back to top