Update godoc

This commit is contained in:
Joshua Casey
2024-08-08 08:16:04 -05:00
parent 4bd5db14b4
commit bab8b54ed8

View File

@@ -24,7 +24,7 @@ const (
MessageUnableToValidate = "unable to validate; see other conditions for details"
)
// MergeConditions merges conditions into conditionsToUpdate.
// MergeConditions merges newConditions into existingConditionsToUpdate.
// Note that lastTransitionTime refers to the time when the status changed,
// but observedGeneration should be the current generation for all conditions,
// since Pinniped should always check every condition.