| 60 | } |
| 61 | |
| 62 | type HPAv2beta2 struct { |
| 63 | autoscalingv2beta2.HorizontalPodAutoscaler |
| 64 | Location ks.FileLocation |
| 65 | } |
| 66 | |
| 67 | func (d HPAv2beta2) FileLocation() ks.FileLocation { |
| 68 | return d.Location |
nothing calls this directly
no outgoing calls
no test coverage detected