-
Notifications
You must be signed in to change notification settings - Fork 4
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
tks-client 와 tks-api 연동 #41
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ktkfree
requested review from
zugwan,
intelliguy,
robertchoi80,
seungkyua,
kyuho24,
cho4036 and
Siyeop
March 14, 2023 01:01
ktkfree
force-pushed
the
develop
branch
4 times, most recently
from
March 31, 2023 00:36
775e344
to
9c5128b
Compare
feature. add cloud-setting list api
20230327 appserve http
ktkfree
force-pushed
the
develop
branch
2 times, most recently
from
April 6, 2023 05:32
5de94a2
to
073b86b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
new tks-api 와 연동을 위한 PR 입니다.
tks-client, tksadmin-client 를 tks-client 로 통합하며, 최종 산출물은 tks-client 단일 바이너리를 유지 합니다.
모든 기능은 login 세션이 유지되어야 합니다.
반환되는 모든 결과물은 login 세션에 유효한 값을 반환합니다. 예를들어 organization A 에 등록된 user 는 organization A 에 대한 내용만 반환합니다.
tks login 기능을 추가하였습니다.
tks organization CR 를 추가하였습니다. ( 기존의 contract 를 대체합니다. )
tks cluster CRD 를 추가하였습니다. ( 기존의 cluster 와 동일합니다. )
tks appgroup CRD 를 추가하였습니다. ( 기존의 service 와 동일합니다. )