deis / workflow-manager

Deis Workflow Manager: Cluster First Aid
MIT License
14 stars 15 forks source link

Add k8s fake client w/ standard API + extensions interfaces #96

Open jackfrancis opened 8 years ago

jackfrancis commented 8 years ago

e.g., so we have clients that can invoke both .ReplicationControllers() and .Deployments() in tests

kmala commented 8 years ago

i have done something similar for secrets https://github.com/deis/registry-token-refresher/blob/master/pkg/k8s/secrets.go