flux2/cmd/flux
Hidde Beydals 3a8aad7e5c Move to `v1alpha2` image update APIs
Signed-off-by: Hidde Beydals <hello@hidde.co>
..
alert.go Format go imports
alert_provider.go Format go imports
bootstrap.go Add recurse submodules arg to bootstrap cmd
bootstrap_git.go Set password in secret
bootstrap_github.go Put potentially destructive reconcile behind flag
bootstrap_gitlab.go Put potentially destructive reconcile behind flag
check.go Tidy up command descriptions
completion.go Rename `gotk` binary to `flux`
completion_bash.go Tidy up command descriptions
completion_fish.go Tidy up command descriptions
completion_powershell.go Tidy up command descriptions
completion_zsh.go Tidy up command descriptions
create.go Refactor cmd global variables into structs
create_alert.go Change createAlertCmdRun parsing to include namespace
create_alertprovider.go Tidy up command descriptions
create_helmrelease.go Add `ValuesFiles` documentation
create_image.go Tidy up command descriptions
create_image_policy.go Move to `v1alpha2` image update APIs
create_image_repository.go Move to `v1alpha2` image update APIs
create_image_update.go Move to `v1alpha2` image update APIs
create_kustomization.go Normalize paths to forward slashes
create_receiver.go Tidy up command descriptions
create_secret.go Add `sourcesecret` and `kustomization` manifestgen
create_secret_git.go Allow supplying PK from file for Git source/secret
create_secret_helm.go Tidy up command descriptions
create_secret_tls.go Tidy up command descriptions
create_source.go Rename `gotk` binary to `flux`
create_source_bucket.go Tidy up command descriptions
create_source_git.go Set password in secret
create_source_helm.go Tidy up command descriptions
create_tenant.go Tidy up command descriptions
delete.go Refactor cmd global variables into structs
delete_alert.go Format go imports
delete_alertprovider.go Format go imports
delete_helmrelease.go Format go imports
delete_image.go Rename flux delete auto to flux delete image
delete_image_policy.go Move to `v1alpha2` image update APIs
delete_image_repository.go Move to `v1alpha2` image update APIs
delete_image_update.go Move to `v1alpha2` image update APIs
delete_kustomization.go Format go imports
delete_receiver.go Format go imports
delete_source.go Rename `gotk` binary to `flux`
delete_source_bucket.go Format go imports
delete_source_git.go Format go imports
delete_source_helm.go Format go imports
docgen.go fix links
export.go Refactor all remaining create, delete, export, get command to use adapter
export_alert.go Format go imports
export_alertprovider.go Format go imports
export_helmrelease.go Format go imports
export_image.go Rename "auto" subcommands to "image"
export_image_policy.go Move to `v1alpha2` image update APIs
export_image_repository.go Move to `v1alpha2` image update APIs
export_image_update.go Move to `v1alpha2` image update APIs
export_kustomization.go Format go imports
export_receiver.go Format go imports
export_secret.go Format go imports
export_source.go Rename `gotk` binary to `flux`
export_source_bucket.go Format go imports
export_source_git.go Format go imports
export_source_helm.go Format go imports
get.go Implement get all for sources and images
get_alert.go Format go imports
get_alertprovider.go Format go imports
get_all.go Add get all command
get_helmrelease.go Tidy up command descriptions
get_image.go Add support for getting resources by name
get_image_all.go Move to `v1alpha2` image update APIs
get_image_policy.go Move to `v1alpha2` image update APIs
get_image_repository.go Move to `v1alpha2` image update APIs
get_image_update.go Move to `v1alpha2` image update APIs
get_kustomization.go Format go imports
get_receiver.go Format go imports
get_source.go Add support for getting resources by name
get_source_all.go Add get all command
get_source_bucket.go Format go imports
get_source_chart.go Format go imports
get_source_git.go Format go imports
get_source_helm.go Format go imports
helmrelease.go Format go imports
image.go Move to `v1alpha2` image update APIs
install.go fix: install command flags logic bug
kustomization.go Format go imports
log.go Add Warningf to logger interface amd impl
logs.go Update flux logs examples
main.go Tidy up command descriptions
manifests.embed.go Improve build process embedded manifests
object.go Implement get all for sources and images
receiver.go Format go imports
reconcile.go Format go imports
reconcile_alert.go Format go imports
reconcile_alertprovider.go Format go imports
reconcile_helmrelease.go Fix reconcile with source in a different namespace
reconcile_image.go Rename "auto" subcommands to "image"
reconcile_image_repository.go Move to `v1alpha2` image update APIs
reconcile_image_updateauto.go Move to `v1alpha2` image update APIs
reconcile_kustomization.go Fix reconcile with source in a different namespace
reconcile_receiver.go Format go imports
reconcile_source.go Rename `gotk` binary to `flux`
reconcile_source_bucket.go Format go imports
reconcile_source_git.go Format go imports
reconcile_source_helm.go Format go imports
reconcile_with_source.go Fix reconcile with source in a different namespace
resume.go Refactor cmd global variables into structs
resume_alert.go Format go imports
resume_helmrelease.go Format go imports
resume_image.go Rename "auto" subcommands to "image"
resume_image_repository.go Move to `v1alpha2` image update APIs
resume_image_updateauto.go Move to `v1alpha2` image update APIs
resume_kustomization.go Format go imports
resume_receiver.go Format go imports
resume_source.go Add resume source commands
resume_source_bucket.go Format go imports
resume_source_chart.go Format go imports
resume_source_git.go Format go imports
resume_source_helm.go Format go imports
source.go Implement get all for sources and images
status.go Move `StatusChecker` to separate and generic pkg
suspend.go Refactor cmd global variables into structs
suspend_alert.go Format go imports
suspend_helmrelease.go Format go imports
suspend_image.go Rename "auto" subcommands to "image"
suspend_image_repository.go Move to `v1alpha2` image update APIs
suspend_image_updateauto.go Move to `v1alpha2` image update APIs
suspend_kustomization.go Format go imports
suspend_receiver.go Format go imports
suspend_source.go Add suspend source commands
suspend_source_bucket.go Format go imports
suspend_source_chart.go Format go imports
suspend_source_git.go Format go imports
suspend_source_helm.go Format go imports
uninstall.go Tidy up command descriptions
version.go Embed the install manifests in flux binary