Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for meshNetworks (0.18 sec)

  1. pkg/config/mesh/mesh.go

    }
    
    // EmptyMeshNetworks configuration with no networks
    func EmptyMeshNetworks() meshconfig.MeshNetworks {
    	return meshconfig.MeshNetworks{
    		Networks: map[string]*meshconfig.Network{},
    	}
    }
    
    // ParseMeshNetworks returns a new MeshNetworks decoded from the
    // input YAML.
    func ParseMeshNetworks(yaml string) (*meshconfig.MeshNetworks, error) {
    	out := EmptyMeshNetworks()
    	if err := protomarshal.ApplyYAML(yaml, &out); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/network_test.go

    )
    
    func TestNetworkUpdateTriggers(t *testing.T) {
    	test.SetForTest(t, &features.MultiNetworkGatewayAPI, true)
    	meshNetworks := mesh.NewFixedNetworksWatcher(nil)
    	c, _ := NewFakeControllerWithOptions(t, FakeControllerOptions{
    		ClusterID:       constants.DefaultClusterName,
    		NetworksWatcher: meshNetworks,
    		DomainSuffix:    "cluster.local",
    		CRDs:            []schema.GroupVersionResource{gvr.KubernetesGateway},
    	})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. pkg/config/schema/collections/collections.agent.gen.go

    		ValidateProto: validation.EmptyValidate,
    	}.MustBuild()
    
    	MeshNetworks = resource.Builder{
    		Identifier:    "MeshNetworks",
    		Group:         "",
    		Kind:          "MeshNetworks",
    		Plural:        "meshnetworks",
    		Version:       "v1alpha1",
    		Proto:         "istio.mesh.v1alpha1.MeshNetworks",
    		ReflectType:   reflect.TypeOf(&istioioapimeshv1alpha1.MeshNetworks{}).Elem(),
    		ProtoPackage:  "istio.io/api/mesh/v1alpha1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  4. pkg/config/analysis/local/istiod_analyze.go

    	}
    	// Create a store containing meshnetworks. There should be exactly one.
    	_, err = sa.internalStore.Create(config.Config{
    		Meta: config.Meta{
    			Name:             "meshnetworks",
    			Namespace:        sa.istioNamespace.String(),
    			GroupVersionKind: gvk.MeshNetworks,
    		},
    		Spec: sa.meshNetworks,
    	})
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/templates/configmap.yaml

        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 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/network.go

    	n.networkFromMeshConfig = ""
    	n.registryServiceNameGateways = make(map[host.Name][]model.NetworkGateway)
    
    	meshNetworks := n.meshNetworksWatcher.Networks()
    	if meshNetworks == nil || len(meshNetworks.Networks) == 0 {
    		return
    	}
    	for id, v := range meshNetworks.Networks {
    		// track endpoints items from this registry are a part of this network
    		fromRegistry := false
    		for _, ep := range v.Endpoints {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 22:23:22 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/templates/configmap.yaml

        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 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/merge-probers.yaml.43.values.gen.yaml

        "istioNamespace": "istio-system",
        "istiod": {
          "enableAnalysis": false
        },
        "logAsJson": false,
        "logging": {
          "level": "default:info"
        },
        "meshID": "",
        "meshNetworks": {},
        "mountMtlsCerts": false,
        "multiCluster": {
          "clusterName": "",
          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/hello.yaml.1.values.gen.yaml

        "istioNamespace": "istio-system",
        "istiod": {
          "enableAnalysis": false
        },
        "logAsJson": false,
        "logging": {
          "level": "default:info"
        },
        "meshID": "",
        "meshNetworks": {},
        "mountMtlsCerts": false,
        "multiCluster": {
          "clusterName": "",
          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello.yaml.10.values.gen.yaml

        ],
        "istioNamespace": "istio-system",
        "istiod": {
          "enableAnalysis": false
        },
        "logAsJson": false,
        "logging": {
          "level": "default:info"
        },
        "meshID": "",
        "meshNetworks": {},
        "mountMtlsCerts": false,
        "multiCluster": {
          "clusterName": "",
          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top