Skip to content

Commit 3a73935

Browse files
authored
Merge pull request #1786 from camilamacedo86/remove-v1
🌱 cleanup: remove v1 comment
2 parents 70d7ef8 + a77666d commit 3a73935

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/model/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ func (c Config) HasResource(target GVK) bool {
8989

9090
// AddResource appends the provided resource to the tracked ones
9191
// It returns if the configuration was modified
92-
// NOTE: in v1 resources are not tracked, so we return false
9392
func (c *Config) AddResource(gvk GVK) bool {
9493
// No-op if the resource was already tracked, return false
9594
if c.HasResource(gvk) {

0 commit comments

Comments
 (0)