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

Struct Appsv1Deployment

parser/internal/deployment.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Appsv1Deployment struct {
15 Obj appsv1.Deployment
16 Location ks.FileLocation
17}
18
19func (d Appsv1Deployment) FileLocation() ks.FileLocation {
20 return d.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected