Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProberClient ¶
type ProberClient interface {
Ready(ctx context.Context) (bool, error)
GetSeeds(ctx context.Context, host string) ([]string, error)
UpdateSeeds(ctx context.Context, seeds []string) error
GetDCs(ctx context.Context, host string) ([]v1alpha1.DC, error)
UpdateDCs(ctx context.Context, dcs []v1alpha1.DC) error
UpdateRegionStatus(ctx context.Context, ready bool) error
RegionReady(ctx context.Context, host string) (bool, error)
ReaperReady(ctx context.Context, host string) (bool, error)
UpdateReaperStatus(ctx context.Context, ready bool) error
GetRegionIPs(ctx context.Context, host string) ([]string, error)
UpdateRegionIPs(ctx context.Context, ips []string) error
GetReaperIPs(ctx context.Context, host string) ([]string, error)
UpdateReaperIPs(ctx context.Context, ips []string) error
}
func NewProberClient ¶
Click to show internal directories.
Click to hide internal directories.