# Constants
ApprovalTaskRunReasonCouldntCancel indicates that a Run was cancelled but attempting to update the running TaskRun as cancelled failed.
ApprovalTaskRunReasonCouldntGetApprovalTask indicates that the associated ApprovalTask couldn't be retrieved.
ApprovalTaskRunReasonFailed indicates that one of the TaskRuns created from the Run failed.
ApprovalTaskRunReasonFailedValidation indicates that the ApprovalTask failed runtime validation.
ApprovalTaskRunReasonInternalError indicates that the ApprovalTask failed due to an internal error in the reconciler.
ApprovalTaskRunReasonRunning indicates that the Run is in progress.
ApprovalTaskRunReasonStarted is the reason set when the Run has just started.
ApprovalTaskRunReasonSucceeded indicates that all of the TaskRuns created from the Run completed successfully.
No description provided by the author
# Variables
AddToScheme adds Build types to the scheme.
SchemeGroupVersion is group version used to register these objects.
# Structs
+genclient +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object ApprovalTask is a "wait for manual approval" Task.
ApprovalTaskList contains a list of ApprovalTasks.
ApprovalTaskRunStatus contains the status stored in the ExtraFields of a Run that references a ApprovalTask.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
ApprovalTaskRunReason represents a reason for the Run "Succeeded" condition.