flux2/cmd/gotk
stefanprodan 2096532f5d Add create tenant command
..
bootstrap.go Update kustomize-controller to v0.0.12
bootstrap_github.go Add log level flag
bootstrap_gitlab.go Add log level flag
check.go Rename `tk` binary to `gotk`
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 Add label arg to create commands
create_kustomization.go Update kustomize-controller to v0.0.12
create_source.go Rename `tk` binary to `gotk`
create_source_git.go Add label arg to create commands
create_source_helm.go Add label arg to create commands
create_tenant.go Add create tenant command
delete.go Rename `tk` binary to `gotk`
delete_helmrelease.go Rename `tk` binary to `gotk`
delete_kustomization.go Rename `tk` binary to `gotk`
delete_source.go Rename `tk` binary to `gotk`
delete_source_git.go Rename `tk` binary to `gotk`
delete_source_helm.go Rename `tk` binary to `gotk`
export.go Add export resource helper function
export_helmrelease.go Add export resource helper function
export_kustomization.go Add export resource helper function
export_source.go Rename `tk` binary to `gotk`
export_source_git.go Add export resource helper function
export_source_helm.go Add export resource helper function
flags.go Rename `tk` binary to `gotk`
get.go Rename `tk` binary to `gotk`
get_helmrelease.go Rename `tk` binary to `gotk`
get_kustomization.go Rename `tk` binary to `gotk`
get_source.go Rename `tk` binary to `gotk`
get_source_git.go Rename `tk` binary to `gotk`
get_source_helm.go Rename `tk` binary to `gotk`
install.go Add log level flag
log.go Rename `tk` binary to `gotk`
main.go Add log level flag
reconcile.go Rename `tk` binary to `gotk`
reconcile_helmrelease.go Import fluxcd/pkg/runtime
reconcile_kustomization.go Import fluxcd/pkg/runtime
reconcile_source.go Rename `tk` binary to `gotk`
reconcile_source_git.go Import fluxcd/pkg/runtime
reconcile_source_helm.go Import fluxcd/pkg/runtime
resume.go Rename `tk` binary to `gotk`
resume_helmrelease.go Rename `tk` binary to `gotk`
resume_kustomization.go Rename `tk` binary to `gotk`
suspend.go Rename `tk` binary to `gotk`
suspend_helmrelease.go Rename `tk` binary to `gotk`
suspend_kustomization.go Rename `tk` binary to `gotk`
uninstall.go Rename `tk` binary to `gotk`
utils.go Add create tenant command