Job clients, printer and describer

This commit is contained in:
Maciej Szulik
2015-08-21 16:23:12 +02:00
parent c9570e34d0
commit 1b46bc010a
9 changed files with 420 additions and 3 deletions

View File

@@ -261,3 +261,7 @@ func (c *FakeExperimental) Deployments(namespace string) client.DeploymentInterf
func (c *FakeExperimental) Scales(namespace string) client.ScaleInterface {
return &FakeScales{Fake: c, Namespace: namespace}
}
func (c *FakeExperimental) Jobs(namespace string) client.JobInterface {
panic("unimplemented")
}