MCPcopy
hub / github.com/helm/helm / GetMetadata

Struct GetMetadata

pkg/action/get_metadata.go:34–38  ·  view source on GitHub ↗

GetMetadata is the action for checking a given release's metadata. It provides the implementation of 'helm get metadata'.

Source from the content-addressed store, hash-verified

32//
33// It provides the implementation of 'helm get metadata'.
34type GetMetadata struct {
35 cfg *Configuration
36
37 Version int
38}
39
40type Metadata struct {
41 Name string `json:"name" yaml:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected