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/tk
Hidde Beydals e751bdc8a9 Change readiness check for HelmRelease
As the HelmRelease injects its own HelmChart, the first reconciliation
will always trigger a `Ready==False` condition while it waits for the
chart to become ready. Given this, we should only take this condition
into account when the `status.LastAttemptedRevision` has been recorded,
as this marks the fact that the chart is available and an action was
attempted.
5 years ago
..
bootstrap.go Add image pull secret arg to install/bootstrap 5 years ago
bootstrap_github.go Add examples to all tk commands 5 years ago
bootstrap_gitlab.go Add SSH hostname arg to GitLab bootstrap 5 years ago
check.go Drop support for Kubernetes <1.16 5 years ago
completion.go Copyright headers 5 years ago
create.go Add descriptions to all CLI commands 5 years ago
create_helmrelease.go Fix: change v1.JSON for HelmRelease to pointer 5 years ago
create_kustomization.go Make export work offline 5 years ago
create_source.go Add descriptions to all CLI commands 5 years ago
create_source_git.go Make export work offline 5 years ago
create_source_helm.go Make export work offline 5 years ago
delete.go Add descriptions to all CLI commands 5 years ago
delete_helmrelease.go Implement create/delete for Helm releases 5 years ago
delete_kustomization.go Add examples to all tk commands 5 years ago
delete_source.go Add descriptions to all CLI commands 5 years ago
delete_source_git.go Add examples to all tk commands 5 years ago
delete_source_helm.go Implement Helm repository commands 5 years ago
export.go Add descriptions to all CLI commands 5 years ago
export_helmrelease.go Implement get/export HelmRelease for Helm releases 5 years ago
export_kustomization.go Add examples to all tk commands 5 years ago
export_source.go Add descriptions to all CLI commands 5 years ago
export_source_git.go Add examples to all tk commands 5 years ago
export_source_helm.go Implement Helm repository commands 5 years ago
flags.go Sort supported ECDSA curves names 5 years ago
get.go Add descriptions to all CLI commands 5 years ago
get_helmrelease.go Implement get/export HelmRelease for Helm releases 5 years ago
get_kustomization.go Add examples to all tk commands 5 years ago
get_source.go Add descriptions to all CLI commands 5 years ago
get_source_git.go Add examples to all tk commands 5 years ago
get_source_helm.go Implement Helm repository commands 5 years ago
install.go Add image pull secret arg to install/bootstrap 5 years ago
log.go Create logger interface 5 years ago
main.go Replace tab by space 5 years ago
reconcile.go Rename sync cmd to reconcile 5 years ago
reconcile_helmrelease.go Change readiness check for HelmRelease 5 years ago
reconcile_kustomization.go Add reconcile helm commands 5 years ago
reconcile_source.go Rename sync cmd to reconcile 5 years ago
reconcile_source_git.go Add reconcile helm commands 5 years ago
reconcile_source_helm.go Add examples to all tk commands 5 years ago
resume.go Add descriptions to all CLI commands 5 years ago
resume_helmrelease.go Add examples to all tk commands 5 years ago
resume_kustomization.go Add examples to all tk commands 5 years ago
suspend.go Add descriptions to all CLI commands 5 years ago
suspend_helmrelease.go Add examples to all tk commands 5 years ago
suspend_kustomization.go Add examples to all tk commands 5 years ago
uninstall.go Delete custom resources during uninstall 5 years ago
utils.go Make notification component optional 5 years ago