File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ import (
5353// - `SubindexOfResourceSnapshotAnnotation` to store the subindex of resource snapshot in the group.
5454//
5555// Snapshot may have the following annotations to indicate the time of next resourceSnapshot candidate detected by the controller:
56- // - `NextResourceSnapshotCandidateDetectionTime ` to store the time of next resourceSnapshot candidate detected by the controller.
56+ // - `NextResourceSnapshotCandidateDetectionTimeAnnotation ` to store the time of next resourceSnapshot candidate detected by the controller.
5757type ClusterResourceSnapshot struct {
5858 metav1.TypeMeta `json:",inline"`
5959 metav1.ObjectMeta `json:"metadata,omitempty"`
Original file line number Diff line number Diff line change @@ -122,6 +122,9 @@ type ResourceSnapshotObjList interface {
122122//
123123// Each snapshot (excluding the first snapshot) MUST have the following annotations:
124124// - `SubindexOfResourceSnapshotAnnotation` to store the subindex of resource snapshot in the group.
125+ //
126+ // Snapshot may have the following annotations to indicate the time of next resourceSnapshot candidate detected by the controller:
127+ // - `NextResourceSnapshotCandidateDetectionTimeAnnotation` to store the time of next resourceSnapshot candidate detected by the controller.
125128type ClusterResourceSnapshot struct {
126129 metav1.TypeMeta `json:",inline"`
127130 metav1.ObjectMeta `json:"metadata,omitempty"`
You can’t perform that action at this time.
0 commit comments