Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun-m committed Dec 10, 2024
1 parent 4656bf8 commit 7cdf746
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/abstractions/common/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ type AutoscaledInstanceState struct {
RunningContainers int
PendingContainers int
StoppingContainers int

// TODO: We can potentially store the strings for RUNNING, PENDING, STOPPING, containers as well
FailedContainers []string
FailedContainers []string
}

type AutoscaledInstanceConfig struct {
Expand Down

0 comments on commit 7cdf746

Please sign in to comment.