package
2.1.4+incompatible
Repository: https://github.com/shivkb/contiv-vpp.git
Documentation: pkg.go.dev
# Functions
GetID returns ID of a pod.
Key returns the key under which a given K8s pod is stored in the data store.
KeyPrefix returns the key prefix identifying all K8s Pods in the data store.
ParsePodFromKey parses pod and namespace ids from the associated data-store key.
# Constants
No description provided by the author
No description provided by the author
PodKeyword defines the keyword identifying Pod data.
# Variables
No description provided by the author
No description provided by the author
# Structs
ID used to uniquely represent a K8s Pod.
Pod is a collection of containers that can run on a host.
A single application container run within a pod.
Port represents a network port in a single container.
Label is a key/value pair attached to an object (pod in this case).
# Type aliases
Protocol defines network protocols supported for container ports.