Versions in this module Expand all Collapse all v0 v0.5.1 Oct 7, 2021 Changes in this version + const ReservedNamespace + const VERSION + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Base struct + Spec BaseSpec + func (in *Base) DeepCopy() *Base + func (in *Base) DeepCopyInto(out *Base) + func (in *Base) DeepCopyObject() runtime.Object + type BaseList struct + Items []Base + func (in *BaseList) DeepCopy() *BaseList + func (in *BaseList) DeepCopyInto(out *BaseList) + func (in *BaseList) DeepCopyObject() runtime.Object + type BaseSpec struct + Feeds []Feed + func (in *BaseSpec) DeepCopy() *BaseSpec + func (in *BaseSpec) DeepCopyInto(out *BaseSpec) + type ChartReference struct + Name string + Namespace string + func (in *ChartReference) DeepCopy() *ChartReference + func (in *ChartReference) DeepCopyInto(out *ChartReference) + type Description struct + Spec DescriptionSpec + Status DescriptionStatus + func (in *Description) DeepCopy() *Description + func (in *Description) DeepCopyInto(out *Description) + func (in *Description) DeepCopyObject() runtime.Object + type DescriptionDeployer string + const DescriptionGenericDeployer + const DescriptionHelmDeployer + type DescriptionList struct + Items []Description + func (in *DescriptionList) DeepCopy() *DescriptionList + func (in *DescriptionList) DeepCopyInto(out *DescriptionList) + func (in *DescriptionList) DeepCopyObject() runtime.Object + type DescriptionPhase string + const DescriptionPhaseFailure + const DescriptionPhaseSuccess + type DescriptionSpec struct + Charts []ChartReference + Deployer DescriptionDeployer + Raw [][]byte + func (in *DescriptionSpec) DeepCopy() *DescriptionSpec + func (in *DescriptionSpec) DeepCopyInto(out *DescriptionSpec) + type DescriptionStatus struct + Phase DescriptionPhase + Reason string + func (in *DescriptionStatus) DeepCopy() *DescriptionStatus + func (in *DescriptionStatus) DeepCopyInto(out *DescriptionStatus) + type Feed struct + APIVersion string + Kind string + Name string + Namespace string + func (in *Feed) DeepCopy() *Feed + func (in *Feed) DeepCopyInto(out *Feed) + type Globalization struct + Spec GlobalizationSpec + func (in *Globalization) DeepCopy() *Globalization + func (in *Globalization) DeepCopyInto(out *Globalization) + func (in *Globalization) DeepCopyObject() runtime.Object + type GlobalizationList struct + Items []Globalization + func (in *GlobalizationList) DeepCopy() *GlobalizationList + func (in *GlobalizationList) DeepCopyInto(out *GlobalizationList) + func (in *GlobalizationList) DeepCopyObject() runtime.Object + type GlobalizationSpec struct + ClusterAffinity *metav1.LabelSelector + OverridePolicy OverridePolicy + Overrides []OverrideConfig + Priority int32 + func (in *GlobalizationSpec) DeepCopy() *GlobalizationSpec + func (in *GlobalizationSpec) DeepCopyInto(out *GlobalizationSpec) + type HelmChart struct + Spec HelmChartSpec + Status HelmChartStatus + func (in *HelmChart) DeepCopy() *HelmChart + func (in *HelmChart) DeepCopyInto(out *HelmChart) + func (in *HelmChart) DeepCopyObject() runtime.Object + type HelmChartList struct + Items []HelmChart + func (in *HelmChartList) DeepCopy() *HelmChartList + func (in *HelmChartList) DeepCopyInto(out *HelmChartList) + func (in *HelmChartList) DeepCopyObject() runtime.Object + type HelmChartPhase string + const HelmChartFound + const HelmChartNotFound + type HelmChartSpec struct + TargetNamespace string + func (in *HelmChartSpec) DeepCopy() *HelmChartSpec + func (in *HelmChartSpec) DeepCopyInto(out *HelmChartSpec) + type HelmChartStatus struct + Phase HelmChartPhase + Reason string + func (in *HelmChartStatus) DeepCopy() *HelmChartStatus + func (in *HelmChartStatus) DeepCopyInto(out *HelmChartStatus) + type HelmOptions struct + Chart string + ChartVersion string + Repository string + func (in *HelmOptions) DeepCopy() *HelmOptions + func (in *HelmOptions) DeepCopyInto(out *HelmOptions) + type HelmRelease struct + Spec HelmReleaseSpec + Status HelmReleaseStatus + 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 HelmReleaseSpec struct + TargetNamespace string + func (in *HelmReleaseSpec) DeepCopy() *HelmReleaseSpec + func (in *HelmReleaseSpec) DeepCopyInto(out *HelmReleaseSpec) + type HelmReleaseStatus struct + Description string + FirstDeployed string + LastDeployed string + Notes string + Phase release.Status + Version int + func (in *HelmReleaseStatus) DeepCopy() *HelmReleaseStatus + func (in *HelmReleaseStatus) DeepCopyInto(out *HelmReleaseStatus) + type Localization struct + Spec LocalizationSpec + func (in *Localization) DeepCopy() *Localization + func (in *Localization) DeepCopyInto(out *Localization) + func (in *Localization) DeepCopyObject() runtime.Object + type LocalizationList struct + Items []Localization + func (in *LocalizationList) DeepCopy() *LocalizationList + func (in *LocalizationList) DeepCopyInto(out *LocalizationList) + func (in *LocalizationList) DeepCopyObject() runtime.Object + type LocalizationSpec struct + OverridePolicy OverridePolicy + Overrides []OverrideConfig + Priority int32 + func (in *LocalizationSpec) DeepCopy() *LocalizationSpec + func (in *LocalizationSpec) DeepCopyInto(out *LocalizationSpec) + type Manifest struct + Template runtime.RawExtension + func (in *Manifest) DeepCopy() *Manifest + func (in *Manifest) DeepCopyInto(out *Manifest) + func (in *Manifest) DeepCopyObject() runtime.Object + type ManifestList struct + Items []Manifest + func (in *ManifestList) DeepCopy() *ManifestList + func (in *ManifestList) DeepCopyInto(out *ManifestList) + func (in *ManifestList) DeepCopyObject() runtime.Object + type OverrideConfig struct + Name string + Type OverrideType + Value string + func (in *OverrideConfig) DeepCopy() *OverrideConfig + func (in *OverrideConfig) DeepCopyInto(out *OverrideConfig) + type OverridePolicy string + const ApplyLater + const ApplyNow + type OverrideType string + const HelmType + const JSONPatchType + const MergePatchType + type Subscriber struct + ClusterAffinity *metav1.LabelSelector + func (in *Subscriber) DeepCopy() *Subscriber + func (in *Subscriber) DeepCopyInto(out *Subscriber) + type Subscription struct + Spec SubscriptionSpec + Status SubscriptionStatus + func (in *Subscription) DeepCopy() *Subscription + func (in *Subscription) DeepCopyInto(out *Subscription) + func (in *Subscription) DeepCopyObject() runtime.Object + type SubscriptionList struct + Items []Subscription + func (in *SubscriptionList) DeepCopy() *SubscriptionList + func (in *SubscriptionList) DeepCopyInto(out *SubscriptionList) + func (in *SubscriptionList) DeepCopyObject() runtime.Object + type SubscriptionSpec struct + Feeds []Feed + SchedulerName string + Subscribers []Subscriber + func (in *SubscriptionSpec) DeepCopy() *SubscriptionSpec + func (in *SubscriptionSpec) DeepCopyInto(out *SubscriptionSpec) + type SubscriptionStatus struct + CompletedReleases int32 + DesiredReleases int32 + func (in *SubscriptionStatus) DeepCopy() *SubscriptionStatus + func (in *SubscriptionStatus) DeepCopyInto(out *SubscriptionStatus)