Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sTestEnv ¶
type K8sTestEnv struct {
Client client.Client
DynClient dynamic.Interface
RestMapper *restmapper.DeferredDiscoveryRESTMapper
Stop func()
}
func StartK8sTestEnvironment ¶
func StartK8sTestEnvironment() (*K8sTestEnv, error)
Starts a local k8s test environment for testing Kubernetes operations such as Create, Get, Delete, etc
Click to show internal directories.
Click to hide internal directories.