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

Interface Service

domain/kube-score.go:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82type Service interface {
83 Service() corev1.Service
84 FileLocationer
85}
86
87type Services interface {
88 Services() []Service

Callers 6

ScoreFunction · 0.65
isTargetedByServiceFunction · 0.65
deploymentReplicasFunction · 0.65

Implementers 2

Serviceparser/internal/service/pod.go
servicescore/apps/apps_test.go

Calls

no outgoing calls

Tested by

no test coverage detected