()
| 252 | func SampleSetObject() client.Object { return &v1alpha1.SampleSet{} } |
| 253 | |
| 254 | func SampleJobObject() client.Object { return &v1alpha1.SampleJob{} } |
| 255 | |
| 256 | // ObjectKey func(c *Controller) client.ObjectKey |
| 257 |
nothing calls this directly
no outgoing calls
no test coverage detected