Documentation
¶
Index ¶
Constants ¶
View Source
const AppFinalizer = "apps.home-cloud.io/finalizer"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppReconciler ¶
AppReconciler reconciles a App object
func (*AppReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile
func (*AppReconciler) SetupWithManager ¶
func (r *AppReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type HelmChartVersion ¶
type HelmChartVersion struct {
APIVersion string `yaml:"apiVersion"`
AppVersion string `yaml:"appVersion"`
Created time.Time `yaml:"created"`
Description string `yaml:"description"`
Digest string `yaml:"digest"`
Name string `yaml:"name"`
Type string `yaml:"type"`
Urls []string `yaml:"urls"`
Version string `yaml:"version"`
}
HelmChartVersion represents the versions of the "entries" within a HelmRepositoryIndex
type HelmRepositoryIndex ¶
type HelmRepositoryIndex struct {
APIVersion string `yaml:"apiVersion"`
Entries map[string][]HelmChartVersion `yaml:"entries"`
Generated time.Time `yaml:"generated"`
}
HelmRepositoryIndex represents the index.yaml file that holds the information of helm charts within a helm repo
Click to show internal directories.
Click to hide internal directories.