| 37 | } |
| 38 | |
| 39 | type PodSpecer interface { |
| 40 | FileLocationer |
| 41 | GetTypeMeta() metav1.TypeMeta |
| 42 | GetObjectMeta() metav1.ObjectMeta |
| 43 | GetPodTemplateSpec() corev1.PodTemplateSpec |
| 44 | } |
| 45 | |
| 46 | type FileLocationer interface { |
| 47 | FileLocation() FileLocation |
nothing calls this directly
no outgoing calls
no test coverage detected