Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cluster_manager (0.16 sec)

  1. pilot/cmd/pilot-agent/status/ready/probe_test.go

    	. "github.com/onsi/gomega"
    
    	"istio.io/istio/pilot/cmd/pilot-agent/status/testserver"
    )
    
    var (
    	liveServerStats = "cluster_manager.cds.update_success: 1\nlistener_manager.lds.update_success: 1\nserver.state: 0\nlistener_manager.workers_started: 1"
    	onlyServerStats = "server.state: 0"
    	initServerStats = "cluster_manager.cds.update_success: 1\nlistener_manager.lds.update_success: 1\nserver.state: 2"
    	noServerStats   = ""
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  2. tools/packaging/common/gcp_envoy_bootstrap.json

                  "key": "x-goog-user-project",
                  "value": "{{ .gcp_project_id }}"
                }
              {{ end }}
              {{ end }}
              ]
            }
          ]
        }
      },
      "cluster_manager": {
        "load_stats_config": {
          "api_type": "GRPC",
          "transport_api_version": "V3",
          "grpc_services": [
            {
              "google_grpc": {
                "target_uri": "{{ .discovery_address }}",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top