ToRESTConfig is used to get ClientConfigVal from a TestFactory
()
| 489 | |
| 490 | // ToRESTConfig is used to get ClientConfigVal from a TestFactory |
| 491 | func (f *TestFactory) ToRESTConfig() (*restclient.Config, error) { |
| 492 | return f.ClientConfigVal, nil |
| 493 | } |
| 494 | |
| 495 | // ClientForMapping is used to Client from a TestFactory |
| 496 | func (f *TestFactory) ClientForMapping(mapping *meta.RESTMapping) (resource.RESTClient, error) { |
no outgoing calls