Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointPortInfo ¶ added in v0.0.3
type EndpointPortInfo struct {
EndpointPort discoveryv1.EndpointPort
ContainerPort corev1.ContainerPort
}
Holds a mapping between a container port and it's corresponding endpointslice Port.
type EndpointSlicesExporter ¶
func (*EndpointSlicesExporter) LoadExposedEndpointSlicesInfo ¶ added in v0.0.3
func (ep *EndpointSlicesExporter) LoadExposedEndpointSlicesInfo() error
load endpoint slices for services from type loadbalancer and node port, or with port specified with hostNetwork or hostPort.
func (*EndpointSlicesExporter) ToComDetails ¶
func (ep *EndpointSlicesExporter) ToComDetails() ([]types.ComDetails, error)
type EndpointSlicesInfo ¶
type EndpointSlicesInfo struct {
EndpointSlice discoveryv1.EndpointSlice
Service corev1.Service
Pods []corev1.Pod
}
type NoOwnerRefErr ¶
type NoOwnerRefErr struct {
// contains filtered or unexported fields
}
func (*NoOwnerRefErr) Error ¶
func (e *NoOwnerRefErr) Error() string
Click to show internal directories.
Click to hide internal directories.