Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 312 for clustername (0.28 sec)

  1. samples/kind-lb/setupkind.sh

    }
    
    # Setup default values
    CLUSTERNAME="cluster1"
    K8SRELEASE=""
    IPSPACE=255
    IPFAMILY="ipv4"
    MODE="sidecar"
    NUMNODES=""
    PODSUBNET=""
    SERVICESUBNET=""
    IPV6GW=false
    
    # Handling parameters
    while [[ $# -gt 0 ]]; do
      optkey="$1"
      case $optkey in
        -n|--cluster-name)
          CLUSTERNAME="$2"; shift 2;;
        -r|--k8s-release)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 02 19:08:19 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/entity/PingResponse.java

        private final int status;
    
        private final String clusterName;
    
        private final String clusterStatus;
    
        private String message = StringUtil.EMPTY;
    
        public PingResponse(final ClusterHealthResponse response) {
            status = response.getStatus() == ClusterHealthStatus.RED ? 1 : 0;
            clusterName = response.getClusterName();
            clusterStatus = response.getStatus().toString();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_cache.go

    		eb = endpoints.NewCDSEndpointBuilder(
    			proxy,
    			cb.req.Push,
    			clusterName,
    			model.TrafficDirectionOutbound, "", service.Hostname, port.Port,
    			service, dr,
    		)
    	}
    	return clusterCache{
    		clusterName:     clusterName,
    		proxyVersion:    cb.proxyVersion,
    		locality:        cb.locality,
    		proxyClusterID:  cb.clusterID,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/componentconfigs/fakeconfig_test.go

    	// with a well known value of clusterName (in this case `foo`)
    	currentFooClusterConfig = fmt.Sprintf(`
    		apiVersion: %s
    		kind: ClusterConfiguration
    		clusterName: foo
    	`, kubeadmapiv1.SchemeGroupVersion)
    
    	// oldFooClusterConfig is a minimal unsupported ClusterConfiguration
    	// with a well known value of clusterName (in this case `foo`)
    	oldFooClusterConfig = fmt.Sprintf(`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  5. pkg/kube/client_config.go

    		APIVersion:  "v1",
    		Preferences: api.Preferences{},
    		Clusters: map[string]*api.Cluster{
    			clusterName: newCluster(&c.restConfig),
    		},
    		AuthInfos: map[string]*api.AuthInfo{
    			authInfoName: newAuthInfo(&c.restConfig),
    		},
    		Contexts: map[string]*api.Context{
    			contextName: {
    				Cluster:  clusterName,
    				AuthInfo: authInfoName,
    			},
    		},
    		CurrentContext: contextName,
    	}
    
    	return cfg, nil
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 17 16:52:06 UTC 2020
    - 3.1K bytes
    - Viewed (0)
  6. pkg/model/authentication.go

    					TransportApiVersion:       core.ApiVersion_V3,
    					GrpcServices: []*core.GrpcService{
    						{
    							TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    								EnvoyGrpc: &core.GrpcService_EnvoyGrpc{ClusterName: SDSClusterName},
    							},
    						},
    					},
    				},
    			},
    			ResourceApiVersion:  core.ApiVersion_V3,
    			InitialFetchTimeout: durationpb.New(time.Second * 0),
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/multicluster_analyzers_test.go

    }
    
    func (f *fakeClientImpl) ClusterID() cluster.ID {
    	return f.clusterID
    }
    
    func addStore(sa *local.IstiodAnalyzer, clusterName string, yamls []string) error {
    	client := &fakeClientImpl{
    		CLIClient: kube.NewFakeClient(),
    		clusterID: cluster.ID(clusterName),
    	}
    	// Gather test files
    	src := file.NewKubeSource(collections.All)
    	for i, yamlFile := range yamls {
    		data, err := os.ReadFile(yamlFile)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/discovery/token/token.go

    func buildInsecureBootstrapKubeConfig(endpoint, clustername string) *clientcmdapi.Config {
    	controlPlaneEndpoint := fmt.Sprintf("https://%s", endpoint)
    	bootstrapConfig := kubeconfigutil.CreateBasic(controlPlaneEndpoint, clustername, BootstrapUser, []byte{})
    	bootstrapConfig.Clusters[clustername].InsecureSkipTLSVerify = true
    	return bootstrapConfig
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  9. pkg/test/framework/components/istio/installer.go

    	}
    	for clusterName, manifests := range i.manifests {
    		clusterDir := path.Join(manifestsDir, clusterName)
    		if err := os.Mkdir(manifestsDir, 0o700); err != nil {
    			scopes.Framework.Errorf("Unable to create directory for dumping %s install manifests: %v", clusterName, err)
    		}
    		for i, manifest := range manifests {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  10. pkg/config/resource/origin.go

    	// and their corresponding line numbers as values
    	FieldMap() map[string]int
    	Comparator() string
    
    	// ClusterName returns the cluster name where the resource is located
    	ClusterName() cluster.ID
    }
    
    // Reference provides more information about an Origin. This is also source-implementation dependent.
    type Reference interface {
    	String() string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top