Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 144 for Waypoint (0.2 sec)

  1. istioctl/pkg/writer/compare/testdata/configdump.json

                                },
                                {
                                  "tag": "istio.canonical_service",
                                  "literal": {
                                    "value": "namespace-istio-waypoint"
                                  }
                                },
                                {
                                  "tag": "istio.cluster_id",
                                  "literal": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    	http3Only bool
    
    	class istionetworking.ListenerClass
    	port  int
    	hbone bool
    
    	// Waypoint-specific modifications in HCM
    	isWaypoint bool
    
    	// allow service attached policy for to-service chains
    	// currently only used for waypoints
    	policySvc *model.Service
    }
    
    // filterChainOpts describes a filter chain: a set of filters with the same TLS context
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. pilot/pkg/model/telemetry.go

    	res := make([]*hcm.HttpFilter, 0, len(metricsCfg))
    	for _, cfg := range metricsCfg {
    		switch cfg.Provider.GetProvider().(type) {
    		case *meshconfig.MeshConfig_ExtensionProvider_Prometheus:
    			if cfg.NodeType == Waypoint {
    				f := &hcm.HttpFilter{
    					Name:       xds.StatsFilterName,
    					ConfigType: &hcm.HttpFilter_TypedConfig{TypedConfig: waypointStatsConfig},
    				}
    				res = append(res, f)
    			} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context.go

    // Used when calculating the workloads which should be configured for a specific waypoint proxy
    func (ps *PushContext) WorkloadsForWaypoint(key WaypointKey) []WorkloadInfo {
    	return ps.ambientIndex.WorkloadsForWaypoint(key)
    }
    
    // ServicesForWaypoint returns all services associated with a given waypoint identified by it's WaypointKey
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/common/deployment/echos.go

    	}
    
    	if t.Settings().Ambient {
    		if t.Settings().AmbientEverywhere {
    			for i, config := range defaultConfigs {
    				if !config.HasSidecar() && !config.IsProxylessGRPC() {
    					scopes.Framework.Infof("adding waypoint to %s", config.NamespacedName())
    					defaultConfigs[i].ServiceWaypointProxy = "shared"
    					defaultConfigs[i].WorkloadWaypointProxy = "shared"
    				}
    			}
    		} else {
    			waypointed := echo.Config{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 16K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                },
                                {
                                  "tag": "istio.canonical_service",
                                  "literal": {
                                    "value": "namespace-istio-waypoint"
                                  }
                                },
                                {
                                  "tag": "istio.cluster_id",
                                  "literal": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  7. pilot/pkg/model/sidecar.go

    }
    
    const defaultSidecar = "default-sidecar"
    
    // DefaultSidecarScopeForGateway builds a SidecarScope contains services and destinationRules for a given gateway/waypoint.
    func DefaultSidecarScopeForGateway(ps *PushContext, configNamespace string) *SidecarScope {
    	services := ps.servicesExportedToNamespace(configNamespace)
    	out := &SidecarScope{
    		Name:                    defaultSidecar,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/traffic-params.yaml.7.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)
  9. pkg/kube/inject/testdata/inputs/hello.yaml.14.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)
  10. pkg/kube/inject/testdata/inputs/hello.yaml.3.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)
Back to top