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 44ccccd commit 247b895Copy full SHA for 247b895
pkg/config/config.go
@@ -77,7 +77,7 @@ type PrefixConfig struct {
77
// GetAdditionalColumns extracts AdditionalColumns defined for a given Resource
78
func (c *Config) GetAdditionalColumns(resourceName string) []*AdditionalColumnConfig {
79
if c == nil {
80
- return []*AdditionalColumnConfig{}
+ return nil
81
}
82
83
resourceConfig, ok := c.Resources[resourceName]
0 commit comments