source-controller/api/v1alpha1
Hidde Beydals d378bd1852 Introduce HelmChart API and controller
- Add the HelmChart types and controller
- Semver expressions are found by utilizing Helm repository index
  helpers. As Helm makes use of `masterminds/semver`, the support
  for i.e. ranges less mature than the `GitRepository` implementation.
- Recorded semver is as defined in the metadata of the chart. The
  used name for the artifact does however include the checksum of the
  chart archive, as chart maintainers may not always properly apply
  semver.
- Switches to `sigs.k8s.io/yaml` for YAML operations as this among
  other things is able to properly unmarshal embedded structures.
- Directly requeues on transient errors instead of using the defined
  interval as a back-off strategy is applied on repeated failures.
2020-04-12 18:44:37 +02:00
..
artifact.go Add artifact type to API 2020-04-12 17:31:25 +03:00
condition_types.go Add artifact type to API 2020-04-12 17:31:25 +03:00
gitrepository_types.go Introduce HelmChart API and controller 2020-04-12 18:44:37 +02:00
groupversion_info.go Rename project to source-controller 2020-04-08 16:12:17 +03:00
helmchart_types.go Introduce HelmChart API and controller 2020-04-12 18:44:37 +02:00
helmrepository_types.go Introduce HelmChart API and controller 2020-04-12 18:44:37 +02:00
zz_generated.deepcopy.go Introduce HelmChart API and controller 2020-04-12 18:44:37 +02:00