MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / GetPodNetworkStatus

Method GetPodNetworkStatus

network/plugins.go:80–80  ·  view source on GitHub ↗

GetPodNetworkStatus is the method called to obtain the ipv4 or ipv6 addresses of the container

(
		namespace string,
		name string,
		podSandboxID config.ContainerID,
	)

Source from the content-addressed store, hash-verified

78
79 // GetPodNetworkStatus is the method called to obtain the ipv4 or ipv6 addresses of the container
80 GetPodNetworkStatus(
81 namespace string,
82 name string,
83 podSandboxID config.ContainerID,

Callers 6

GetPodNetworkStatusMethod · 0.65
TestCNIPluginFunction · 0.65
TestPluginManagerFunction · 0.65
TestGetPodNetworkStatusFunction · 0.65
TestSetUpPodFailureFunction · 0.65
getIPsFromPluginMethod · 0.65

Implementers 5

NoopNetworkPluginnetwork/plugins.go
MockNetworkPluginnetwork/testing/mock_network_plugin.go
_MockNetworkPluginRecordernetwork/testing/mock_network_plugin.go
hookableFakeNetworkPluginnetwork/testing/plugins_test.go
kubenetNetworkPluginnetwork/kubenet/kubenet_linux.go

Calls

no outgoing calls

Tested by 4

TestCNIPluginFunction · 0.52
TestPluginManagerFunction · 0.52
TestGetPodNetworkStatusFunction · 0.52
TestSetUpPodFailureFunction · 0.52