Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for discoveryrest (0.18 sec)

  1. src/cmd/go/internal/vcs/discovery_test.go

    Jay Conrod <******@****.***> 1599072782 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 11 18:14:49 UTC 2020
    - 3.4K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/mock/discovery_test.go

    yanggang <******@****.***> 1673285629 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 09 17:33:49 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  3. pilot/pkg/xds/discovery_test.go

    Kuat <******@****.***> 1714436805 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/discovery/discovery_test.go

    Lubomir I. Ivanov <******@****.***> 1704030783 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. pilot/pkg/model/cluster_local.go

    	}
    
    	if discoveryHost, _, err := e.GetDiscoveryAddress(); err != nil {
    		log.Errorf("failed to make discoveryAddress cluster-local: %v", err)
    	} else {
    		if !strings.HasSuffix(string(discoveryHost), domainSuffix) {
    			discoveryHost += host.Name("." + domainSuffix)
    		}
    		defaultClusterLocalHosts = append(defaultClusterLocalHosts, discoveryHost)
    	}
    
    	// Collect the cluster-local hosts.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 20 12:54:10 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  6. pkg/bootstrap/option/instances.go

    }
    
    func Metadata(meta *model.BootstrapNodeMetadata) Instance {
    	return newOption("metadata", meta)
    }
    
    func STSEnabled(value bool) Instance {
    	return newOption("sts", value)
    }
    
    func DiscoveryHost(value string) Instance {
    	return newOption("discovery_host", value)
    }
    
    func MetadataDiscovery(value bool) Instance {
    	return newOption("metadata_discovery", value)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top