patch

package
v0.0.0-...-f0fc148 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Patcher

type Patcher interface {
	Create(new runtime.Object, applyFn func(runtime.Object) error) ([]byte, error)
	Apply(original, patch []byte, gvk schema.GroupVersionKind) ([]byte, error)
	ApplyOnFile(filePath string, patch []byte, gvk schema.GroupVersionKind) error
}

func NewPatcher

func NewPatcher(s serializer.Serializer) Patcher

Jump to

Keyboard shortcuts

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