package
2.1.4+incompatible
Repository: https://github.com/shivkb/contiv-vpp.git
Documentation: pkg.go.dev

# Functions

GetID returns ID of a service.
Key returns the key under which the given service is stored in the data-store.
KeyPrefix returns the key prefix identifying all K8s services in the data store.
ParseServiceFromKey parses service and namespace ids from the associated data-store key.

# Constants

No description provided by the author
No description provided by the author
ServiceKeyword defines the keyword identifying Service data.

# Variables

No description provided by the author
No description provided by the author

# Structs

ID used to uniquely represent a K8s Service.
Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.
ServicePort contains information on service's port.
Number or name of the port to access on the pods targeted by the service.

# Type aliases

No description provided by the author