(foo *samplecontroller.Foo)
| 237 | } |
| 238 | |
| 239 | func (f *fixture) expectUpdateFooStatusAction(foo *samplecontroller.Foo) { |
| 240 | action := core.NewUpdateSubresourceAction(schema.GroupVersionResource{Resource: "foos"}, "status", foo.Namespace, foo) |
| 241 | f.actions = append(f.actions, action) |
| 242 | } |
| 243 | |
| 244 | func getRef(foo *samplecontroller.Foo, t *testing.T) cache.ObjectName { |
| 245 | ref := cache.MetaObjectToName(foo) |
no outgoing calls
no test coverage detected