Bug Fixes (#329)

This commit is contained in:
Robbie Zhang
2018-08-27 11:53:59 -07:00
committed by GitHub
parent 7442189e77
commit b019ec5549
2 changed files with 2 additions and 2 deletions

View File

@@ -443,7 +443,7 @@ func (p *HyperProvider) NodeAddresses() []v1.NodeAddress {
// NodeDaemonEndpoints returns NodeDaemonEndpoints for the node status
// within Kubernetes.
func (p *HyperProvider) NodeDaemonEndpoints() *v1.NodeDaemonEndpoints {
return nil
return &v1.NodeDaemonEndpoints{}
}
// OperatingSystem returns the operating system for this provider.