Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for discoveryrest (0.15 sec)

  1. 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)
  2. 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)
  3. 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