mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-04-19 08:57:10 +00:00
@@ -41,7 +41,7 @@ import (
|
||||
|
||||
// Client is the interface of problem client
|
||||
type Client interface {
|
||||
// GetConditions get all specifiec conditions of current node.
|
||||
// GetConditions get all specific conditions of current node.
|
||||
GetConditions(conditionTypes []v1.NodeConditionType) ([]*v1.NodeCondition, error)
|
||||
// SetConditions set or update conditions of current node.
|
||||
SetConditions(conditions []v1.NodeCondition) error
|
||||
|
||||
Reference in New Issue
Block a user