Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Packs = map[string]Pack{
"beginner": {
Name: "beginner",
Description: "Start here. Simple CRDs, Deployments, Services.",
Path: "beginner",
},
"intermediate": {
Name: "intermediate",
Description: "Multi-resource patterns, when/anyOf, Komposer basics.",
Path: "intermediate",
},
"advanced": {
Name: "advanced",
Description: "Hooks, constructors, validation/mutation, registries.",
Path: "advanced",
},
"security": {
Name: "security",
Description: "Deletion protection, namespace protection, admission webhooks.",
Path: "security",
},
"use-cases": {
Name: "use-cases",
Description: "Full-stack, cross-CRD, external gates, once-secrets.",
Path: "use-cases",
},
}
Functions ¶
func StartSpinner ¶ added in v0.4.8
StartSpinner starts a terminal progress spinner with the given message. Call Success, Failure, or Stop on the returned value when done.
Types ¶
Source Files
¶
- control.go
- create.go
- diff.go
- e2e.go
- files.go
- generate.go
- generate_crd.go
- generate_katalog.go
- generate_registry.go
- generate_registry_helpers.go
- helper.go
- init.go
- init_helper.go
- init_packs.go
- notes.go
- plan.go
- registry.go
- registry_helpers.go
- registry_info.go
- registry_list.go
- registry_pull.go
- registry_pull_print.go
- registry_push.go
- root.go
- root_dev.go
- run_dev.go
- run_dev_apply.go
- simulate.go
- spinner.go
- template.go
- ui.go
- uninstall.go
- upgrade.go
- validate.go
- validate_enrichment_output.go
- version.go
- write.go
- yaml_prune.go
Click to show internal directories.
Click to hide internal directories.