extensions

package
v0.40.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package extensions contains the types for all official extensions.

Package extensions contains the types for all official extensions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BigBang

type BigBang struct {
	// The version of Big Bang to use.
	Version string `json:"version"`
	// Override repo to pull Big Bang from instead of Repo One.
	Repo string `json:"repo,omitempty"`
	// The list of values files to pass to Big Bang; these will be merged together.
	ValuesFiles []string `json:"valuesFiles,omitempty"`
	// Whether to skip deploying flux; Defaults to false.
	SkipFlux bool `json:"skipFlux,omitempty"`
	// Optional paths to Flux kustomize strategic merge patch files.
	FluxPatchFiles []string `json:"fluxPatchFiles,omitempty"`
}

BigBang holds the configuration for the Big Bang extension.

type ZarfComponentExtensions

type ZarfComponentExtensions struct {
	// Configurations for installing Big Bang and Flux in the cluster.
	BigBang *BigBang `json:"bigbang,omitempty"`
}

ZarfComponentExtensions is a struct that contains all the official extensions.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL