Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface { // ProcessRadixAppConfig Load Radix config file to a ConfigMap and create RadixApplication ProcessRadixAppConfig() error // RunPipelinesJob un the job, which creates Tekton PipelineRun-s RunPipelinesJob() error // GetEnv Environment for the pipeline GetEnv() env.Env // GetHash Hash, common for all pipeline Kubernetes object names GetHash() string // GetKubeClient Kubernetes client GetKubeClient() kubernetes.Interface // GetTektonClient Tekton client GetTektonClient() tektonclient.Interface // GetRadixApplication Gets the RadixApplication, loaded from the config-map GetRadixApplication() *v1.RadixApplication // GetPipelineRunsWaiter Returns a waiter that returns when all pipelineruns have completed GetPipelineRunsWaiter() wait.PipelineRunsCompletionWaiter // GetEnvVars Gets build env vars GetEnvVars(envName string) v1.EnvVarsMap }
Context of the pipeline
Click to show internal directories.
Click to hide internal directories.