GetMetadata is the action for checking a given release's metadata. It provides the implementation of 'helm get metadata'.
| 32 | // |
| 33 | // It provides the implementation of 'helm get metadata'. |
| 34 | type GetMetadata struct { |
| 35 | cfg *Configuration |
| 36 | |
| 37 | Version int |
| 38 | } |
| 39 | |
| 40 | type Metadata struct { |
| 41 | Name string `json:"name" yaml:"name"` |
nothing calls this directly
no outgoing calls
no test coverage detected