Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 130 for egress (0.21 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. 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)
  9. 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)
  10. pkg/printers/internalversion/printers.go

    func loadBalancerStatusStringer(s api.LoadBalancerStatus, wide bool) string {
    	ingress := s.Ingress
    	result := sets.NewString()
    	for i := range ingress {
    		if ingress[i].IP != "" {
    			result.Insert(ingress[i].IP)
    		} else if ingress[i].Hostname != "" {
    			result.Insert(ingress[i].Hostname)
    		}
    	}
    
    	r := strings.Join(result.List(), ",")
    	if !wide && len(r) > loadBalancerWidth {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top