WithNamespace is used to mention namespace reactively
(ns string)
| 462 | |
| 463 | // WithNamespace is used to mention namespace reactively |
| 464 | func (f *TestFactory) WithNamespace(ns string) *TestFactory { |
| 465 | f.kubeConfigFlags.WithNamespace(ns) |
| 466 | return f |
| 467 | } |
| 468 | |
| 469 | // WithClientConfig sets the client config to use |
| 470 | func (f *TestFactory) WithClientConfig(clientConfig clientcmd.ClientConfig) *TestFactory { |
no outgoing calls