patching

package
v0.0.0-...-ada96fe Latest Latest
Warning

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

Go to latest
Published: May 11, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PatchServices

func PatchServices(state *project.State, manifests []map[string]interface{}, rawTemplate string, namespace string) ([]map[string]interface{}, error)

func SubstituteValue

func SubstituteValue(workloadName string, value string) string

func ValidatePatchTemplate

func ValidatePatchTemplate(content string) error

Types

type PatchOperation

type PatchOperation struct {
	Op          string      `json:"op"`
	Path        string      `json:"path"`
	Value       interface{} `json:"value,omitempty"`
	Description string      `json:"description,omitempty"`
}

Jump to

Keyboard shortcuts

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