Skip to content

Commit 4f75e51

Browse files
author
Kenneth Owens
committed
Update comments on ControllerRevision.Data
1 parent debc6e8 commit 4f75e51

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

contributors/design-proposals/controller_history.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ type ControllerRevision struct {
131131
metav1.TypeMeta
132132
// +optional
133133
metav1.ObjectMeta
134-
// Data is a map of keys to the serialized objects that comprise the state
135-
// snapshot.
134+
// Data contains the serialized state.
136135
Data runtime.RawExtension
137136
// Revision indicates the revision of the state represented by Data.
138137
Revision int64

0 commit comments

Comments
 (0)