Documentation ¶
Overview ¶
Package flb implements the controller for Flomesh Load Balancer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReconciler ¶
func NewReconciler(ctx *fctx.ControllerContext) controllers.Reconciler
NewReconciler returns a new reconciler for Service
Types ¶
type AuthRequest ¶
AuthRequest is the request body for FLB authentication
type AuthResponse ¶
type AuthResponse struct {
Token string `json:"jwt"`
}
AuthResponse is the response body for FLB authentication
type BalancerAPIResponse ¶
type BalancerAPIResponse struct {
LBIPs []string `json:"LBIPs"`
}
BalancerAPIResponse is the response body for FLB API
Click to show internal directories.
Click to hide internal directories.