FuncletClient is used to comm with funclet
| 64 | |
| 65 | // FuncletClient is used to comm with funclet |
| 66 | type FuncletClient struct { |
| 67 | client *rest.RESTClient |
| 68 | protocol string |
| 69 | } |
| 70 | |
| 71 | // NewFuncletClient create a kubernetes client |
| 72 | func NewFuncletClient(option *FuncletClientOptions) FuncletInterface { |
nothing calls this directly
no outgoing calls
no test coverage detected