MCPcopy
hub / github.com/zarf-dev/zarf / DeployedPackageOptions

FuncType DeployedPackageOptions

src/pkg/state/state.go:610–610  ·  view source on GitHub ↗

DeployedPackageOptions are options for the DeployedPackage function

func(*DeployedPackage)

Source from the content-addressed store, hash-verified

608
609// DeployedPackageOptions are options for the DeployedPackage function
610type DeployedPackageOptions func(*DeployedPackage)
611
612// WithPackageNamespaceOverride sets the [ALPHA] optional namespace override for a package during deployment
613func WithPackageNamespaceOverride(namespaceOverride string) DeployedPackageOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected