type smpDirective …
const smpUnknown …
const smpReplace …
const smpDelete …
const smpMerge …
const strategicMergePatchDirectiveKey …
func determineSmpDirective(patch *yaml.RNode) (smpDirective, error) { … }
func determineSequenceNodePatchStrategy(patch *yaml.RNode) (smpDirective, error) { … }
func determineMappingNodePatchStrategy(patch *yaml.RNode) (smpDirective, error) { … }
func elideMappingPatchDirective(patch *yaml.RNode) error { … }
func elideSequencePatchDirective(patch *yaml.RNode, value string) error { … }