Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 136 for egress (0.61 sec)

  1. pkg/config/validation/validation_test.go

    			Egress: []*networking.IstioEgressListener{
    				{
    					Hosts: []string{"~/*"},
    				},
    			},
    		}, true, false},
    		{"bad egress host 1", &networking.Sidecar{
    			Egress: []*networking.IstioEgressListener{
    				{
    					Hosts: []string{"*"},
    				},
    			},
    		}, false, false},
    		{"bad egress host 2", &networking.Sidecar{
    			Egress: []*networking.IstioEgressListener{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    		for index, egress := range rule.Egress {
    			if egress == nil {
    				errs = AppendValidation(errs, errors.New("egress listener may not be null"))
    				continue
    			}
    			// there can be only one catch all egress listener with empty port, and it should be the last listener.
    			if egress.Port == nil {
    				if !catchAllEgressListenerFound {
    					if index == len(rule.Egress)-1 {
    						catchAllEgressListenerFound = true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1/generated.pb.go

    }
    
    var xxx_messageInfo_IPBlock proto.InternalMessageInfo
    
    func (m *Ingress) Reset()      { *m = Ingress{} }
    func (*Ingress) ProtoMessage() {}
    func (*Ingress) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2c41434372fec1d7, []int{3}
    }
    func (m *Ingress) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Ingress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    ``` 4) `gateways` charts install a load balancer with `ingress` and `egress`. Ingress secrets and access should be separated from the control plane. ```console helm install -n istio-system istio-ingress manifests/charts/gateways/istio-ingress --set global.jwtPolicy=first-party-jwt ``` Egress secrets and access should be separated from the control plane. ```console helm install -n istio-system istio-egress manifests/charts/gateways/istio-egress --set global.jwtPolicy=first-party-jwt ``` manifests/...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. src/internal/trace/testdata/tests/go122-gc-stress.test

    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/slice.go"
    String id=32
    	data="main.main.func1"
    String id=33
    	data="/usr/local/google/home/mknyszek/work/go-1/src/internal/trace/v2/testdata/testprog/gc-stress.go"
    String id=34
    	data="runtime.gcMarkDone"
    String id=35
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgc.go"
    String id=36
    	data="runtime.gcMarkTermination"
    String id=37
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  6. tests/integration/pilot/common/routing.go

    				config = fmt.Sprintf(`
    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: sidecar
    spec:
      workloadSelector:
        labels:
          app: b
      egress:
      - hosts:
        - "./*"
      ingress:
      - port:
          number: %d
          protocol: HTTP
        defaultEndpoint: %s:%d
    `, ipCase.port.WorkloadPort, ipCase.endpoint, ipCase.port.WorkloadPort)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet.go

    //   - Wait for volumes to attach/mount
    //   - Fetch the pull secrets for the pod
    //   - Call the container runtime's SyncPod callback
    //   - Update the traffic shaping for the pod's ingress and egress limits
    //
    // If any step of this workflow errors, the error is returned, and is repeated
    // on the next SyncPod call.
    //
    // This operation writes all events that are dispatched in order to provide
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    come to solid Particles, such as have no Pores or empty Spaces within them: And if in any gross Body there be, for instance, three such degrees of Particles, the least of which are solid; this Body will have seven times more Pores than solid Parts. But if there be four such degrees of Particles, the least of which are solid, the Body will have fifteen times more Pores than solid Parts. If there be five degrees, the Body will have one and thirty times more Pores than solid Parts. If six degrees, the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/networking/v1beta1/generated.pb.go

    var xxx_messageInfo_HTTPIngressRuleValue proto.InternalMessageInfo
    
    func (m *Ingress) Reset()      { *m = Ingress{} }
    func (*Ingress) ProtoMessage() {}
    func (*Ingress) Descriptor() ([]byte, []int) {
    	return fileDescriptor_9497719c79c89d2d, []int{2}
    }
    func (m *Ingress) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Ingress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/gateway_test.go

    					Mode:           networking.ServerTLSSettings_SIMPLE,
    					CredentialName: "ingress-sds-resource-name",
    				},
    			},
    			result: &auth.DownstreamTlsContext{
    				CommonTlsContext: &auth.CommonTlsContext{
    					AlpnProtocols: util.ALPNHttp,
    					TlsCertificateSdsSecretConfigs: []*auth.SdsSecretConfig{
    						{
    							Name:      "kubernetes://ingress-sds-resource-name",
    							SdsConfig: model.SDSAdsConfig,
    						},
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
Back to top