Make client.Interface contain EndpointsNamespacer

This commit is contained in:
Paul Morie
2014-11-13 09:25:47 -05:00
parent d4108ec47e
commit 47b0f3333e
2 changed files with 4 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ type Interface interface {
PodsNamespacer
ReplicationControllersNamespacer
ServicesNamespacer
EndpointsNamespacer
VersionInterface
MinionsInterface
EventsInterface