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