Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Result identifier. Result = "results.tekton.dev/result" // Record identifier. Record = "results.tekton.dev/record" Log = "results.tekton.dev/log" // Integrators should add this annotation to objects in order to store // arbitrary keys/values into the Result.Annotations field. ResultAnnotations = "results.tekton.dev/resultAnnotations" // Integrators should add this annotation to objects in order to store // arbitrary keys/values into the Result.Summary.Annotations field. RecordSummaryAnnotations = "results.tekton.dev/recordSummaryAnnotations" // Annotation that signals to the controller that a given child object // (e.g. TaskRun owned by a PipelineRun) is done and up to date in the // API server and therefore, ready to be garbage collected. ChildReadyForDeletion = "results.tekton.dev/childReadyForDeletion" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Annotation ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.