Documentation ¶
Index ¶
- Variables
- func BuildKustomization(k *kusttypes.Kustomization) ([]byte, error)
- func ReadKustomization(fs fs.FS, directory string) (*kusttypes.Kustomization, error)
- func ReplaceResource(kust *kusttypes.Kustomization, fromURL, toURL string) error
- func WriteKustomization(fs fs.FS, kust *kusttypes.Kustomization, directory string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var KUSTOMOZATION_FILE_NAME = "kustomization.yaml"
Functions ¶
func BuildKustomization ¶ added in v0.0.283
func BuildKustomization(k *kusttypes.Kustomization) ([]byte, error)
func ReadKustomization ¶
func ReplaceResource ¶
func ReplaceResource(kust *kusttypes.Kustomization, fromURL, toURL string) error
func WriteKustomization ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.