NewString creates a new ValueString from the YAML node.
(*yaml.Node)
| 447 | |
| 448 | // NewString creates a new ValueString from the YAML node. |
| 449 | NewString(*yaml.Node) ValueString |
| 450 | |
| 451 | // ParsePolicy will parse the target yaml node as though it is the top-level policy. |
| 452 | ParsePolicy(ParserContext, *yaml.Node) *Policy |
no outgoing calls
no test coverage detected