Documentation ¶
Index ¶
- func FindChart(ctx context.Context, cl client.Client, project string, ...) (*kargoapi.Chart, error)
- func FindCommit(ctx context.Context, cl client.Client, project string, ...) (*kargoapi.GitCommit, error)
- func FindImage(ctx context.Context, cl client.Client, project string, ...) (*kargoapi.Image, error)
- type NotFoundError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindCommit ¶
func FindCommit( ctx context.Context, cl client.Client, project string, freightReqs []kargoapi.FreightRequest, desiredOrigin *kargoapi.FreightOrigin, freight []kargoapi.FreightReference, repoURL string, ) (*kargoapi.GitCommit, error)
Types ¶
type NotFoundError ¶ added in v1.0.0
type NotFoundError struct {
// contains filtered or unexported fields
}
func (NotFoundError) Error ¶ added in v1.0.0
func (n NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.