models

package
v0.0.0-...-ee02a58 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: MIT Imports: 5 Imported by: 0

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

Directories

Path Synopsis
env
Package env is a generated GoMock package.
Package env is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL