flux2/cmd/tk
Hidde Beydals 123433c4ea Support providing TLS certs for helm source
..
bootstrap.go Add image pull secret arg to install/bootstrap
bootstrap_github.go Add examples to all tk commands
bootstrap_gitlab.go Add examples to all tk commands
check.go Drop support for Kubernetes <1.16
completion.go Copyright headers
create.go Add descriptions to all CLI commands
create_helmrelease.go Implement get/export HelmRelease for Helm releases
create_kustomization.go Add examples to all tk commands
create_source.go Add descriptions to all CLI commands
create_source_git.go Add examples to all tk commands
create_source_helm.go Support providing TLS certs for helm source
delete.go Add descriptions to all CLI commands
delete_helmrelease.go Implement create/delete for Helm releases
delete_kustomization.go Add examples to all tk commands
delete_source.go Add descriptions to all CLI commands
delete_source_git.go Add examples to all tk commands
delete_source_helm.go Implement Helm repository commands
export.go Add descriptions to all CLI commands
export_helmrelease.go Implement get/export HelmRelease for Helm releases
export_kustomization.go Add examples to all tk commands
export_source.go Add descriptions to all CLI commands
export_source_git.go Add examples to all tk commands
export_source_helm.go Implement Helm repository commands
flags.go Sort supported ECDSA curves names
get.go Add descriptions to all CLI commands
get_helmrelease.go Implement get/export HelmRelease for Helm releases
get_kustomization.go Add examples to all tk commands
get_source.go Add descriptions to all CLI commands
get_source_git.go Add examples to all tk commands
get_source_helm.go Implement Helm repository commands
install.go Add image pull secret arg to install/bootstrap
log.go Create logger interface
main.go Replace tab by space
reconcile.go Rename sync cmd to reconcile
reconcile_helmrelease.go Add helm suspend/resume commands
reconcile_kustomization.go Add reconcile helm commands
reconcile_source.go Rename sync cmd to reconcile
reconcile_source_git.go Add reconcile helm commands
reconcile_source_helm.go Add examples to all tk commands
resume.go Add descriptions to all CLI commands
resume_helmrelease.go Add examples to all tk commands
resume_kustomization.go Add examples to all tk commands
suspend.go Add descriptions to all CLI commands
suspend_helmrelease.go Add examples to all tk commands
suspend_kustomization.go Add examples to all tk commands
uninstall.go Delete custom resources during uninstall
utils.go Make notification component optional