fix the check for whether the cluster supports metrics (#2424)
parent
982bf6a728
commit
1c19ef6ad6
|
|
@ -352,7 +352,7 @@ func (a *APIClient) Config() *Config {
|
||||||
|
|
||||||
// HasMetrics checks if the cluster supports metrics.
|
// HasMetrics checks if the cluster supports metrics.
|
||||||
func (a *APIClient) HasMetrics() bool {
|
func (a *APIClient) HasMetrics() bool {
|
||||||
return a.supportsMetricsResources() != nil
|
return a.supportsMetricsResources() == nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// DialLogs returns a handle to api server for logs.
|
// DialLogs returns a handle to api server for logs.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue