Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for INSTANCE_IPS (0.12 sec)

  1. tests/fuzz/testdata/FuzzBNMUnmarshalJSON/4811475191988224

    {"INSTANCE_IPS":1}...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 22 22:20:03 UTC 2022
    - 19 bytes
    - Viewed (0)
  2. pilot/pkg/networking/grpcgen/testdata/xds_bootstrap.json

          "channel_creds": [{"type": "insecure"}],
          "server_features" : ["xds_v3"]
        }
      ],
      "node": {
        "id": "sidecar~127.0.1.1~echo.test~cluster.local",
        "metadata": {
          "INSTANCE_IPS": "127.0.1.1",
          "PILOT_SAN": [
            "istiod.istio-system.svc"
          ],
          "GENERATOR": "grpc",
          "NAMESPACE": "test"
        },
        "localisty": {},
        "UserAgentVersionType": "istiov1"
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 08 18:48:42 UTC 2022
    - 961 bytes
    - Viewed (0)
  3. 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)
  4. 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