Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
type
Service
struct
{
10
Obj v1.Service
11
Location ks.FileLocation
12
}
13
14
func
(p Service) Service() v1.Service {
15
return
p.Obj
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected