Documentation ¶
Overview ¶
Package gen implements the genration of various artifacts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "gen",
Short: "Generate CAs, certificates, and private keys",
Long: ``,
}
Cmd represents the `gen` command.
Functions ¶
func GenerateConfigBundle ¶ added in v1.5.0
func GenerateConfigBundle(genOptions []generate.Option, clusterName string, endpoint string, kubernetesVersion string, configPatch []string, configPatchControlPlane []string, configPatchWorker []string, ) (*bundle.Bundle, error)
GenerateConfigBundle generates the Talos config bundle
GenerateConfigBundle is useful for integration with external tooling options.
func NewConfigCmd ¶
NewConfigCmd builds the config generation subcommand with the given name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.