Documentation
¶
Overview ¶
Package types contains all the types used by Zarf.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZarfCommonOptions ¶
type ZarfCommonOptions struct {
// Allow insecure connections for remote packages
Insecure bool
// Disable checking the server TLS certificate for validity
InsecureSkipTLSVerify bool
// Force connections to be over http instead of https
PlainHTTP bool
// Path to use to cache images and git repos on package create
CachePath string
// Location Zarf should use as a staging ground when managing files and images for package creation and deployment
TempDirectory string
// Whether to prefer using the structured logger over printing to stdout/stderr (i.e. in actions or git repo pulls)
PreferLogger bool
}
ZarfCommonOptions tracks the user-defined preferences used across commands.
Click to show internal directories.
Click to hide internal directories.