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

@@ -44,6 +44,10 @@ type Provider interface {
// within Kuberentes.
NodeAddresses() []v1.NodeAddress
// NodeDaemonEndpoints returns NodeDaemonEndpoints for the node status
// within Kuberentes.
NodeDaemonEndpoints() *v1.NodeDaemonEndpoints
// OperatingSystem returns the operating system the provider is for.
OperatingSystem() string
}