MCPcopy
hub / github.com/kubernetes/kubernetes / IPSetVersioner

Interface IPSetVersioner

pkg/proxy/ipvs/ipset.go:88–91  ·  view source on GitHub ↗

IPSetVersioner can query the current ipset version.

Source from the content-addressed store, hash-verified

86
87// IPSetVersioner can query the current ipset version.
88type IPSetVersioner interface {
89 // returns "X.Y"
90 GetVersion() (string, error)
91}
92
93// IPSet wraps util/ipset which is used by IPVS proxier.
94type IPSet struct {

Callers 6

cleanupLeftoversFunction · 0.65
CanUseIPVSProxierFunction · 0.65
NewProxierFunction · 0.65
getNFTablesInterfaceFunction · 0.65
runFunction · 0.65

Implementers 12

fakeIPSetVersionerpkg/proxy/ipvs/proxier_test.go
runnerpkg/proxy/ipvs/ipset/ipset.go
FakeIPSetpkg/proxy/ipvs/ipset/testing/fake.go
VersionRequeststaging/src/k8s.io/kms/apis/v1beta1/ap
VersionResponsestaging/src/k8s.io/kms/apis/v1beta1/ap
DecryptRequeststaging/src/k8s.io/kms/apis/v1beta1/ap
EncryptRequeststaging/src/k8s.io/kms/apis/v1beta1/ap
StatusResponsestaging/src/k8s.io/kms/apis/v2/api.pb.
VersionRequeststaging/src/k8s.io/cri-api/pkg/apis/ru
VersionResponsestaging/src/k8s.io/cri-api/pkg/apis/ru
RegisterRequeststaging/src/k8s.io/kubelet/pkg/apis/de
RegisterRequeststaging/src/k8s.io/kubelet/pkg/apis/de

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…