Add client code
This commit is contained in:

committed by
Vishnu Kannan

parent
b0679f18bc
commit
4a148f99d6
@@ -114,6 +114,10 @@ func (c *Fake) ReplicationControllers(namespace string) client.ReplicationContro
|
||||
return &FakeReplicationControllers{Fake: c, Namespace: namespace}
|
||||
}
|
||||
|
||||
func (c *Fake) Daemons(namespace string) client.DaemonInterface {
|
||||
return &FakeDaemons{Fake: c, Namespace: namespace}
|
||||
}
|
||||
|
||||
func (c *Fake) Nodes() client.NodeInterface {
|
||||
return &FakeNodes{Fake: c}
|
||||
}
|
||||
|
Reference in New Issue
Block a user