MCPcopy
hub / github.com/istio/istio / Server

Struct Server

cni/pkg/nodeagent/server.go:59–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type Server struct {
60 ctx context.Context
61 kubeClient kube.Client
62
63 handlers K8sHandlers
64 dataplane MeshDataplane
65
66 isReady *atomic.Value
67
68 cniServerStopFunc func()
69}
70
71func NewServer(ctx context.Context, ready *atomic.Value, pluginSocket string, args AmbientArgs) (*Server, error) {
72 client, err := buildKubeClient(args.KubeConfig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected