Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointAddress ¶
type EndpointAddress struct {
IP string `json:"ip"`
}
type EndpointSubset ¶
type EndpointSubset struct {
Addresses []EndpointAddress `json:"addresses"`
}
type Endpoints ¶
type Endpoints struct { Metadata Metadata `json:"metadata"` Subsets []EndpointSubset `json:"subsets"` }
type K8sClient ¶
type WatchEndpointsCallback ¶
Click to show internal directories.
Click to hide internal directories.