Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Providers = wire.NewSet( NewGitRepository, NewHelm, NewKustomization, NewModule, NewManifest, )
Functions ¶
This section is empty.
Types ¶
type GitRepository ¶
type GitRepository struct {
// contains filtered or unexported fields
}
func NewGitRepository ¶
func NewGitRepository(client client.Client) *GitRepository
func (*GitRepository) GetGitRepository ¶
func (s *GitRepository) GetGitRepository(ctx context.Context, key client.ObjectKey) (*sourcev1beta1.GitRepository, error)
type Helm ¶
type Helm struct {
// contains filtered or unexported fields
}
func NewHelm ¶
func NewHelm(manifests ManifestsReader) *Helm
type Kustomization ¶
type Kustomization struct {
// contains filtered or unexported fields
}
func NewKustomization ¶
func NewKustomization(manifests ManifestsReader) *Kustomization
type Manifest ¶
type Manifest struct {
// contains filtered or unexported fields
}
func NewManifest ¶
func NewManifest(reader ManifestsReader) *Manifest
type ManifestsReader ¶
type Module ¶
type Module struct { reconciler.Funcs // contains filtered or unexported fields }
func (*Module) UpdateModuleStatus ¶
Click to show internal directories.
Click to hide internal directories.