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