flux2/cmd/flux
Stefan Prodan fb713e9632
Mark the validation arg as deprecated
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
..
testdata Update Kubernetes version minimum requirements
alert.go Request reconcile using patch instead of update
alert_provider.go Request reconcile using patch instead of update
bootstrap.go Use proper GPG terminology
bootstrap_git.go Use proper GPG terminology
bootstrap_github.go Allow users to define team roles
bootstrap_gitlab.go chore: remove deprecated io/ioutil
check.go Update Kubernetes version minimum requirements
check_test.go Replace kubectl with Go server-side apply
completion.go Add dynamic completion suppport
completion_bash.go Tidy up command descriptions
completion_fish.go Tidy up command descriptions
completion_powershell.go Tidy up command descriptions
completion_zsh.go Fix `flux completion zsh` to work with `source` only
create.go Refactor cmd global variables into structs
create_alert.go Switch StringArrayVar flags to use StringSliceVar
create_alertprovider.go Tidy up command descriptions
create_helmrelease.go Check for nil pointer before setting createNamespace in helmrelease
create_image.go Tidy up command descriptions
create_image_policy.go Update image-reflector-controller to v0.12.0
create_image_repository.go Use image API v1beta1
create_image_update.go Use image API v1beta1
create_kustomization.go Mark the validation arg as deprecated
create_receiver.go Switch StringArrayVar flags to use StringSliceVar
create_secret.go Add `sourcesecret` and `kustomization` manifestgen
create_secret_git.go feat: display success message while create secrets via `flux` cli.
create_secret_helm.go feat: display success message while create secrets via `flux` cli.
create_secret_tls.go feat: display success message while create secrets via `flux` cli.
create_source.go Rename `gotk` binary to `flux`
create_source_bucket.go Fix SecretRef
create_source_git.go Be able to create a git source without human interaction.
create_source_git_test.go Add test for "flux create source git"
create_source_helm.go chore: remove deprecated io/ioutil
create_tenant.go Adds a watch flag to the get command
delete.go Refactor cmd global variables into structs
delete_alert.go Add dynamic completion suppport
delete_alertprovider.go Add dynamic completion suppport
delete_helmrelease.go Add dynamic completion suppport
delete_image.go Rename flux delete auto to flux delete image
delete_image_policy.go Add dynamic completion suppport
delete_image_repository.go Add dynamic completion suppport
delete_image_update.go Add dynamic completion suppport
delete_kustomization.go Update kustomize-controller API to v1beta2
delete_receiver.go Add dynamic completion suppport
delete_source.go Rename `gotk` binary to `flux`
delete_source_bucket.go Add dynamic completion suppport
delete_source_git.go Add dynamic completion suppport
delete_source_helm.go Add dynamic completion suppport
docgen.go Remove ' command' from Flux CLI docs title
export.go Refactor all remaining create, delete, export, get command to use adapter
export_alert.go Add dynamic completion suppport
export_alertprovider.go Add dynamic completion suppport
export_helmrelease.go Add dynamic completion suppport
export_image.go Rename "auto" subcommands to "image"
export_image_policy.go Add dynamic completion suppport
export_image_repository.go Add dynamic completion suppport
export_image_update.go Add dynamic completion suppport
export_kustomization.go Update kustomize-controller API to v1beta2
export_receiver.go Add dynamic completion suppport
export_secret.go Format go imports
export_source.go Rename `gotk` binary to `flux`
export_source_bucket.go Add dynamic completion suppport
export_source_git.go Add dynamic completion suppport
export_source_helm.go Add dynamic completion suppport
get.go Fix "get" subcommands to use stdout instead of stderr
get_alert.go Add dynamic completion suppport
get_alertprovider.go Add dynamic completion suppport
get_all.go Update kustomize-controller API to v1beta2
get_helmrelease.go Add dynamic completion suppport
get_image.go Adds a watch flag to the get command
get_image_all.go Adds a watch flag to the get command
get_image_policy.go Add dynamic completion suppport
get_image_repository.go Add dynamic completion suppport
get_image_update.go Add dynamic completion suppport
get_kustomization.go Update kustomize-controller API to v1beta2
get_receiver.go Add dynamic completion suppport
get_source.go Adds a watch flag to the get command
get_source_all.go Adds a watch flag to the get command
get_source_bucket.go Add dynamic completion suppport
get_source_chart.go Add dynamic completion suppport
get_source_git.go Add dynamic completion suppport
get_source_helm.go Add dynamic completion suppport
helmrelease.go Request reconcile using patch instead of update
helmrelease_test.go Use shared envTest for unit tests
image.go Request reconcile using patch instead of update
image_test.go Use shared envTest for unit tests
install.go Replace kubectl with Go server-side apply
kustomization.go Update kustomize-controller API to v1beta2
kustomization_test.go Mark the validation arg as deprecated
log.go Add Warningf to logger interface amd impl
logs.go Sort pods from each deployment to get first and ready pod
logs_test.go add --since and --since-time
main.go Mark the validation arg as deprecated
main_e2e_test.go Use shared envTest for unit tests
main_test.go Add test for "flux create source git"
main_unit_test.go Add test for "flux create source git"
manifests.embed.go Improve build process embedded manifests
object.go Request reconcile using patch instead of update
receiver.go Request reconcile using patch instead of update
reconcile.go Better checks for reconciliation in reconcile run command
reconcile_alert.go Add dynamic completion suppport
reconcile_alertprovider.go Add dynamic completion suppport
reconcile_helmrelease.go Add dynamic completion suppport
reconcile_image.go Rename "auto" subcommands to "image"
reconcile_image_repository.go Add dynamic completion suppport
reconcile_image_updateauto.go Add dynamic completion suppport
reconcile_kustomization.go Update kustomize-controller API to v1beta2
reconcile_receiver.go Add dynamic completion suppport
reconcile_source.go Rename `gotk` binary to `flux`
reconcile_source_bucket.go Add dynamic completion suppport
reconcile_source_git.go Add dynamic completion suppport
reconcile_source_helm.go Add dynamic completion suppport
reconcile_with_source.go Better checks for reconciliation in reconcile run command
resume.go Adds suspend and resume all cmd
resume_alert.go Add dynamic completion suppport
resume_helmrelease.go Add dynamic completion suppport
resume_image.go Rename "auto" subcommands to "image"
resume_image_repository.go Add dynamic completion suppport
resume_image_updateauto.go Add dynamic completion suppport
resume_kustomization.go Update kustomize-controller API to v1beta2
resume_receiver.go Add dynamic completion suppport
resume_source.go Add resume source commands
resume_source_bucket.go Add dynamic completion suppport
resume_source_chart.go Add dynamic completion suppport
resume_source_git.go Add dynamic completion suppport
resume_source_helm.go Add dynamic completion suppport
source.go Request reconcile using patch instead of update
status.go Move `StatusChecker` to separate and generic pkg
suspend.go Adds suspend and resume all cmd
suspend_alert.go Add dynamic completion suppport
suspend_helmrelease.go Add dynamic completion suppport
suspend_image.go Rename "auto" subcommands to "image"
suspend_image_repository.go Add dynamic completion suppport
suspend_image_updateauto.go Add dynamic completion suppport
suspend_kustomization.go Update kustomize-controller API to v1beta2
suspend_receiver.go Add dynamic completion suppport
suspend_source.go Add suspend source commands
suspend_source_bucket.go Add dynamic completion suppport
suspend_source_chart.go Add dynamic completion suppport
suspend_source_git.go Add dynamic completion suppport
suspend_source_helm.go Add dynamic completion suppport
trace.go Update kustomize-controller API to v1beta2
trace_test.go Use shared envTest for unit tests
uninstall.go Update kustomize-controller API to v1beta2
version.go Add flux version command
version_utils.go Add flux version command
version_utils_test.go Add flux version command