Documentation
¶
Index ¶
- func Cleanup(t *testing.T, ctx context.Context, cli client.Client, obj client.Object)
- func CleanupStep(t *testing.T, name string, cli client.Client, objs ...client.Object) flow.Steper
- func CreateStep(t *testing.T, name string, cli client.Client, obj client.Object) flow.Steper
- func DeleteStep(t *testing.T, name string, cli client.Client, obj client.Object) flow.Steper
- func NewClient(t *testing.T) client.Client
- func NewComposition(name, ns string, opts ...CompositionOption) *apiv1.Composition
- func NewMinimalSynthesizer(name string, opts ...SynthesizerOption) *apiv1.Synthesizer
- func NewSymphony(name, ns string, synthNames ...string) *apiv1.Symphony
- func ToCommand(objs ...client.Object) []string
- func UniqueName(prefix string) string
- func WaitForCompositionReady(t *testing.T, ctx context.Context, cli client.Client, key types.NamespacedName, ...)
- func WaitForCompositionResynthesized(t *testing.T, ctx context.Context, cli client.Client, key types.NamespacedName, ...)
- func WaitForResourceDeleted(t *testing.T, ctx context.Context, cli client.Client, obj client.Object, ...)
- func WaitForResourceExists(t *testing.T, ctx context.Context, cli client.Client, obj client.Object, ...)
- func WaitForSymphonyReady(t *testing.T, ctx context.Context, cli client.Client, key types.NamespacedName, ...)
- type CompositionOption
- type SynthesizerOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanupStep ¶
CleanupStep returns a workflow step that cleans up the given objects.
func CreateStep ¶
func CreateStep(t *