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 MustCreateTiFlash(ctx context.Context, f *framework.Framework, o *desc.Options, ...) *v1alpha1.TiFlashGroup
- func MustCreateTiKV(ctx context.Context, f *framework.Framework, o *desc.Options, ...) *v1alpha1.TiKVGroup
- 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 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 ¶ added in v2.0.1
func MustCreateTiCDC ¶ added in v2.0.1
func MustCreateTiCDC( ctx context.Context, f *framework.Framework, o *desc.Options, ps ...data.GroupPatch[*v1alpha1.TiCDCGroup], ) *v1alpha1.TiCDCGroup
func MustCreateTiDB ¶ added in v2.0.1
func MustCreateTiFlash ¶ added in v2.0.1
func MustCreateTiFlash( ctx context.Context, f *framework.Framework, o *desc.Options, ps ...data.GroupPatch[*v1alpha1.TiFlashGroup], ) *v1alpha1.TiFlashGroup
func MustCreateTiKV ¶ added in v2.0.1
func MustCreateTiProxy ¶ added in v2.0.1
func MustCreateTiProxy( ctx context.Context, f *framework.Framework, o *desc.Options, ps ...data.GroupPatch[*v1alpha1.TiProxyGroup], ) *v1alpha1.TiProxyGroup
func MustDelete ¶ added in v2.0.1
func MustRollingRestart ¶
func MustUpdate ¶
func TestPDAvailability ¶
func TestTSOAvailability ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.