We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debc6e8 commit 4f75e51Copy full SHA for 4f75e51
1 file changed
contributors/design-proposals/controller_history.md
@@ -131,8 +131,7 @@ type ControllerRevision struct {
131
metav1.TypeMeta
132
// +optional
133
metav1.ObjectMeta
134
- // Data is a map of keys to the serialized objects that comprise the state
135
- // snapshot.
+ // Data contains the serialized state.
136
Data runtime.RawExtension
137
// Revision indicates the revision of the state represented by Data.
138
Revision int64
0 commit comments