Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applier ¶
type Applier struct { }
We will need to eventualy have some set of options. These are not currently defined.
func (Applier) Apply ¶
func (a Applier) Apply(u unstructured.Unstructured, patchFileData []byte) ([]byte, error)
Apply will assume that if white out file already exists this will not be called. We will also assume that their is data in the patchedFileData and will check to make sure. Returns a byte array of valid kubernetes resource JSON.
Click to show internal directories.
Click to hide internal directories.