MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / FuncletClient

Struct FuncletClient

pkg/funclet/client/client.go:66–69  ·  view source on GitHub ↗

FuncletClient is used to comm with funclet

Source from the content-addressed store, hash-verified

64
65// FuncletClient is used to comm with funclet
66type FuncletClient struct {
67 client *rest.RESTClient
68 protocol string
69}
70
71// NewFuncletClient create a kubernetes client
72func NewFuncletClient(option *FuncletClientOptions) FuncletInterface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected