Documentation ¶
Index ¶
- type GrpcServer
- type ShardingConfigReconciler
- func (r *ShardingConfigReconciler) AutoSharding(ctx context.Context, root *ctrlmeshv1alpha1.ShardingConfig) error
- func (r *ShardingConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, retErr error)
- func (r *ShardingConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcServer ¶
type GrpcServer struct {
// contains filtered or unexported fields
}
func (*GrpcServer) Register ¶
func (s *GrpcServer) Register(ctx context.Context, stream *connect.BidiStream[ctrlmeshproto.ProxyStatus, ctrlmeshproto.ProxySpec]) error
type ShardingConfigReconciler ¶
func (*ShardingConfigReconciler) AutoSharding ¶
func (r *ShardingConfigReconciler) AutoSharding(ctx context.Context, root *ctrlmeshv1alpha1.ShardingConfig) error
func (*ShardingConfigReconciler) SetupWithManager ¶
func (r *ShardingConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.