Documentation
¶
Index ¶
- func CleanUpGlobalRepo(runcnx *params.Run, globalNS string) error
- func CreateGlobalRepo(ctx context.Context) (context.Context, string, *params.Run, error)
- func CreateNS(ctx context.Context, targetNS string, cs *params.Run) error
- func CreateRepo(ctx context.Context, targetNS string, cs *params.Run, ...) error
- func NSTearDown(ctx context.Context, t *testing.T, runcnx *params.Run, targetNS string)
- func SetConcurrencyLimit(ctx context.Context, t *testing.T, runcnx *params.Run, ns, name string, ...)
- func UpdateRepo(ctx context.Context, repoName, targetNs string, clients clients.Clients) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanUpGlobalRepo ¶ added in v0.28.1
func CreateGlobalRepo ¶ added in v0.28.1
func CreateRepo ¶
func CreateRepo(ctx context.Context, targetNS string, cs *params.Run, repository *pacv1alpha1.Repository) error
func NSTearDown ¶
func SetConcurrencyLimit ¶ added in v0.50.0
func SetConcurrencyLimit(ctx context.Context, t *testing.T, runcnx *params.Run, ns, name string, limit *int)
SetConcurrencyLimit changes the concurrency limit of a Repository, or removes it entirely when limit is nil. Nothing else about the Repository is touched, so a test can be sure that any queue movement it observes afterwards was caused by the limit change and not by an unrelated event.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.