Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewArgoGitList ¶
func NewArgoGitList(objs []komv1alpha1.Git) ([]komtool.Resource, error)
func NewArgoHelmList ¶
func NewArgoHelmList(objs []komv1alpha1.Helm) ([]komtool.Resource, error)
Types ¶
type Argo ¶
type Argo struct {
// contains filtered or unexported fields
}
func NewArgo ¶
func NewArgo(obj komv1alpha1.OperatorManager) *Argo
type ArgoGit ¶
type ArgoGit struct {
// contains filtered or unexported fields
}
func NewArgoGit ¶
func NewArgoGit(obj komv1alpha1.Git) (*ArgoGit, error)
func (*ArgoGit) Repositories ¶
type ArgoHelm ¶
type ArgoHelm struct {
// contains filtered or unexported fields
}
func NewArgoHelm ¶
func NewArgoHelm(obj komv1alpha1.Helm) (*ArgoHelm, error)
func (*ArgoHelm) Repositories ¶
Click to show internal directories.
Click to hide internal directories.