Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for cds_config (0.22 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. samples/addons/prometheus.yaml

            regex: default;kubernetes;https
            source_labels:
            - __meta_kubernetes_namespace
            - __meta_kubernetes_service_name
            - __meta_kubernetes_endpoint_port_name
          scheme: https
          tls_config:
            ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
            insecure_skip_verify: true
        - bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
          job_name: kubernetes-nodes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder.go

    	}
    
    	if destRule != nil {
    		opts.isDrWithSelector = destinationRule.GetWorkloadSelector() != nil
    	}
    	// Apply traffic policy for the main default cluster.
    	cb.applyTrafficPolicy(opts)
    
    	// Apply EdsConfig if needed. This should be called after traffic policy is applied because, traffic policy might change
    	// discovery type.
    	maybeApplyEdsConfig(mc.cluster)
    
    	cb.applyMetadataExchange(opts.mutable.cluster)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  4. pilot/test/xds/fake.go

    		opts = append(opts, grpc.WithContextDialer(func(context.Context, string) (net.Conn, error) {
    			return f.BufListener.Dial()
    		}))
    	}
    	adscConn, err := adsc.New(f.Listener.Addr().String(), &adsc.ADSConfig{
    		Config: adsc.Config{
    			IP:        p.IPAddresses[0],
    			NodeType:  p.Type,
    			Meta:      p.Metadata.ToStruct(),
    			Locality:  p.Locality,
    			Namespace: p.ConfigNamespace,
    			GrpcOpts:  opts,
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *SDSConfig) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*SDSConfig) ProtoMessage() {}
    
    func (x *SDSConfig) ProtoReflect() protoreflect.Message {
    	mi := &file_pkg_apis_istio_v1alpha1_values_types_proto_msgTypes[35]
    	if protoimpl.UnsafeEnabled && x != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      ProxyInitConfig proxy_init = 29 [json_name = "proxy_init"];
    
      // Specifies the Configuration for the SecretDiscoveryService instead of using K8S secrets to mount the certificates.
      SDSConfig sds = 30;
    
      // Specifies the tag for the Istio docker images.
      google.protobuf.Value tag = 31;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  7. 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