Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for French (0.12 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    {{- if .Values.global.remotePilotAddress }} apiVersion: v1 kind: Service metadata: {{- if .Values.pilot.enabled }} # when local istiod is enabled, we can't use istiod service name to reach the remote control plane name: istiod-remote {{- else }} # when local istiod isn't enabled, we can use istiod service name to reach the remote control plane name: istiod {{- end }} namespace: {{ .Release.Namespace }} spec: ports: - port: 15012 name: tcp-istiod protocol: TCP - port: 443 targetPort: 15017 name: tcp-webhook...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    									From:      result.From,
    									Opts:      result.Opts,
    									Responses: hostResponses,
    								}, nil); err != nil {
    									return fmt.Errorf("did not reach all clusters for %s: %v", serviceName, err)
    								}
    							}
    						}
    						return nil
    					})
    			},
    			setupOpts: func(src echo.Caller, opts *echo.CallOptions) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top