-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Kubernetes clone server group operation #245
Conversation
newDescription.loadBalancers = [] | ||
newDescription.securityGroups = [] | ||
ancestorServerGroup.spec?.template?.metadata?.labels?.each { key, val -> | ||
if (key.startsWith("load-balancer-")) { |
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.
You should move this logic into KubernetesUtil
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.
done
@spinnaker/google addressed all comments, ptal |
|
||
CloneKubernetesAtomicOperationDescription description | ||
|
||
/* |
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.
Indentation is off for comment.
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.
done
LGTM. Please rebase and squash all commits. |
33db473
to
7d888f8
Compare
7d888f8
to
a4772c4
Compare
Kubernetes clone server group operation
✨ |
@spinnaker/google