Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Language string
Flavors []string
RepoName string
K8sSchemaVersion string
// NodeLintTarget and NodeFormatTarget are the package.json lint/format-check
// scripts the dev-only pre-push hooks run (Node only). Empty omits the
// respective hook. They are repo-owned because every Node repo ships a
// bespoke eslint/prettier toolchain under a different script name (backstage:
// lint:all / prettier:check; happa: lint / validate-prettier), so they are
// configured per repo rather than baked into the generator.
NodeLintTarget string
NodeFormatTarget string
}
type PreCommit ¶
type PreCommit struct {
// contains filtered or unexported fields
}
func (*PreCommit) CreateHelmReadmeInputs ¶
func (*PreCommit) CreatePreCommitAction ¶
func (*PreCommit) CreatePreCommitConfig ¶
func (*PreCommit) CreateSchemaYamlInputs ¶
Click to show internal directories.
Click to hide internal directories.