GetPodName returns the name of the pod where this instance is running
()
| 1370 | |
| 1371 | // GetPodName returns the name of the pod where this instance is running |
| 1372 | func (instance *Instance) GetPodName() string { |
| 1373 | return instance.podName |
| 1374 | } |
| 1375 | |
| 1376 | // GetNamespaceName returns the name of the namespace where this instance is running |
| 1377 | func (instance *Instance) GetNamespaceName() string { |
no outgoing calls
no test coverage detected