Fix comment dot

This commit is contained in:
katexochen 2022-09-12 13:45:31 +02:00 committed by Paul Meyer
parent eb213878a2
commit fb7ceb5586
14 changed files with 39 additions and 39 deletions

View file

@ -35,7 +35,7 @@ const (
defaultCheckInterval = 30 * time.Second
)
// PendingNodeReconciler reconciles a PendingNode object
// PendingNodeReconciler reconciles a PendingNode object.
type PendingNodeReconciler struct {
nodeStateGetter
client.Client