Versions in this module Expand all Collapse all v0 v0.15.0 Oct 18, 2024 v0.14.0 Jun 24, 2024 v0.13.0 Feb 21, 2024 v0.12.0 Sep 26, 2023 v0.11.0 May 26, 2023 v0.10.0 Feb 7, 2023 v0.9.0 Oct 21, 2022 v0.8.0 Jul 10, 2022 Changes in this version type HelmReleaseRepo + WatchNamespaceScopedResources bool v0.7.0 Mar 31, 2022 v0.6.0 Jan 18, 2022 v0.5.0 Nov 1, 2021 v0.4.0 Aug 26, 2021 Changes in this version + const ChartsDir + const ConditionDeployed + const ConditionInitialized + const ConditionIrreconcilable + const ConditionReleaseFailed + const ReasonInstallError + const ReasonInstallSuccessful + const ReasonReconcileError + const ReasonUninstallError + const ReasonUninstallSuccessful + const ReasonUpgradeError + const ReasonUpgradeSuccessful + const StatusFalse + const StatusTrue + const StatusUnknown + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition + type AltSource struct + ConfigMapRef *corev1.ObjectReference + Git *Git + GitHub *GitHub + HelmRepo *HelmRepo + InsecureSkipVerify bool + SecretRef *corev1.ObjectReference + SourceType SourceTypeEnum + func (in *AltSource) DeepCopy() *AltSource + func (in *AltSource) DeepCopyInto(out *AltSource) + func (s AltSource) String() string + type ConditionStatus string + type Git struct + Branch string + ChartPath string + Urls []string + func (in *Git) DeepCopy() *Git + func (in *Git) DeepCopyInto(out *Git) + type GitHub struct + Branch string + ChartPath string + Urls []string + func (in *GitHub) DeepCopy() *GitHub + func (in *GitHub) DeepCopyInto(out *GitHub) + type HelmAppCondition struct + LastTransitionTime metav1.Time + Message string + Reason HelmAppConditionReason + Status ConditionStatus + Type HelmAppConditionType + func (in *HelmAppCondition) DeepCopy() *HelmAppCondition + func (in *HelmAppCondition) DeepCopyInto(out *HelmAppCondition) + type HelmAppConditionReason string + type HelmAppConditionType string + type HelmAppRelease struct + Manifest string + Name string + func (in *HelmAppRelease) DeepCopy() *HelmAppRelease + func (in *HelmAppRelease) DeepCopyInto(out *HelmAppRelease) + type HelmAppSpec interface + type HelmAppStatus struct + Conditions []HelmAppCondition + DeployedRelease *HelmAppRelease + func StatusFor(cr *unstructured.Unstructured) *HelmAppStatus + func (in *HelmAppStatus) DeepCopy() *HelmAppStatus + func (in *HelmAppStatus) DeepCopyInto(out *HelmAppStatus) + func (s *HelmAppStatus) RemoveCondition(conditionType HelmAppConditionType) *HelmAppStatus + func (s *HelmAppStatus) SetCondition(condition HelmAppCondition) *HelmAppStatus + func (s *HelmAppStatus) ToMap() (map[string]interface{}, error) + type HelmRelease struct + Repo HelmReleaseRepo + Spec HelmAppSpec + Status HelmAppStatus + func (in *HelmRelease) DeepCopy() *HelmRelease + func (in *HelmRelease) DeepCopyInto(out *HelmRelease) + func (in *HelmRelease) DeepCopyObject() runtime.Object + type HelmReleaseList struct + Items []HelmRelease + func (in *HelmReleaseList) DeepCopy() *HelmReleaseList + func (in *HelmReleaseList) DeepCopyInto(out *HelmReleaseList) + func (in *HelmReleaseList) DeepCopyObject() runtime.Object + type HelmReleaseRepo struct + AltSource *AltSource + ChartName string + ConfigMapRef *corev1.ObjectReference + Digest string + InsecureSkipVerify bool + SecretRef *corev1.ObjectReference + Source *Source + Version string + func (in *HelmReleaseRepo) DeepCopy() *HelmReleaseRepo + func (in *HelmReleaseRepo) DeepCopyInto(out *HelmReleaseRepo) + func (repo HelmReleaseRepo) AltSourceToSource() HelmReleaseRepo + func (repo HelmReleaseRepo) Clone() HelmReleaseRepo + type HelmRepo struct + Urls []string + func (in *HelmRepo) DeepCopy() *HelmRepo + func (in *HelmRepo) DeepCopyInto(out *HelmRepo) + type Source struct + Git *Git + GitHub *GitHub + HelmRepo *HelmRepo + SourceType SourceTypeEnum + func (in *Source) DeepCopy() *Source + func (in *Source) DeepCopyInto(out *Source) + func (s Source) String() string + type SourceTypeEnum string + const GitHubSourceType + const GitSourceType + const HelmRepoSourceType