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 { Version string `json:"version" jsonschema:"description=The version of Big Bang to use"` Repo string `json:"repo,omitempty" jsonschema:"description=Override repo to pull Big Bang from instead of Repo One"` ValuesFiles []string `` /* 129-byte string literal not displayed */ SkipFlux bool `json:"skipFlux,omitempty" jsonschema:"description=Whether to skip deploying flux; Defaults to false"` FluxPatchFiles []string `json:"fluxPatchFiles,omitempty" jsonschema:"description=Optional paths to Flux kustomize strategic merge patch files"` }
BigBang defines a file to deploy.
type JackalComponentExtensions ¶
type JackalComponentExtensions struct { // Big Bang Configurations BigBang *BigBang `json:"bigbang,omitempty" jsonschema:"description=Configurations for installing Big Bang and Flux in the cluster"` }
JackalComponentExtensions is a struct that contains all the official extensions
Click to show internal directories.
Click to hide internal directories.