Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for meshNetworks (0.35 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    	cases := []struct {
    		name           string
    		networks       *meshconfig.MeshNetworks
    		expectedconfig *hcm.HttpConnectionManager_InternalAddressConfig
    	}{
    		{
    			name:           "nil networks",
    			expectedconfig: nil,
    		},
    		{
    			name:           "empty networks",
    			networks:       &meshconfig.MeshNetworks{},
    			expectedconfig: nil,
    		},
    		{
    			name: "networks populated",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              address: zipkin.istio-system:9411
        defaultProviders:
          metrics:
          - prometheus
        enablePrometheusMerge: true
        rootNamespace: istio-control
        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
    - 102.6K bytes
    - Viewed (0)
  3. 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)
Back to top