kustomize

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

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.

Jump to

Keyboard shortcuts

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