Merge pull request #95925 from deads2k/doc-events

Event: Document TTL and best-effort-ness
This commit is contained in:
Kubernetes Prow Robot
2020-10-29 17:40:22 -07:00
committed by GitHub
11 changed files with 44 additions and 9 deletions

View File

@@ -4602,7 +4602,12 @@ const (
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// Event is a report of an event somewhere in the cluster.
// Event is a report of an event somewhere in the cluster. Events
// have a limited retention time and triggers and messages may evolve
// with time. Event consumers should not rely on the timing of an event
// with a given Reason reflecting a consistent underlying trigger, or the
// continued existence of events with that Reason. Events should be
// treated as informative, best-effort, supplemental data.
// TODO: Decide whether to store these separately or with the object they apply to.
type Event struct {
metav1.TypeMeta