We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70d7ef8 + a77666d commit 3a73935Copy full SHA for 3a73935
pkg/model/config/config.go
@@ -89,7 +89,6 @@ func (c Config) HasResource(target GVK) bool {
89
90
// AddResource appends the provided resource to the tracked ones
91
// It returns if the configuration was modified
92
-// NOTE: in v1 resources are not tracked, so we return false
93
func (c *Config) AddResource(gvk GVK) bool {
94
// No-op if the resource was already tracked, return false
95
if c.HasResource(gvk) {
0 commit comments