Documentation
¶
Index ¶
- func MustCreatePD(ctx context.Context, f *framework.Framework, o *desc.Options, ...) *v1alpha1.PDGroup
- func MustCreateTiCDC(ctx context.Context, f *framework.Framework, o *desc.Options, ...) *v1alpha1.TiCDCGroup
- func MustCreateTiDB(ctx context.Context, f *framework.Framework, o *desc.Options, ...) *v1alpha1.TiDBGroup
- func MustCreateTiKV(ctx context.Context, f *framework.Framework, o *desc.Options, ...) *v1alpha1.TiKVGroup
- func MustCreateTiKVWorker(ctx context.Context, f *framework.Framework, o *desc.Options, ...) *v1alpha1.TiKVWorkerGroup
- func MustCreateTiProxy(ctx context.Context, f *framework.Framework, o *desc.Options, ...) *v1alpha1.TiProxyGroup
- func MustDelete(ctx context.Context, f *framework.Framework, obj client.Object)
- func MustRollingRestart[S scope.Group[F, T], F client.Object, T runtime.Group](ctx context.Context, f *framework.Framework, obj F)
- func MustScale[S scope.Group[F, T], F client.Object, T runtime.Group](ctx context.Context, f *framework.Framework, obj F, replicas int32)
- func MustScaleAndRollingRestart[S scope.Group[F, T], F client.Object, T runtime.Group](ctx context.Context, f *framework.Framework, obj F, replicas int32)
- func MustUpdate[S scope.Group[F, T], F client.Object, T runtime.Group](ctx context.Context, f *framework.Framework, obj F, ...)
- func MustUpdateCluster(ctx context.Context, f *framework.Framework, patches ...data.ClusterPatch)
- func TestPDAvailability(ctx context.Context, f *framework.Framework, pdg *v1alpha1.PDGroup, ...)
- func TestTSOAvailability(ctx context.Context, f *framework.Framework, tg *v1alpha1.TSOGroup, ...)
- func TestTiDBAvailability(ctx context.Context, f *framework.Framework, ep string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustCreatePD ¶
func MustCreateTiCDC ¶
func MustCreateTiCDC( ctx context.Context, f *framework.Framework, o *desc.Options, ps ...data.GroupPatch[*v1alpha1.TiCDCGroup], ) *v1alpha1.TiCDCGroup
func MustCreateTiDB ¶
func MustCreateTiKV ¶
func MustCreateTiKVWorker ¶
func MustCreateTiKVWorker( ctx context.Context, f *framework.Framework, o *desc.Options, ps ...data.GroupPatch[*v1alpha1.TiKVWorkerGroup], ) *v1alpha1.TiKVWorkerGroup
func MustCreateTiProxy ¶
func MustCreateTiProxy( ctx context.Context, f *framework.Framework, o *desc.Options, ps ...data.GroupPatch[*v1alpha1.TiProxyGroup], ) *v1alpha1.TiProxyGroup
func MustRollingRestart ¶
func MustUpdate ¶
func MustUpdateCluster ¶
func TestPDAvailability ¶
func TestTSOAvailability ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.