| 12 | ) |
| 13 | |
| 14 | type Appsv1Deployment struct { |
| 15 | Obj appsv1.Deployment |
| 16 | Location ks.FileLocation |
| 17 | } |
| 18 | |
| 19 | func (d Appsv1Deployment) FileLocation() ks.FileLocation { |
| 20 | return d.Location |
nothing calls this directly
no outgoing calls
no test coverage detected