-
Notifications
You must be signed in to change notification settings - Fork 52
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: [k8scluster] support k8snodegroupDynamic #1930
FEAT: [k8scluster] support k8snodegroupDynamic #1930
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sykim-etri Thanks! a minor comment here. :)
// @Success 200 {object} model.TbK8sNodeGroupInfo | ||
// @Failure 404 {object} model.SimpleMsg | ||
// @Failure 500 {object} model.SimpleMsg | ||
// @Router /ns/{nsId}/k8scluster/{k8sClusterId}/k8snodegroupDynamic [post] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// @Router /ns/{nsId}/k8scluster/{k8sClusterId}/k8snodegroupDynamic [post] | |
// @Router /ns/{nsId}/k8scluster/{k8sClusterId}/k8sNodeGroupDynamic [post] |
need to keep api path lowerCamelCase for consistency.
(later, please check other API paths as well)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
관련 API path들을 검토하여 lowerCamelCase 형식으로 업데이트하였습니다.
o API changes - (add) /ns/{nsId}/k8snodegroupDynamic o others - enable aws for k8scluster - fix some bugs related to k8sclusterDynamic - when creating shared subnets, try to assign different zone - update API path as lowerCamelCase for consistency
593ac94
to
6a17833
Compare
@sykim-etri Thank! |
/approve |
본 PR은 k8sclusterDynamic API를 통해 생성한 k8scluster를 대상으로 k8snodegroup을 동적으로 생성할 수 있는 k8snodegroupDynamic API를 지원합니다.
o API changes
o others