Documentation
¶
Index ¶
- func CreatePruner(ctx context.Context, clients op.TektonPrunerInterface, ...) error
- func EnsureTektonPrunerCRNotExists(ctx context.Context, clients op.TektonPrunerInterface) error
- func EnsureTektonPrunerExists(ctx context.Context, clients op.TektonPrunerInterface, ...) (*v1alpha1.TektonPruner, error)
- func GetPruner(ctx context.Context, clients op.TektonPrunerInterface, name string) (*v1alpha1.TektonPruner, error)
- func GetTektonPrunerCR(config *v1alpha1.TektonConfig, operatorVersion string) *v1alpha1.TektonPruner
- func UpdatePruner(ctx context.Context, old *v1alpha1.TektonPruner, new *v1alpha1.TektonPruner, ...) (*v1alpha1.TektonPruner, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePruner ¶
func CreatePruner(ctx context.Context, clients op.TektonPrunerInterface, tp *v1alpha1.TektonPruner) error
func EnsureTektonPrunerCRNotExists ¶
func EnsureTektonPrunerCRNotExists(ctx context.Context, clients op.TektonPrunerInterface) error
func EnsureTektonPrunerExists ¶
func EnsureTektonPrunerExists(ctx context.Context, clients op.TektonPrunerInterface, tp *v1alpha1.TektonPruner) (*v1alpha1.TektonPruner, error)
func GetPruner ¶
func GetPruner(ctx context.Context, clients op.TektonPrunerInterface, name string) (*v1alpha1.TektonPruner, error)
func GetTektonPrunerCR ¶
func GetTektonPrunerCR(config *v1alpha1.TektonConfig, operatorVersion string) *v1alpha1.TektonPruner
func UpdatePruner ¶
func UpdatePruner(ctx context.Context, old *v1alpha1.TektonPruner, new *v1alpha1.TektonPruner, clients op.TektonPrunerInterface) (*v1alpha1.TektonPruner, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.