patch

package
v0.55.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const PATCH_TOKEN = "TO_BE_MODIFIED"
View Source
const TempYamlPath = "temp.yaml"

Variables

This section is empty.

Functions

This section is empty.

Types

type Patcher

type Patcher interface {
	CreateTwoWayMergePatch(original, modified []byte) ([]byte, error)
	MergePatches(original []byte, path []string, step api.Kustomize, resource string) ([]byte, error)
	ApplyPatch(patch []byte, step api.Kustomize, resource string) ([]byte, error)
	ModifyField(original []byte, path []string) ([]byte, error)
	RunKustomize(kustomizationPath string) ([]byte, error)
}

func NewShipPatcher

func NewShipPatcher(logger log.Logger, fs afero.Afero) Patcher

type ShipPatcher

type ShipPatcher struct {
	Logger log.Logger
	FS     afero.Afero
}

func (*ShipPatcher) ApplyPatch

func (p *ShipPatcher) ApplyPatch(patch []byte, step api.Kustomize, resource string) ([]byte, error)

func (*ShipPatcher) CreateTwoWayMergePatch

func (p *ShipPatcher) CreateTwoWayMergePatch(original, modified []byte) ([]byte, error)

func (*ShipPatcher) MergePatches

func (p *ShipPatcher) MergePatches(original []byte, path []string, step api.Kustomize, resource string) ([]byte, error)

func (*ShipPatcher) ModifyField

func (p *ShipPatcher) ModifyField(original []byte, path []string) ([]byte, error)

func (*ShipPatcher) RunKustomize

func (p *ShipPatcher) RunKustomize(kustomizationPath string) ([]byte, error)

Jump to

Keyboard shortcuts

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