Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Field indicates that the content of this path element is a field's name Field = "f" // Value indicates that the content of this path element is a field's value Value = "v" // Index indicates that the content of this path element is an index in an array Index = "i" // Key indicates that the content of this path element is a key value map Key = "k" // Separator separates the type of a path element from the contents Separator = ":" )
Variables ¶
This section is empty.
Functions ¶
func NewPathElement ¶
func NewPathElement(s string) (fieldpath.PathElement, error)
NewPathElement parses a serialized path element
func NewReconcilerFn ¶
func NewReconcilerFn(client resourceclient.Client, reconcileConfig *choreov1alpha1.Reconciler, libs *unstructured.UnstructuredList, branch string) reconcile.TypedReconcilerFn
Types ¶
Click to show internal directories.
Click to hide internal directories.