Verify is the action for building a given chart's Verify tree. It provides the implementation of 'helm verify'.
| 27 | // |
| 28 | // It provides the implementation of 'helm verify'. |
| 29 | type Verify struct { |
| 30 | Keyring string |
| 31 | } |
| 32 | |
| 33 | // NewVerify creates a new Verify object with the given configuration. |
| 34 | func NewVerify() *Verify { |
nothing calls this directly
no outgoing calls
no test coverage detected