Documentation ¶
Index ¶
- func CreatePipeline(ctx context.Context, clients op.TektonPipelineInterface, ...) (*v1alpha1.TektonPipeline, 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 TektonPipelineCRDelete(ctx context.Context, clients op.TektonPipelineInterface, name string) error
- func UpdatePipeline(ctx context.Context, tpCR *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, config *v1alpha1.TektonConfig) (*v1alpha1.TektonPipeline, error)
func EnsureTektonPipelineExists ¶ added in v0.55.0
func EnsureTektonPipelineExists(ctx context.Context, clients op.TektonPipelineInterface, config *v1alpha1.TektonConfig) (*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 TektonPipelineCRDelete ¶
func TektonPipelineCRDelete(ctx context.Context, clients op.TektonPipelineInterface, name string) error
TektonPipelineCRDelete deletes tha TektonPipeline to see if all resources will be deleted
func UpdatePipeline ¶ added in v0.55.0
func UpdatePipeline(ctx context.Context, tpCR *v1alpha1.TektonPipeline, config *v1alpha1.TektonConfig, clients op.TektonPipelineInterface) (*v1alpha1.TektonPipeline, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.