package
0.0.0-20241106155120-31ca61c30ccd
Repository: https://github.com/rancher/shepherd.git
Documentation: pkg.go.dev

# Functions

NewForConfig creates a new dynamic client or returns an error.

# Structs

Client is a struct that embedds the dynamic.Interface(dynamic client) and has Session as an attribute The session.Session attributes is passed all way down to the ResourceClient to keep track of the resources created by the dynamic client.
NamespaceableResourceClient is a struct that has dynamic.NamespaceableResourceInterface embedded, and has session.Session as an attribute.
ResourceClient has dynamic.ResourceInterface embedded so dynamic.ResourceInterface's Create can be overwritten.