flux2/cmd/gotk
Stefan Prodan 5672646278
Use install pkg in CLI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
..
bootstrap.go Use install pkg in CLI
bootstrap_github.go Update components to v0.1
bootstrap_gitlab.go Update components to v0.1
check.go Update blang/semver to v4
completion.go Support bash, fish, zsh, and powershell shell completions as separate sub-commands
completion_bash.go Support bash, fish, zsh, and powershell shell completions as separate sub-commands
completion_fish.go Support bash, fish, zsh, and powershell shell completions as separate sub-commands
completion_powershell.go Support bash, fish, zsh, and powershell shell completions as separate sub-commands
completion_zsh.go Support bash, fish, zsh, and powershell shell completions as separate sub-commands
create.go Add label validation
create_helmrelease.go Use `LastHandledReconcileAt` in reconcile commands
create_kustomization.go Fix Kusomization depends-on mapping
create_source.go Rename `tk` binary to `gotk`
create_source_bucket.go Update components to v0.1
create_source_git.go Make use of `GetCondition` from `pkg/apis/meta`
create_source_helm.go Update components to v0.1
create_tenant.go Update components to v0.1
delete.go Rename `tk` binary to `gotk`
delete_helmrelease.go Update components to v0.1
delete_kustomization.go Update components to v0.1
delete_source.go Rename `tk` binary to `gotk`
delete_source_bucket.go Update components to v0.1
delete_source_git.go Update components to v0.1
delete_source_helm.go Update components to v0.1
export.go Remove creationTimestamp leading spaces
export_helmrelease.go Update components to v0.1
export_kustomization.go Update components to v0.1
export_source.go Rename `tk` binary to `gotk`
export_source_bucket.go Update components to v0.1
export_source_git.go Update components to v0.1
export_source_helm.go Update components to v0.1
flags.go Rename `tk` binary to `gotk`
get.go Switch get commands to use tables for output
get_helmrelease.go Switch get commands to use tables for output
get_kustomization.go Switch get commands to use tables for output
get_source.go Rename `tk` binary to `gotk`
get_source_bucket.go Display proper revision for sources
get_source_git.go Display proper revision for sources
get_source_helm.go Display proper revision for sources
install.go Use install pkg in CLI
log.go Rename `tk` binary to `gotk`
main.go Rename 'gitops-system' namespace to 'gotk-system'
reconcile.go Rename `tk` binary to `gotk`
reconcile_helmrelease.go Retry setting annotation on conflict
reconcile_kustomization.go Retry setting annotation on conflict
reconcile_source.go Rename `tk` binary to `gotk`
reconcile_source_bucket.go Make use of `GetCondition` from `pkg/apis/meta`
reconcile_source_git.go Update components to v0.1
reconcile_source_helm.go Make use of `GetCondition` from `pkg/apis/meta`
resume.go Rename `tk` binary to `gotk`
resume_helmrelease.go Make use of `GetCondition` from `pkg/apis/meta`
resume_kustomization.go Make use of `GetCondition` from `pkg/apis/meta`
suspend.go Rename `tk` binary to `gotk`
suspend_helmrelease.go Update components to v0.1
suspend_kustomization.go Update components to v0.1
uninstall.go Rename 'gitops-system' namespace to 'gotk-system'
utils.go Merge pull request from circa10a/main