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

Struct Service

parser/internal/service/pod.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Service struct {
10 Obj v1.Service
11 Location ks.FileLocation
12}
13
14func (p Service) Service() v1.Service {
15 return p.Obj

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected