refactor(k8s/configurations): add refactor note

pull/4214/head
Anthony Lapenna 2020-08-15 12:12:56 +12:00
parent 877e2baf59
commit 7ad06b3be5
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ class KubernetesConfigurationController {
return this.state.isDataValid;
}
// TODO: refactor
// It looks like we're still doing a create/delete process but we've decided to get rid of this
// approach.
async updateConfigurationAsync() {
try {
this.state.actionInProgress = true;