Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerCtx ¶
type Manager ¶
type Manager interface { UpsertPod(nsn types.NamespacedName, pod *corev1.Pod) DeletePod(nsn types.NamespacedName) GetPod(nsn types.NamespacedName) (*PodCtx, error) ListPods() map[string]PodCtx UpsertContainer(nsn types.NamespacedName, containerName string, c *ContainerCtx) }
func NewManager ¶
func NewManager() Manager
type PodCtx ¶
type PodCtx struct { HostIP string HostConnectivity invv1alpha1.HostConnectivity Containers map[string]ContainerCtx }
Click to show internal directories.
Click to hide internal directories.