Versions in this module Expand all Collapse all v0 v0.8.3 Mar 11, 2025 Changes in this version + func FullConfigProcess(ctx context.Context, opts Options, patches []string) (*bundle.Bundle, machine.Type, error) + func InitializeConfigBundle(opts Options) (*bundle.Bundle, error) + func Render(ctx context.Context, c *client.Client, opts Options) ([]byte, error) + func SerializeConfiguration(configBundle *bundle.Bundle, machineType machine.Type) ([]byte, error) + type Options struct + ClusterName string + Debug bool + Endpoint string + FileValues []string + Full bool + Insecure bool + JsonValues []string + KubernetesVersion string + LiteralValues []string + Offline bool + Root string + StringValues []string + TalosVersion string + TemplateFiles []string + ValueFiles []string + Values []string + WithSecrets string