Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 144 for Waypoint (0.18 sec)

  1. pkg/kube/inject/testdata/inputs/hello.yaml.13.template.gen.yaml

          {{- if .Values.global.imagePullSecrets }}
          imagePullSecrets:
            {{- range .Values.global.imagePullSecrets }}
            - name: {{ . }}
            {{- end }}
          {{- end }}
      waypoint: |
        apiVersion: v1
        kind: ServiceAccount
        metadata:
          name: {{.ServiceAccount | quote}}
          namespace: {{.Namespace | quote}}
          annotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/kubevirtInterfaces.yaml.9.template.gen.yaml

          {{- if .Values.global.imagePullSecrets }}
          imagePullSecrets:
            {{- range .Values.global.imagePullSecrets }}
            - name: {{ . }}
            {{- end }}
          {{- end }}
      waypoint: |
        apiVersion: v1
        kind: ServiceAccount
        metadata:
          name: {{.ServiceAccount | quote}}
          namespace: {{.Namespace | quote}}
          annotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/httproute.go

    ) ([]*discovery.Resource, model.XdsLogDetails) {
    	var routeConfigurations model.Resources
    
    	efw := req.Push.EnvoyFilters(node)
    	hit, miss := 0, 0
    	switch node.Type {
    	case model.SidecarProxy, model.Waypoint:
    		vHostCache := make(map[int][]*route.VirtualHost)
    		// dependent envoyfilters' key, calculate in front once to prevent calc for each route.
    		envoyfilterKeys := efw.KeysApplyingTo(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              imagePullSecrets:
                {{- range .Values.global.imagePullSecrets }}
                - name: {{ . }}
                {{- end }}
              {{- end }}
          waypoint: |
            apiVersion: v1
            kind: ServiceAccount
            metadata:
              name: {{.ServiceAccount | quote}}
              namespace: {{.Namespace | quote}}
              annotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

        - header: "x-jwt-iss"
          claim: "iss"
        - header: "x-jwt-wrong-header"
          claim: "wrong_claim"
    ---
    `
    	matchers := []match.Matcher{match.And(
    		// No waypoint here, these are all via ingress which doesn't forward to waypoint
    		match.NotWaypoint,
    		match.Or(match.ServiceName(t.Apps.B.NamespacedName()), match.AmbientCaptured()),
    	)}
    	headersWithToken := map[string][]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/conversion.go

    			server, programmed := buildListener(r, obj, l, i, controllerName)
    
    			servers = append(servers, server)
    			if controllerName == constants.ManagedGatewayMeshController {
    				// Waypoint doesn't actually convert the routes to VirtualServices
    				continue
    			}
    			meta := parentMeta(obj, &l.Name)
    			meta[constants.InternalGatewaySemantics] = constants.GatewaySemanticsGateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    end }} {{- if not (hasKey .Values.sidecarInjectorWebho.templates "grpc-agent") }} grpc-agent: | {{ .Files.Get "files/grpc-agent.yaml" | trim | indent 8 }} {{- end }} {{- if not (hasKey .Values.sidecarInjectorWebho.templates "waypoint") }} waypoint: | {{ .Files.Get "files/waypoint.yaml" | trim | indent 8 }} {{- end }} {{- if not (hasKey .Values.sidecarInjectorWebho.templates "kube-gateway") }} kube-gateway: | {{ .Files.Get "files/kube-gateway.yaml" | trim | indent 8 }} {{- end }} {{- with .Values.si...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. releasenotes/notes/46540.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 46540
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 05 16:46:02 UTC 2023
    - 162 bytes
    - Viewed (0)
  9. istioctl/pkg/waypoint/testdata/waypoint/no-gateway

    No waypoints found....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 20 bytes
    - Viewed (0)
  10. releasenotes/notes/46725.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
      - |
        **Fixed** Waypoints missing the `ISTIO_META_NETWORK` field. It can be configured at install time using
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 28 22:07:22 UTC 2023
    - 308 bytes
    - Viewed (0)
Back to top