# Functions
AssertJobSucceeds will start a Kubernetes Job using the provided client and spec, then after it completes will either
fail the passed test (if the job fails) or pass the test if the job succeeds.
GetClientsetE returns a Kuberenets client-go Clientset object with a friendly interface.
WithGetClientsetEHost sets a host name when invoking the GetClientsetE method.
WithGetClientsetEKubeconfigPath sets the GetClientsetE method to configure from a Kubeconfig file at a particular path.
WithGetClientsetETLSCAData sets the expected CA certificate data when invoking the GetClientsetE method.
WithGetClientsetEToken sets a token when invoking the GetClientsetE method.
# Structs
AssertJobSucceedsOptions is a struct used for functional options for the AssertJobSucceeds method.
GetClientsetOptionsE is used for passing functional options to the GetEKSClientset method.
# Interfaces
JobClient is an interface that partially implements the [JobInterface object](https://pkg.go.dev/k8s.io/[email protected]/kubernetes/typed/batch/v1#JobInterface).
# Type aliases
No description provided by the author
GetClientsetEOptionsFunc is the type for the functional options arguments for the GetClientsetE method.