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

@ -20,7 +20,7 @@ import (
updatev1alpha1 "github.com/edgelesssys/constellation/operators/constellation-node-operator/api/v1alpha1"
)
// AutoscalingStrategyReconciler reconciles a AutoscalingStrategy object
// AutoscalingStrategyReconciler reconciles a AutoscalingStrategy object.
type AutoscalingStrategyReconciler struct {
client.Client
Scheme *runtime.Scheme

View file

@ -719,7 +719,7 @@ type mintNode struct {
}
// replacementPair is a pair of a donor (outdated node that should be replaced)
// and a heir (up to date node that inherits node labels)
// and a heir (up to date node that inherits node labels).
type replacementPair struct {
donor corev1.Node
heir corev1.Node

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

View file

@ -35,7 +35,7 @@ const (
conditionScalingGroupOutOfDateMessage = "Scaling group will not use the latest image when creating new nodes"
)
// ScalingGroupReconciler reconciles a ScalingGroup object
// ScalingGroupReconciler reconciles a ScalingGroup object.
type ScalingGroupReconciler struct {
scalingGroupUpdater
client.Client