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

Add delete all default resource feature #942

Merged
merged 7 commits into from
Nov 9, 2021

Conversation

seokho-son
Copy link
Member

  • substring match로 delete all mcis 에 대한 조건 지원
  • default resources (sg, key, vnet) 을 순서에 맞추서 모두 삭제하는 기능 추가
  • API 출력 결과를 항목별로 제공
  • idList JSON tag 를 output 으로 변경

http://localhost:1323/tumblebug/ns/ns01/defaultResouces

{
  "ouput": [
    "securityGroup: ns01-systemdefault-aws-ap-northeast-2  [DELETED]",
    "sshKey: ns01-systemdefault-aws-ap-northeast-2  [DELETED]",
    "vNet: ns01-systemdefault-aws-ap-northeast-2  [DELETED]"
  ]
}

@jihoon-seo jihoon-seo merged commit fa6f10e into cloud-barista:main Nov 9, 2021
@jihoon-seo jihoon-seo mentioned this pull request Dec 3, 2021
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.

2 participants