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.
1 parent 0149acd commit a77666dCopy full SHA for a77666d
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