Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Result identifier.
Result = "results.tekton.dev/result"
// Record identifier.
Record = "results.tekton.dev/record"
// Log identifier.
Log = "results.tekton.dev/log"
// EventList identifier.
EventList = "results.tekton.dev/eventlist"
// Stored is an annotation that signals to the controller that a given object
// has been stored by the Results API.
Stored = "results.tekton.dev/stored"
// ResultAnnotations is an annotation that integrators should add to objects in order to store
// arbitrary keys/values into the Result.Annotations field.
ResultAnnotations = "results.tekton.dev/resultAnnotations"
// RecordSummaryAnnotations is an annotation that integrators should add to objects
// in order to store arbitrary keys/values into the Result.Summary.Annotations field.
// This allows for additional information to be associated with the summary of a record.
RecordSummaryAnnotations = "results.tekton.dev/recordSummaryAnnotations"
// ChildReadyForDeletion is an 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
type Annotation struct {
Name string
Value string
}
Annotation is wrapper for Kubernetes resource annotations stored in the metadata.
Click to show internal directories.
Click to hide internal directories.