mirror of https://github.com/knative/pkg.git
Document VolatileTime (#1313)
This commit is contained in:
parent
b820699d66
commit
ae0b7dda87
|
@ -22,6 +22,9 @@ import (
|
|||
)
|
||||
|
||||
// VolatileTime wraps metav1.Time
|
||||
//
|
||||
// Unlike metav1.Time, VolatileTimes are considered semantically equal when
|
||||
// using go-cmp, so differing VolatileTime values are not considered different.
|
||||
type VolatileTime struct {
|
||||
Inner metav1.Time
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue