Documentation ¶
Index ¶
- func CreatePipeline(ctx context.Context, clients op.TektonPipelineInterface, ...) error
- func EnsureTektonPipelineCRNotExists(ctx context.Context, clients op.TektonPipelineInterface) error
- func EnsureTektonPipelineExists(ctx context.Context, clients op.TektonPipelineInterface, ...) (*v1alpha1.TektonPipeline, error)
- func GetPipeline(ctx context.Context, clients op.TektonPipelineInterface, name string) (*v1alpha1.TektonPipeline, error)
- func GetTektonConfig() *v1alpha1.TektonConfig
- func GetTektonPipelineCR(config *v1alpha1.TektonConfig, operatorVersion string) *v1alpha1.TektonPipeline
- func UpdatePipeline(ctx context.Context, old *v1alpha1.TektonPipeline, ...) (*v1alpha1.TektonPipeline, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePipeline ¶ added in v0.55.0
func CreatePipeline(ctx context.Context, clients op.TektonPipelineInterface, tp *v1alpha1.TektonPipeline) error
func EnsureTektonPipelineCRNotExists ¶ added in v0.59.0
func EnsureTektonPipelineCRNotExists(ctx context.Context, clients op.TektonPipelineInterface) error
func EnsureTektonPipelineExists ¶ added in v0.55.0
func EnsureTektonPipelineExists(ctx context.Context, clients op.TektonPipelineInterface, tp *v1alpha1.TektonPipeline) (*v1alpha1.TektonPipeline, error)
func GetPipeline ¶
func GetPipeline(ctx context.Context, clients op.TektonPipelineInterface, name string) (*v1alpha1.TektonPipeline, error)
func GetTektonConfig ¶
func GetTektonConfig() *v1alpha1.TektonConfig
func GetTektonPipelineCR ¶ added in v0.63.0
func GetTektonPipelineCR(config *v1alpha1.TektonConfig, operatorVersion string) *v1alpha1.TektonPipeline
func UpdatePipeline ¶ added in v0.55.0
func UpdatePipeline(ctx context.Context, old *v1alpha1.TektonPipeline, new *v1alpha1.TektonPipeline, clients op.TektonPipelineInterface) (*v1alpha1.TektonPipeline, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.