NewString creates a new ValueString from the YAML node.
(*yaml.Node)
| 405 | |
| 406 | // NewString creates a new ValueString from the YAML node. |
| 407 | NewString(*yaml.Node) ValueString |
| 408 | |
| 409 | // ParsePolicy will parse the target yaml node as though it is the top-level policy. |
| 410 | ParsePolicy(ParserContext, *yaml.Node) *Policy |
no outgoing calls
no test coverage detected