MCPcopy
hub / github.com/kptdev/kpt / Client

Struct Client

pkg/client/client.go:21–24  ·  view source on GitHub ↗

Client is the client to update object in the API server.

Source from the content-addressed store, hash-verified

19
20// Client is the client to update object in the API server.
21type Client struct {
22 client dynamic.Interface
23 restMapper meta.RESTMapper
24}
25
26// NewClient returns a client to get and update an object.
27func NewClient(d dynamic.Interface, mapper meta.RESTMapper) *Client {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected