WithNamespace specifies the namespace for this Instance
(namespace string)
| 456 | |
| 457 | // WithNamespace specifies the namespace for this Instance |
| 458 | func (instance *Instance) WithNamespace(namespace string) *Instance { |
| 459 | instance.namespace = namespace |
| 460 | return instance |
| 461 | } |
| 462 | |
| 463 | // WithPodName specifies the pod name for this Instance |
| 464 | func (instance *Instance) WithPodName(podName string) *Instance { |
no outgoing calls