Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 67 of 67 for meshNetworks (0.47 sec)

  1. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    		}
    		return nil
    	}, retry.Timeout(time.Second), retry.Delay(time.Millisecond*10))
    }
    
    func TestServices(t *testing.T) {
    	networksWatcher := mesh.NewFixedNetworksWatcher(&meshconfig.MeshNetworks{
    		Networks: map[string]*meshconfig.Network{
    			"network1": {
    				Endpoints: []*meshconfig.Network_NetworkEndpoints{
    					{
    						Ne: &meshconfig.Network_NetworkEndpoints_FromCidr{
    							FromCidr: "10.10.1.1/24",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context.go

    	GatewayAPIController GatewayController
    
    	// cache gateways addresses for each network
    	// this is mainly used for kubernetes multi-cluster scenario
    	networkMgr *NetworkManager
    
    	Networks *meshconfig.MeshNetworks
    
    	InitDone        atomic.Bool
    	initializeMutex sync.Mutex
    	ambientIndex    AmbientIndexes
    }
    
    type consolidatedDestRules struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  3. pilot/pkg/model/service.go

    	// to node port mappings for a given service. When accessing the service via
    	// node port IPs, we need to use the kubernetes assigned node ports of the service
    	// The port that the user provides in the meshNetworks config is the service port.
    	// We translate that to the appropriate node port here.
    	ClusterExternalPorts map[cluster.ID]map[uint32]uint32
    
    	PassthroughTargetPorts map[uint32]uint32
    
    	K8sAttributes
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

            },
            "jwtPolicy": "third-party-jwt",
            "logAsJson": false,
            "logging": {
              "level": "default:info"
            },
            "meshID": "",
            "meshNetworks": {},
            "mountMtlsCerts": false,
            "multiCluster": {
              "clusterName": "",
              "enabled": false
            },
            "namespace": "istio-system",
            "network": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	//	  gateways:
    	//	  - registryServiceName: istio-ingressgateway.istio-system.svc.cluster.local
    	//	    port: 443
    	MeshNetworks *structpb.Struct `protobuf:"bytes,19,opt,name=meshNetworks,proto3" json:"meshNetworks,omitempty"`
    	// Specifies the Configuration for Istio mesh across multiple clusters through Istio gateways.
    	MultiCluster *MultiClusterConfig `protobuf:"bytes,22,opt,name=multiCluster,proto3" json:"multiCluster,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    e: {{ .Values.ownerName | default "unknown" }} operator.istio.io/component: "Pilot" release: {{ .Release.Name }} data: # Configuration file for the mesh networks to be used by the Split Horizon EDS. meshNetworks: |- {{- if .Values.global.meshNetworks }} networks: {{ toYaml .Values.global.meshNetworks | trim | indent 6 }} {{- else }} networks: {} {{- end }} mesh: |- {{- if .Values.meshConfig }} {{ $mesh | toYaml | indent 4 }} {{- else }} {{- include "mesh" . }} {{- end }} --- {{- end }} 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)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              address: zipkin.istio-system:9411
        defaultProviders:
          metrics:
          - prometheus
        enablePrometheusMerge: true
        rootNamespace: istio-system
        trustDomain: cluster.local
      meshNetworks: 'networks: {}'
    kind: ConfigMap
    metadata:
      labels:
        install.operator.istio.io/owning-resource: unknown
        istio.io/rev: default
        operator.istio.io/component: Pilot
        release: istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
Back to top