We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@seokho-son @sykim-etri (@MZC-CSC )
[개요]
[API 변경 요약]
NameSpace 관련 기능/코드 제거
curl --location 'localhost:1024/spider/nscluster' \ --data '{ "_NameSpace": "pmks-test", "ConnectionNames": [ "tencent-seoul1-config" ] }'
일관성 위해 반환 정보를 기존 자원(VPC 등)들과 동일한 포맷으로 정정
{ "Connection": "tencent-seoul1-config", "ClusterInfo": { "IId": { "NameId": "myk8scluser-01", "SystemId": "cls-ma2cu9n3" }, ... 중략 ...
{ "IId": { "NameId": "myk8scluser-01", "SystemId": "cls-ma2cu9n3" }, ... 중략 ...
The text was updated successfully, but these errors were encountered:
제 관점에서는 특별히 문제 없어 보입니다. :) @sykim-etri 께서 최종확인해 주시면 될 것 같습니다.
Sorry, something went wrong.
특별한 이슈는 없습니다. 완료 후 안내주시면 반영하도록 하겠습니다.
https://github.com/cloud-barista/cb-spider/releases/tag/v0.9.4
[k8scluster] apply changes from CB-SP API update
63ef481
o CB-SP API update - cloud-barista/cb-spider#1319
powerkimhub
No branches or pull requests
@seokho-son @sykim-etri (@MZC-CSC )
[개요]
[API 변경 요약]
NameSpace 관련 기능/코드 제거
일관성 위해 반환 정보를 기존 자원(VPC 등)들과 동일한 포맷으로 정정
The text was updated successfully, but these errors were encountered: