 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
    const ( // PipelineResourceTypeGit indicates that this source is a GitHub repo. ArtifactStorageBucketType = "bucket" // PipelineResourceTypeStorage indicates that this source is a storage blob resource. ArtifactStoragePVCType = "pvc" )
      View Source
      
  
const ( // GroupName is the Kubernetes resource group name for Pipeline types. GroupName = "tekton.dev" // TaskLabelKey is used as the label identifier for a task TaskLabelKey = "/task" // TaskRunLabelKey is used as the label identifier for a TaskRun TaskRunLabelKey = "/taskRun" // PipelineLabelKey is used as the label identifier for a Pipeline PipelineLabelKey = "/pipeline" // PipelineRunLabelKey is used as the label identifier for a PipelineRun PipelineRunLabelKey = "/pipelineRun" // PipelineTaskLabelKey is used as the label identifier for a PipelineTask PipelineTaskLabelKey = "/pipelineTask" // ConditionCheckKey is used as the label identifier for a ConditionCheck ConditionCheckKey = "/conditionCheck" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Images ¶ added in v0.8.0
type Images struct {
	// EntrypointImage is container image containing our entrypoint binary.
	EntrypointImage string
	// NopImage is the container image used to kill sidecars.
	NopImage string
	// GitImage is the container image with Git that we use to implement the Git source step.
	GitImage string
	// CredsImage is the container image used to initialize credentials before the build runs.
	CredsImage string
	// KubeconfigWriterImage is the container image containing our kubeconfig writer binary.
	KubeconfigWriterImage string
	// ShellImage is the container image containing bash shell.
	ShellImage string
	// GsutilImage is the container miage containing gsutil.
	GsutilImage string
	// BuildGCSFetcherImage is the container image containing our GCS fetcher binary.
	BuildGCSFetcherImage string
	// PRImage is the container image that we use to implement the PR source step.
	PRImage string
	// ImageDigestExporterImage is the container image containing our image digest exporter binary.
	ImageDigestExporterImage string
}
    Images holds the images reference for a number of container images used across tektoncd pipelines.
       Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| Package v1alpha1 contains API Schema definitions for the pipeline v1alpha1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/tektoncd/pipeline/pkg/apis/pipeline +k8s:defaulter-gen=TypeMeta +groupName=tekton.dev | Package v1alpha1 contains API Schema definitions for the pipeline v1alpha1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/tektoncd/pipeline/pkg/apis/pipeline +k8s:defaulter-gen=TypeMeta +groupName=tekton.dev | 
 Click to show internal directories. 
   Click to hide internal directories.