MCPcopy
hub / github.com/kubevela/kubevela / PodView

Struct PodView

references/cli/top/view/pod_view.go:31–34  ·  view source on GitHub ↗

PodView is the pod view, this view display info of pod belonging to component

Source from the content-addressed store, hash-verified

29
30// PodView is the pod view, this view display info of pod belonging to component
31type PodView struct {
32 *CommonResourceView
33 ctx context.Context
34}
35
36// Name return pod view name
37func (v *PodView) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected