mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 14:59:41 +02:00
refactor(k8s/configurations): add refactor note
This commit is contained in:
parent
877e2baf59
commit
7ad06b3be5
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ class KubernetesConfigurationController {
|
||||||
return this.state.isDataValid;
|
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() {
|
async updateConfigurationAsync() {
|
||||||
try {
|
try {
|
||||||
this.state.actionInProgress = true;
|
this.state.actionInProgress = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue