Documentation ¶
Index ¶
- func CreateChain(ctx context.Context, clients op.TektonChainInterface, tt *v1alpha1.TektonChain) error
- func EnsureTektonChainCRNotExists(ctx context.Context, clients op.TektonChainInterface) error
- func EnsureTektonChainExists(ctx context.Context, clients op.TektonChainInterface, tc *v1alpha1.TektonChain) (*v1alpha1.TektonChain, error)
- func GetChain(ctx context.Context, clients op.TektonChainInterface, name string) (*v1alpha1.TektonChain, error)
- func GetTektonChainCR(config *v1alpha1.TektonConfig, operatorVersion string) *v1alpha1.TektonChain
- func UpdateChain(ctx context.Context, old *v1alpha1.TektonChain, new *v1alpha1.TektonChain, ...) (*v1alpha1.TektonChain, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateChain ¶
func CreateChain(ctx context.Context, clients op.TektonChainInterface, tt *v1alpha1.TektonChain) error
func EnsureTektonChainCRNotExists ¶
func EnsureTektonChainCRNotExists(ctx context.Context, clients op.TektonChainInterface) error
func EnsureTektonChainExists ¶
func EnsureTektonChainExists(ctx context.Context, clients op.TektonChainInterface, tc *v1alpha1.TektonChain) (*v1alpha1.TektonChain, error)
func GetChain ¶
func GetChain(ctx context.Context, clients op.TektonChainInterface, name string) (*v1alpha1.TektonChain, error)
func GetTektonChainCR ¶
func GetTektonChainCR(config *v1alpha1.TektonConfig, operatorVersion string) *v1alpha1.TektonChain
func UpdateChain ¶
func UpdateChain(ctx context.Context, old *v1alpha1.TektonChain, new *v1alpha1.TektonChain, clients op.TektonChainInterface) (*v1alpha1.TektonChain, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.