Documentation
¶
Overview ¶
Package kustomize provides utilities for applying and managing Kubernetes customizations using Kustomize.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyKustomization ¶
func ApplyKustomization( ctx context.Context, cl client.Client, kustomization *types.Kustomization, options ...ApplyKustomizationOption, ) error
ApplyKustomization builds the kustomization and creates the resources.
Types ¶
type ApplyKustomizationOption ¶
type ApplyKustomizationOption func(*ApplyKustomizationOptions)
ApplyKustomizationOption is a functional option for ApplyKustomization.
type ApplyKustomizationOptions ¶
type ApplyKustomizationOptions struct {
IgnoreExistingResources bool
}
ApplyKustomizationOptions holds options for applying kustomizations.
Click to show internal directories.
Click to hide internal directories.