Documentation ¶
Index ¶
- type Client
- func (c Client) AddFinalizersToReviewApp(ctx context.Context, ra models.ReviewApp, finalizers ...string) error
- func (c Client) ApplyReviewAppWithOwnerRef(ctx context.Context, ra models.ReviewApp, owner models.ReviewAppManager) error
- func (c Client) CreateJob(ctx context.Context, job *batchv1.Job) error
- func (c Client) DeleteReviewApp(ctx context.Context, namespace, name string) error
- func (c Client) GetApplicationTemplate(ctx context.Context, m models.ReviewAppOrReviewAppManager) (models.ApplicationTemplate, error)
- func (c Client) GetArgoCDAppFromReviewAppStatus(ctx context.Context, raStatus models.ReviewAppStatus) (models.Application, error)
- func (c Client) GetLatestJobFromLabel(ctx context.Context, namespace, labelKey, labelValue string) (*batchv1.Job, error)
- func (c Client) GetManifestsTemplate(ctx context.Context, m models.ReviewAppOrReviewAppManager) ([]models.ManifestsTemplate, error)
- func (c Client) GetPreStopJobTemplate(ctx context.Context, ra models.ReviewApp) (models.JobTemplate, error)
- func (c Client) GetReviewApp(ctx context.Context, namespace, name string) (models.ReviewApp, error)
- func (c Client) GetReviewAppManager(ctx context.Context, namespace, name string) (models.ReviewAppManager, error)
- func (c Client) GetSecretValue(ctx context.Context, namespace string, m models.AppOrInfraRepoTarget) (string, error)
- func (c Client) PatchReviewAppStatus(ctx context.Context, ra models.ReviewApp) error
- func (c Client) RemoveFinalizersFromReviewApp(ctx context.Context, ra models.ReviewApp, finalizers ...string) error
- func (c Client) UpdateReviewAppManagerStatus(ctx context.Context, ram models.ReviewAppManager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (Client) AddFinalizersToReviewApp ¶
func (Client) ApplyReviewAppWithOwnerRef ¶
func (Client) DeleteReviewApp ¶
func (Client) GetApplicationTemplate ¶
func (c Client) GetApplicationTemplate(ctx context.Context, m models.ReviewAppOrReviewAppManager) (models.ApplicationTemplate, error)
func (Client) GetArgoCDAppFromReviewAppStatus ¶
func (c Client) GetArgoCDAppFromReviewAppStatus(ctx context.Context, raStatus models.ReviewAppStatus) (models.Application, error)
func (Client) GetLatestJobFromLabel ¶
func (Client) GetManifestsTemplate ¶
func (c Client) GetManifestsTemplate(ctx context.Context, m models.ReviewAppOrReviewAppManager) ([]models.ManifestsTemplate, error)
func (Client) GetPreStopJobTemplate ¶
func (Client) GetReviewApp ¶
func (Client) GetReviewAppManager ¶
func (Client) GetSecretValue ¶
func (Client) PatchReviewAppStatus ¶ added in v0.1.2
func (Client) RemoveFinalizersFromReviewApp ¶
func (Client) UpdateReviewAppManagerStatus ¶
Click to show internal directories.
Click to hide internal directories.