MCPcopy
hub / github.com/kubevela/kubevela / ManagedResourceView

Struct ManagedResourceView

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

ManagedResourceView is a view which displays info of application's managed resource including CRDs and k8s objects

Source from the content-addressed store, hash-verified

29
30// ManagedResourceView is a view which displays info of application's managed resource including CRDs and k8s objects
31type ManagedResourceView struct {
32 *CommonResourceView
33 ctx context.Context
34}
35
36// Name return managed resource view name
37func (v *ManagedResourceView) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected