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

Struct HPAv2beta2

parser/internal/hpa.go:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type HPAv2beta2 struct {
63 autoscalingv2beta2.HorizontalPodAutoscaler
64 Location ks.FileLocation
65}
66
67func (d HPAv2beta2) FileLocation() ks.FileLocation {
68 return d.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected