Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for INSTANCE_IPS (0.08 sec)

  1. pkg/istio-agent/testdata/grpc-bootstrap.json

            "xds_v3"
          ]
        }
      ],
      "node": {
        "id": "sidecar~127.0.0.1~pod1.fake-namespace~fake-namespace.svc.cluster.local",
        "metadata": {
          "GENERATOR": "grpc",
          "INSTANCE_IPS": "127.0.0.1",
          "ISTIO_VERSION": "version",
          "PILOT_SAN": [
            "istiod.istio-system.svc"
          ]
        },
        "locality": {},
        "UserAgentVersionType": null
      },
      "certificate_providers": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 957 bytes
    - Viewed (0)
  2. pkg/model/proxy_test.go

    		{
    			"csvlists",
    			model.BootstrapNodeMetadata{NodeMetadata: model.NodeMetadata{InstanceIPs: []string{"abc", "1.2.3.4"}}},
    			`{"INSTANCE_IPS":"abc,1.2.3.4"}`,
    			model.BootstrapNodeMetadata{
    				NodeMetadata: model.NodeMetadata{
    					InstanceIPs: []string{"abc", "1.2.3.4"},
    					Raw: map[string]any{
    						"INSTANCE_IPS": "abc,1.2.3.4",
    					},
    				},
    			},
    		},
    		{
    			"labels",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top