You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flux2/cmd/flux
Hidde Beydals 2b7a0f3fd4 Improve build process embedded manifests
This commit changes the way the build of manifests is triggered by
making smarter use of the capabilities of Make. The result should be
that the manifests are only regenerated if:

1. There is no `cmd/flux/manifests/` directory.
2. There have been made changes to the YAML files in the `manifests/`
   directory that are newer than the files in `cmd/flux/manifests/`.

Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
..
bootstrap.go Add `sourcesecret` and `kustomization` manifestgen 4 years ago
bootstrap_github.go Add `sourcesecret` and `kustomization` manifestgen 4 years ago
bootstrap_gitlab.go Add `sourcesecret` and `kustomization` manifestgen 4 years ago
check.go Include prerelease data in k8s version constraints 4 years ago
completion.go Rename `gotk` binary to `flux` 4 years ago
completion_bash.go Rename `gotk` binary to `flux` 4 years ago
completion_fish.go Updated godocs to match readme 4 years ago
completion_powershell.go Rename `gotk` binary to `flux` 4 years ago
completion_zsh.go Fix zsh completion command example 4 years ago
create.go Refactor cmd global variables into structs 4 years ago
create_alert.go Incorporate required API changes 4 years ago
create_alertprovider.go Incorporate required API changes 4 years ago
create_helmrelease.go Update pkg/runtime to v0.8.2 4 years ago
create_image.go Rename "auto" subcommands to "image" 4 years ago
create_image_policy.go Validate if only 1 image policy selector is given 4 years ago
create_image_repository.go Give examples of create image repository 4 years ago
create_image_updateauto.go Correct spelling of repository in error 4 years ago
create_kustomization.go Use path with '/' slashes in created Kustomization 4 years ago
create_receiver.go Incorporate required API changes 4 years ago
create_secret.go Add `sourcesecret` and `kustomization` manifestgen 4 years ago
create_secret_git.go Restore default key algorithm flag create source 4 years ago
create_secret_helm.go Add `sourcesecret` and `kustomization` manifestgen 4 years ago
create_secret_tls.go Add `sourcesecret` and `kustomization` manifestgen 4 years ago
create_source.go Rename `gotk` binary to `flux` 4 years ago
create_source_bucket.go Incorporate required API changes 4 years ago
create_source_git.go Restore default key algorithm flag create source 4 years ago
create_source_helm.go Add `sourcesecret` and `kustomization` manifestgen 4 years ago
create_tenant.go Refactor cmd global variables into structs 4 years ago
delete.go Refactor cmd global variables into structs 4 years ago
delete_alert.go Refactor cmd global variables into structs 4 years ago
delete_alertprovider.go Refactor cmd global variables into structs 4 years ago
delete_helmrelease.go Refactor delete command for kustomizations, sources and helmreleases 4 years ago
delete_image.go Rename flux delete auto to flux delete image 4 years ago
delete_image_policy.go Rename flux delete auto to flux delete image 4 years ago
delete_image_repository.go Rename flux delete auto to flux delete image 4 years ago
delete_image_updateauto.go Rename flux delete auto to flux delete image 4 years ago
delete_kustomization.go Refactor delete command for kustomizations, sources and helmreleases 4 years ago
delete_receiver.go Refactor cmd global variables into structs 4 years ago
delete_source.go Rename `gotk` binary to `flux` 4 years ago
delete_source_bucket.go Refactor delete command for kustomizations, sources and helmreleases 4 years ago
delete_source_git.go Refactor delete command for kustomizations, sources and helmreleases 4 years ago
delete_source_helm.go Refactor delete command for kustomizations, sources and helmreleases 4 years ago
export.go Refactor cmd global variables into structs 4 years ago
export_alert.go Refactor cmd global variables into structs 4 years ago
export_alertprovider.go Refactor cmd global variables into structs 4 years ago
export_helmrelease.go Refactor cmd global variables into structs 4 years ago
export_image.go Rename "auto" subcommands to "image" 4 years ago
export_image_policy.go Rename "auto" subcommands to "image" 4 years ago
export_image_repository.go Rename "auto" subcommands to "image" 4 years ago
export_image_updateauto.go Rename "auto" subcommands to "image" 4 years ago
export_kustomization.go Refactor cmd global variables into structs 4 years ago
export_receiver.go Refactor cmd global variables into structs 4 years ago
export_source.go Rename `gotk` binary to `flux` 4 years ago
export_source_bucket.go Refactor cmd global variables into structs 4 years ago
export_source_git.go Refactor cmd global variables into structs 4 years ago
export_source_helm.go Refactor cmd global variables into structs 4 years ago
get.go Add support for getting resources by name 4 years ago
get_alert.go Add support for getting resources by name 4 years ago
get_alertprovider.go Add support for getting resources by name 4 years ago
get_helmrelease.go Add support for getting resources by name 4 years ago
get_image.go Add support for getting resources by name 4 years ago
get_image_policy.go Factor out upsert and upsertAndWait 4 years ago
get_image_repository.go Factor out upsert and upsertAndWait 4 years ago
get_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
get_kustomization.go Add support for getting resources by name 4 years ago
get_receiver.go Add support for getting resources by name 4 years ago
get_source.go Add support for getting resources by name 4 years ago
get_source_bucket.go Refactor get source commands 4 years ago
get_source_chart.go Use correct type in various get source commands 4 years ago
get_source_git.go Use correct type in various get source commands 4 years ago
get_source_helm.go Use correct type in various get source commands 4 years ago
helmrelease.go Refactor get cmd for kustomization and helmrelease 4 years ago
image.go Rename asRuntime* -> asClient* 4 years ago
install.go Embed the install manifests in flux binary 4 years ago
kustomization.go Refactor get cmd for kustomization and helmrelease 4 years ago
log.go Log to stderr 4 years ago
main.go Embed the install manifests in flux binary 4 years ago
manifests.embed.go Improve build process embedded manifests 4 years ago
object.go Rename asRuntime* -> asClient* 4 years ago
reconcile.go Refactor cmd global variables into structs 4 years ago
reconcile_alert.go Refactor cmd global variables into structs 4 years ago
reconcile_alertprovider.go Refactor cmd global variables into structs 4 years ago
reconcile_helmrelease.go Refactor reconcile commands 4 years ago
reconcile_image.go Rename "auto" subcommands to "image" 4 years ago
reconcile_image_repository.go Factor out upsert and upsertAndWait 4 years ago
reconcile_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
reconcile_kustomization.go Refactor reconcile commands 4 years ago
reconcile_receiver.go Refactor cmd global variables into structs 4 years ago
reconcile_source.go Rename `gotk` binary to `flux` 4 years ago
reconcile_source_bucket.go Refactor reconcile commands 4 years ago
reconcile_source_git.go Refactor reconcile commands 4 years ago
reconcile_source_helm.go Refactor reconcile commands 4 years ago
resume.go Refactor cmd global variables into structs 4 years ago
resume_alert.go Refactor cmd global variables into structs 4 years ago
resume_helmrelease.go refactor resume command 4 years ago
resume_image.go Rename "auto" subcommands to "image" 4 years ago
resume_image_repository.go Factor out upsert and upsertAndWait 4 years ago
resume_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
resume_kustomization.go refactor resume command 4 years ago
resume_receiver.go Refactor cmd global variables into structs 4 years ago
resume_source.go Add resume source commands 4 years ago
resume_source_bucket.go refactor resume command 4 years ago
resume_source_chart.go refactor resume command 4 years ago
resume_source_git.go refactor resume command 4 years ago
resume_source_helm.go refactor resume command 4 years ago
source.go Refactor get source commands 4 years ago
status.go Update sigs.k8s.io/cli-utils to v0.22.2 4 years ago
suspend.go Refactor cmd global variables into structs 4 years ago
suspend_alert.go Refactor cmd global variables into structs 4 years ago
suspend_helmrelease.go Refactor suspend commands 4 years ago
suspend_image.go Rename "auto" subcommands to "image" 4 years ago
suspend_image_repository.go Factor out upsert and upsertAndWait 4 years ago
suspend_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
suspend_kustomization.go Refactor suspend commands 4 years ago
suspend_receiver.go Refactor cmd global variables into structs 4 years ago
suspend_source.go Add suspend source commands 4 years ago
suspend_source_bucket.go Refactor suspend commands 4 years ago
suspend_source_chart.go Refactor suspend commands 4 years ago
suspend_source_git.go Refactor suspend commands 4 years ago
suspend_source_helm.go Refactor suspend commands 4 years ago
uninstall.go Remove network policies on uninstall 4 years ago
version.go Embed the install manifests in flux binary 4 years ago