| 11 | ) |
| 12 | |
| 13 | type HPAv1 struct { |
| 14 | autoscalingv1.HorizontalPodAutoscaler |
| 15 | Location ks.FileLocation |
| 16 | } |
| 17 | |
| 18 | func (d HPAv1) FileLocation() ks.FileLocation { |
| 19 | return d.Location |
nothing calls this directly
no outgoing calls
no test coverage detected