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

Interface Ingress

domain/kube-score.go:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type Ingress interface {
59 GetTypeMeta() metav1.TypeMeta
60 GetObjectMeta() metav1.ObjectMeta
61 Rules() []networkingv1.IngressRule
62 FileLocationer
63}
64
65type Metas interface {
66 Metas() []BothMeta

Callers 13

decodeItemMethod · 0.65
ScoreFunction · 0.65
containerProbesFunction · 0.65
containerProbesIdenticalFunction · 0.65
decodeItemMethod · 0.65
ScoreFunction · 0.65
serviceTargetsPodFunction · 0.65
hpaDeploymentNoReplicasFunction · 0.65

Implementers 3

IngressV1parser/internal/ingress.go
IngressV1beta1parser/internal/ingress.go
ExtensionsIngressV1beta1parser/internal/ingress.go

Calls

no outgoing calls

Tested by

no test coverage detected