package
0.4.7
Repository: https://github.com/minio/controller-tools.git
Documentation: pkg.go.dev

# Functions

DeleteNode deletes the node at the given path in the given tree of mapping nodes.
GetNode gets the node at the given path in the given sequence of mapping nodes, or, if it doesn't exist, returning false.
SetNode sets the given path to the given yaml Node, creating mapping nodes along the way.
SetStyle sets the style for all nodes in the given node tree to the given style.
ToYAML converts some object that serializes to JSON into a YAML node tree.
ValueInMapping finds the value node with the corresponding string key in the given mapping node.