Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(registry): support harbor management with tke api #906

Merged

Conversation

Guojian
Copy link
Contributor

@Guojian Guojian commented Nov 13, 2020

1, create registry namespace will create harbor project
2, delete registry namespace will delete harbor project
3, push image to harbor will create tke repository
4, delete tke repository will delete harbor repository
5, harborClient is in pkg/registry/harbor/client and is
generated by swagger-codegen. Command is "swagger-codegen generate
-i swagger.yaml -l go -o client -DpackageName=client
--model-name-prefix=harbor".

What type of PR is this?

/kind feature

@Guojian Guojian marked this pull request as draft November 13, 2020 03:19
@Guojian Guojian force-pushed the feature/harbor-image-management2 branch from 449491f to d95e8af Compare November 13, 2020 06:46
@Guojian Guojian marked this pull request as ready for review November 13, 2020 06:47
@Guojian Guojian force-pushed the feature/harbor-image-management2 branch 4 times, most recently from 4b71930 to 47ee031 Compare November 16, 2020 08:05
1, create registry namespace will create harbor project
2, delete registry namespace will delete harbor project
3, push image to harbor will create tke repository
4, delete tke repository will delete harbor repository
5, harborClient is in pkg/registry/harbor/client and is
   generated by swagger-codegen. Command is "swagger-codegen generate
   -i swagger.yaml -l go -o client -DpackageName=client
   --model-name-prefix=harbor".
6, add docs guide how to use third party harbor as image backend storage
@Guojian Guojian force-pushed the feature/harbor-image-management2 branch from 47ee031 to f296d54 Compare November 16, 2020 09:35
@huxiaoliang huxiaoliang merged commit 991eb95 into tkestack:master Nov 16, 2020
willemswang pushed a commit to willemswang/tke that referenced this pull request Dec 3, 2020
…k#906)

1, create registry namespace will create harbor project
2, delete registry namespace will delete harbor project
3, push image to harbor will create tke repository
4, delete tke repository will delete harbor repository
5, harborClient is in pkg/registry/harbor/client and is
   generated by swagger-codegen. Command is "swagger-codegen generate
   -i swagger.yaml -l go -o client -DpackageName=client
   --model-name-prefix=harbor".
6, add docs guide how to use third party harbor as image backend storage

Co-authored-by: kencchen <kencchen@tencent.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants