go-harbor icon indicating copy to clipboard operation
go-harbor copied to clipboard

The results of clientset invoking repositories resources do not match

Open wck821829906 opened this issue 9 months ago • 2 comments

  1. Scenerio

result, err := clientSet.V2.Repositories(projectName).List(&query)

  1. Expected result the result of filed repository_id match actual with harbor

  2. Actual result The response result of "repository_id" field for all repositories are 0 image

wck821829906 avatar Apr 30 '24 07:04 wck821829906