cloudfoundry/cf-k8s-controllers

View on GitHub
api/repositories/image_repository.go

Summary

Maintainability
A
35 mins
Test Coverage
B
87%

Method ImageRepository.UploadSourceImage has 6 arguments (exceeds 5 allowed). Consider refactoring.
Open

func (r *ImageRepository) UploadSourceImage(ctx context.Context, authInfo authorization.Info, imageRef string, srcReader io.Reader, spaceGUID string, tags ...string) (string, error) {
Severity: Minor
Found in api/repositories/image_repository.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status