types

package
v0.73.1 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2026 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Overview

Package types contains types used globally throughout Zarf

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteOptions added in v0.71.0

type RemoteOptions struct {
	PlainHTTP             bool
	InsecureSkipTLSVerify bool
}

RemoteOptions are common options when calling a remote service

type ZarfCommonOptions

type ZarfCommonOptions struct {
	// 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.

Jump to

Keyboard shortcuts

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