Documentation ¶
Index ¶
- func FullConfigProcess(ctx context.Context, opts Options, patches []string) (*bundle.Bundle, 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FullConfigProcess ¶ added in v0.4.0
FullConfigProcess handles the full process of creating and updating the Bundle.
func InitializeConfigBundle ¶ added in v0.4.0
Function to initialize configuration settings
Types ¶
type Options ¶
type Options struct { Insecure bool ValueFiles []string StringValues []string Values []string FileValues []string JsonValues []string LiteralValues []string TalosVersion string WithSecrets string Full bool Root string Offline bool KubernetesVersion string TemplateFiles []string ClusterName string Endpoint string }
Options encapsulates all parameters necessary for rendering.
Click to show internal directories.
Click to hide internal directories.