package
0.2.1
Repository: https://github.com/rancher/lasso.git
Documentation: pkg.go.dev

# Functions

IsNamespaced determines if the give GroupVersionResource is namespaced using the given RESTMapper.
NewClient will create a client for the given GroupResourceVersion and Kind.
No description provided by the author
No description provided by the author
NewSharedClientFactoryWithAgent returns a sharedClientFactory that is equivalent to client factory with the addition that it will augment returned clients from ForKind, ForResource, and ForResourceKind with the passed user agent.
NewSharedClientFactoryWithImpersonation returns a sharedClientFactory that is equivalent to client factory with the addition that it will augment returned clients from ForKind, ForResource, and ForResourceKind with the passed impersonation config.

# Structs

Client performs CRUD like operations on a specific GVR.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

Mutator is function that takes in a client and returns a new mutated client.