package
0.7.0
Repository: https://github.com/puppetlabs/leg.git
Documentation: pkg.go.dev

# Functions

NewDynamicClientWithExtensions creates a client-go/dynamic.Interface mock with the given extensions.
NewKubernetesClientsetWithExtensions creates a client-go/kubernetes.Interface mock with the given extensions.

# Variables

SetUIDExtension automatically sets the UID field of the object's metadata to a randomly-generated UUID when an object is created.

# Interfaces

Extension allows for predefined customization of a mock Kubernetes client.
Fake is an interface to wrap client-go/testing.Fake, which is embedded into many fake clientsets.