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 e280e20 + 4d37d6f commit a442e71Copy full SHA for a442e71
pkg/exporters/k8sexporter/problemclient/problem_client.go
@@ -41,7 +41,7 @@ import (
41
42
// Client is the interface of problem client
43
type Client interface {
44
- // GetConditions get all specifiec conditions of current node.
+ // GetConditions get all specific conditions of current node.
45
GetConditions(conditionTypes []v1.NodeConditionType) ([]*v1.NodeCondition, error)
46
// SetConditions set or update conditions of current node.
47
SetConditions(conditions []v1.NodeCondition) error
0 commit comments