Skip to main content

publicKustomizeOptions

Hierarchy

  • LoadOptions
    • KustomizeOptions

Index

Properties

optionalasCurrentUser

asCurrentUser?: boolean

Use the uid and gid of the command executor to run the function in the container.

optionalbuildCommand

buildCommand?: readonly string[]

The command to build Kustomize files.

@defaultValue

It will try kustomize build first, and fallback to kubectl kustomize if kustomize executable does not exist.

optionalenableAlphaPlugins

enableAlphaPlugins?: boolean

Enable kustomize plugins.

optionalenableExec

enableExec?: boolean

Enable support for exec functions (raw executables); do not use for untrusted configs! (Alpha)

optionalenableHelm

enableHelm?: boolean

Enable use of the Helm chart inflator generator.

optionalenableManagedByLabel

enableManagedByLabel?: boolean

Enable adding app.kubernetes.io/managed-by label.

optionalenableStar

enableStar?: boolean

Enable support for starlark functions. (Alpha)

optionalenv

env?: Record<string, string>

A list of environment variables to be used by functions.

optionalhelmCommand

helmCommand?: string

Helm command (path to executable).

@defaultValue

helm

optionalloadRestrictor

loadRestrictor?: string

If set to LoadRestrictionsNone, local kustomizations may load files from outside their root. This does, however, break the relocatability of the kustomization.

@defaultValue

LoadRestrictionsRootOnly

optionalmount

mount?: string[]

A list of storage options read from the filesystem.

optionalnetwork

network?: boolean

Enable network access for functions that declare it.

optionalnetworkName

networkName?: string

The docker network to run the container in.

@defaultValue

bridge

path

path: string

The path to a directory containing kustomization.yaml, or a Git repository URL with a suffix specifying same with respect to the repository root.

optionalreorder

reorder?: string

Reorder the resources just before output. Use legacy to apply a legacy reordering (Namespaces first, Webhooks last, etc). Use none to suppress a final reordering.

@defaultValue

legacy

Methods

optionaltransform

  • Parameters

    Returns undefined | null | Manifest