Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 237 for ClusterName (0.36 sec)

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

    		lbEndpoints = endpoints.NewCDSEndpointBuilder(
    			proxy,
    			cb.req.Push,
    			clusterName,
    			model.TrafficDirectionInboundVIP, subset, svc.Hostname, port.Port,
    			svc, nil,
    		).FromServiceEndpoints()
    	}
    	localCluster := cb.buildCluster(clusterName, discoveryType, lbEndpoints,
    		model.TrafficDirectionInboundVIP, &port, svc, nil, subset)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/custom-grpc-provider-out2.yaml

        - key: istio_ext_authz_shadow_effective_policy_id
        value:
          stringMatch:
            prefix: istio-ext-authz
      grpcService:
        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
          clusterName: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
        timeout: 0.002s
      statusOnError:
        code: Forbidden
      transportApiVersion: V3
      withRequestBody:
        allowPartialMessage: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:13 UTC 2023
    - 666 bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder_test.go

    	}
    
    	cases := []struct {
    		name            string
    		clusterName     string
    		discovery       cluster.Cluster_DiscoveryType
    		endpoints       []*endpoint.LocalityLbEndpoints
    		direction       model.TrafficDirection
    		external        bool
    		expectedCluster *cluster.Cluster
    	}{
    		{
    			name:        "default EDS cluster",
    			clusterName: "foo",
    			discovery:   cluster.Cluster_EDS,
    			endpoints:   nil,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  4. fess-crawler-es/src/test/java/org/codelibs/fess/crawler/service/impl/EsDataServiceTest.java

            runner = new OpenSearchRunner();
            // create ES nodes
            final String clusterName = UUID.randomUUID().toString();
            runner.onBuild((number, settingsBuilder) -> {
                settingsBuilder.put("http.cors.enabled", true);
                settingsBuilder.put("discovery.type", "single-node");
            }).build(newConfigs().clusterName(clusterName).numOfNode(1));
    
            // wait for yellow status
            runner.ensureYellow();
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go

    	}
    	if f.Password != nil {
    		flags.StringVar(f.Password, flagPassword, *f.Password, "Password for basic authentication to the API server")
    	}
    	if f.ClusterName != nil {
    		flags.StringVar(f.ClusterName, flagClusterName, *f.ClusterName, "The name of the kubeconfig cluster to use")
    	}
    	if f.AuthInfoName != nil {
    		flags.StringVar(f.AuthInfoName, flagAuthInfoName, *f.AuthInfoName, "The name of the kubeconfig user to use")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 11 15:04:11 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/input/istiod_remote.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: empty
      components:
        base:
          enabled: true
        pilot:
          enabled: true
      values:
        global:
          multiCluster:
            clusterName: remote0
          network: network2
          externalIstiod: true
          remotePilotAddress: 169.10.112.88
        istiodRemote:
          injectionURL: https://xxx:15017/inject
        base:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 03 20:33:58 UTC 2021
    - 439 bytes
    - Viewed (0)
  7. pkg/config/analysis/legacy/source/kube/origin.go

    func (o *Origin) Reference() resource.Reference {
    	return o.Ref
    }
    
    // FieldMap implements resource.Origin
    func (o *Origin) FieldMap() map[string]int {
    	return o.FieldsMap
    }
    
    // ClusterName implements resource.Origin
    func (o *Origin) ClusterName() cluster.ID {
    	return o.Cluster
    }
    
    // Position is a representation of the location of a source.
    type Position struct {
    	Filename string // filename, if any
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/extended-custom-grpc-provider-no-namespace-out2.yaml

        - key: istio_ext_authz_shadow_effective_policy_id
        value:
          stringMatch:
            prefix: istio-ext-authz
      grpcService:
        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
          clusterName: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
        timeout: 600s
      statusOnError:
        code: Forbidden
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 589 bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/custom-grpc-provider-no-namespace-out2.yaml

        - key: istio_ext_authz_shadow_effective_policy_id
        value:
          stringMatch:
            prefix: istio-ext-authz
      grpcService:
        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
          clusterName: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
        timeout: 600s
      statusOnError:
        code: Forbidden
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:13 UTC 2023
    - 589 bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_tls_test.go

    											GrpcServices: []*core.GrpcService{
    												{
    													TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    														EnvoyGrpc: &core.GrpcService_EnvoyGrpc{ClusterName: "sds-grpc"},
    													},
    												},
    											},
    										},
    									},
    									InitialFetchTimeout: durationpb.New(time.Second * 0),
    									ResourceApiVersion:  core.ApiVersion_V3,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top