Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartRepoReconciler ¶
type ChartRepoReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
// we only want to watch one namespace ,this is the easy way...
Namespace string
}
ChartRepoReconciler reconciles a ChartRepo object
func (*ChartRepoReconciler) GetIndex ¶ added in v0.9.5
func (r *ChartRepoReconciler) GetIndex(cr *alaudaiov1alpha1.ChartRepo, ctx context.Context) (*repo.IndexFile, error)
DownloadIndexFile fetches the index from a repository.
func (*ChartRepoReconciler) SetupWithManager ¶
func (r *ChartRepoReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.