Versions in this module Expand all Collapse all v0 v0.7.0 Sep 19, 2019 Changes in this version + const ManagedByLabelKey + const ManagedByLabelValue + const ReadyAnnotation + const TerminationMessagePath + func AddInputResource(kubeclient kubernetes.Interface, taskName string, taskSpec *v1alpha1.TaskSpec, ...) (*v1alpha1.TaskSpec, error) + func AddOutputImageDigestExporter(tr *v1alpha1.TaskRun, taskSpec *v1alpha1.TaskSpec, gr GetResource) error + func AddOutputResources(kubeclient kubernetes.Interface, taskName string, taskSpec *v1alpha1.TaskSpec, ...) (*v1alpha1.TaskSpec, error) + func AddReadyAnnotation(p *corev1.Pod, update UpdatePod) error + func ApplyParameters(spec *v1alpha1.TaskSpec, tr *v1alpha1.TaskRun, defaults ...v1alpha1.ParamSpec) *v1alpha1.TaskSpec + func ApplyReplacements(spec *v1alpha1.TaskSpec, stringReplacements map[string]string, ...) *v1alpha1.TaskSpec + func ApplyResources(spec *v1alpha1.TaskSpec, ...) *v1alpha1.TaskSpec + func GetPVCVolume(name string) corev1.Volume + func GetTaskData(taskRun *v1alpha1.TaskRun, getTask GetTask) (*metav1.ObjectMeta, *v1alpha1.TaskSpec, error) + func IsContainerStep(name string) bool + func MakePod(taskRun *v1alpha1.TaskRun, taskSpec v1alpha1.TaskSpec, ...) (*corev1.Pod, error) + func TaskRunHasOutputImageResource(gr GetResource, taskRun *v1alpha1.TaskRun) bool + func TrimContainerNamePrefix(containerName string) string + func TryGetPod(taskRunStatus v1alpha1.TaskRunStatus, gp GetPod) (*corev1.Pod, error) + func UpdateTaskRunStatusWithResourceResult(taskRun *v1alpha1.TaskRun, logContent []byte) error + type GetClusterTask func(name string) (v1alpha1.TaskInterface, error) + type GetPod func(string, metav1.GetOptions) (*corev1.Pod, error) + type GetResource func(string) (*v1alpha1.PipelineResource, error) + type GetTask func(string) (v1alpha1.TaskInterface, error) + type GetTaskRun func(string) (*v1alpha1.TaskRun, error) + type ResolvedTaskResources struct + Inputs map[string]*v1alpha1.PipelineResource + Kind v1alpha1.TaskKind + Outputs map[string]*v1alpha1.PipelineResource + TaskName string + TaskSpec *v1alpha1.TaskSpec + func ResolveTaskResources(ts *v1alpha1.TaskSpec, taskName string, kind v1alpha1.TaskKind, ...) (*ResolvedTaskResources, error) + type UpdatePod func(*corev1.Pod) (*corev1.Pod, error)