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

ALIBABA Dirver Tag handler feature #1254

Merged
merged 4 commits into from
Jul 25, 2024
Merged

Conversation

MZC-CSC
Copy link
Contributor

@MZC-CSC MZC-CSC commented Jul 25, 2024

작업내용

  • 지원하는 자원별 TagList 추가, 조회 개발

  • ALIBABA tag 지원 자원 VM, VPC, SUBNET, SG, KEYPAIR, NLB, DISK, MYIMAGE, CLUSTER

  • 인터페이스 개발

    • type DescribeVpcsResponse struct
    • type DescribeVSwitchesResponse struct
  • Func 개발

    • Tag 추가 : AddTag(resType irs.RSType, resIID irs.IID, tag irs.KeyValue) (irs.KeyValue, error)
    • Tag 목록 : ListTag(resType irs.RSType, resIID irs.IID) ([]irs.KeyValue, error)
    • Tag 정보 : GetTag(resType irs.RSType, resIID irs.IID, key string) (irs.KeyValue, error)
    • Tag 삭제 : RemoveTag(resType irs.RSType, resIID irs.IID, key string) (bool, error)
    • Tag 찾기 : FindTag(resType irs.RSType, keyword string) ([]*irs.TagInfo, error)
  • 추가내용 :

  • taghandler.go struct 세부화 및 RSType 수정

  • test_resource.go 한글 -> 영어

  • ALIBABA Test_Resource 테스트 수행

  • 특이사항 : alibaba cloud 태그 검색 시 LIKE 기능 지원하지 않음 -> 추후 추가예정

@SungWoongz
Copy link
Contributor

@powerkimhub

  • 추가 보완내용이 있어 다시 올렸습니다.

@powerkimhub powerkimhub self-requested a review July 25, 2024 06:09
@powerkimhub powerkimhub merged commit 9d7db35 into cloud-barista:master Jul 25, 2024
3 checks passed
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.

3 participants