Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ads_config (0.3 sec)

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

    	cases := []struct {
    		name      string
    		cluster   *cluster.Cluster
    		edsConfig *cluster.Cluster_EdsClusterConfig
    	}{
    		{
    			name:      "non eds type of cluster",
    			cluster:   &cluster.Cluster{Name: "foo", ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_STRICT_DNS}},
    			edsConfig: nil,
    		},
    		{
    			name:    "eds type of cluster",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_test.go

    			result: &auth.DownstreamTlsContext{
    				CommonTlsContext: &auth.CommonTlsContext{
    					AlpnProtocols: util.ALPNHttp,
    					TlsCertificateSdsSecretConfigs: []*auth.SdsSecretConfig{
    						{
    							Name: "default",
    							SdsConfig: &core.ConfigSource{
    								InitialFetchTimeout: durationpb.New(time.Second * 0),
    								ResourceApiVersion:  core.ApiVersion_V3,
    								ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  3. istioctl/pkg/authz/testdata/configdump.yaml

                 "h2",
                 "http/1.1"
                ],
                "tls_certificate_sds_secret_configs": [
                 {
                  "name": "default",
                  "sds_config": {
                   "api_config_source": {
                    "api_type": "GRPC",
                    "grpc_services": [
                     {
                      "envoy_grpc": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (0)
  4. src/debug/elf/elf.go

    	DT_GNU_HASH     DynTag = 0x6ffffef5
    	DT_TLSDESC_PLT  DynTag = 0x6ffffef6
    	DT_TLSDESC_GOT  DynTag = 0x6ffffef7
    	DT_GNU_CONFLICT DynTag = 0x6ffffef8
    	DT_GNU_LIBLIST  DynTag = 0x6ffffef9
    	DT_CONFIG       DynTag = 0x6ffffefa
    	DT_DEPAUDIT     DynTag = 0x6ffffefb
    	DT_AUDIT        DynTag = 0x6ffffefc
    	DT_PLTPAD       DynTag = 0x6ffffefd
    	DT_MOVETAB      DynTag = 0x6ffffefe
    	DT_SYMINFO      DynTag = 0x6ffffeff
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

      if [[ -z "${flags}" ]]; then
        local -r km_config="${KUBE_HOME}/node-problem-detector/config/kernel-monitor.json"
        # TODO(random-liu): Handle this for alternative container runtime.
        local -r dm_config="${KUBE_HOME}/node-problem-detector/config/docker-monitor.json"
        local -r sm_config="${KUBE_HOME}/node-problem-detector/config/systemd-monitor.json"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top