MCPcopy
hub / github.com/kubernetes-sigs/controller-runtime / unstructuredClient

Struct unstructuredClient

pkg/client/unstructured_client.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29var _ Writer = &unstructuredClient{}
30
31type unstructuredClient struct {
32 resources *clientRestResources
33 paramCodec runtime.ParameterCodec
34}
35
36// Create implements client.Client.
37func (uc *unstructuredClient) Create(ctx context.Context, obj Object, opts ...CreateOption) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected