Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceEndpoint ¶
ServiceEndpoint is the Host/Port of the K8s endpoint.
var Endpoint ServiceEndpoint
Endpoint is the default ServiceEndpoint learned from environment variables.
func (ServiceEndpoint) CNIAPIRoot ¶
func (k8s ServiceEndpoint) CNIAPIRoot() string
func (ServiceEndpoint) EnvVars ¶
func (k8s ServiceEndpoint) EnvVars() []v1.EnvVar
EnvVars returns a slice of v1.EnvVars KUBERNETES_SERVICE_HOST/PORT if the Host and Port of the ServiceEndpoint were set. It returns a nil slice if either was empty as both need to be set.
Click to show internal directories.
Click to hide internal directories.