WithPodName specifies the pod name for this Instance
(podName string)
| 462 | |
| 463 | // WithPodName specifies the pod name for this Instance |
| 464 | func (instance *Instance) WithPodName(podName string) *Instance { |
| 465 | instance.podName = podName |
| 466 | return instance |
| 467 | } |
| 468 | |
| 469 | // WithClusterName specifies the name of the cluster this Instance belongs to |
| 470 | func (instance *Instance) WithClusterName(clusterName string) *Instance { |
no outgoing calls
no test coverage detected