MCPcopy
hub / github.com/zegl/kube-score / HPAv1

Struct HPAv1

parser/internal/hpa.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type HPAv1 struct {
14 autoscalingv1.HorizontalPodAutoscaler
15 Location ks.FileLocation
16}
17
18func (d HPAv1) FileLocation() ks.FileLocation {
19 return d.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected