Set Status.DaemonEndpoints.KubeletEndpoint.Port to KUBELET_PORT

This commit is contained in:
Rita Zhang
2017-12-20 19:13:56 -08:00
parent 4aeb63892e
commit 04db926faa
4 changed files with 33 additions and 3 deletions

View File

@@ -235,6 +235,12 @@ func (p *HyperProvider) NodeAddresses() []v1.NodeAddress {
return nil
}
// NodeDaemonEndpoints returns NodeDaemonEndpoints for the node status
// within Kuberentes.
func (p *HyperProvider) NodeDaemonEndpoints() *v1.NodeDaemonEndpoints {
return nil
}
// OperatingSystem returns the operating system for this provider.
// This is a noop to default to Linux for now.
func (p *HyperProvider) OperatingSystem() string {