| 33 | } |
| 34 | |
| 35 | type Appsv1beta2DaemonSet struct { |
| 36 | appsv1beta2.DaemonSet |
| 37 | Location ks.FileLocation |
| 38 | } |
| 39 | |
| 40 | func (d Appsv1beta2DaemonSet) FileLocation() ks.FileLocation { |
| 41 | return d.Location |
nothing calls this directly
no outgoing calls
no test coverage detected