Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFluxGitList ¶
func NewFluxGitList(objs []komv1alpha1.Git) ([]komtool.Resource, error)
func NewFluxHelmList ¶
func NewFluxHelmList(objs []komv1alpha1.Helm) ([]komtool.Resource, error)
func RepositoryType ¶
Types ¶
type Flux ¶
type Flux struct {
// contains filtered or unexported fields
}
func NewFlux ¶
func NewFlux(obj komv1alpha1.OperatorManager) *Flux
type FluxGit ¶
type FluxGit struct {
// contains filtered or unexported fields
}
func NewFluxGit ¶
func NewFluxGit(obj komv1alpha1.Git) (*FluxGit, error)
func (*FluxGit) Repositories ¶
type FluxHelm ¶
type FluxHelm struct {
// contains filtered or unexported fields
}
func NewFluxHelm ¶
func NewFluxHelm(obj komv1alpha1.Helm) (*FluxHelm, error)
func (*FluxHelm) Repositories ¶
type HelmValues ¶
type HelmValues struct {
FullnameOverride string
}
Click to show internal directories.
Click to hide internal directories.