MCPcopy
hub / github.com/derailed/k9s / RevValues

Struct RevValues

internal/model/rev_values.go:23–33  ·  view source on GitHub ↗

RevValues tracks Helm values representations.

Source from the content-addressed store, hash-verified

21
22// RevValues tracks Helm values representations.
23type RevValues struct {
24 gvr *client.GVR
25 inUpdate int32
26 path string
27 rev string
28 query string
29 lines []string
30 allValues bool
31 listeners []ResourceViewerListener
32 options ViewerToggleOpts
33}
34
35// NewRevValues return a new Helm values resource model.
36func NewRevValues(gvr *client.GVR, path, rev string) *RevValues {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected