MCPcopy Create free account
hub / github.com/VersusControl/devops-ai-guidelines / Client

Struct Client

02-mcp-for-devops/code/07/pkg/crd/dynamic.go:23–26  ·  view source on GitHub ↗

Client wraps the dynamic + discovery clients required for CRD work.

Source from the content-addressed store, hash-verified

21
22// Client wraps the dynamic + discovery clients required for CRD work.
23type Client struct {
24 dyn dynamic.Interface
25 mapper meta.RESTMapper
26}
27
28// New constructs a Client from a rest.Config.
29func New(cfg *rest.Config) (*Client, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected