We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77de589 + 74fc5b0 commit fe0e759Copy full SHA for fe0e759
pkg/envtest/server.go
@@ -72,6 +72,15 @@ func defaultAssetPath(binary string) string {
72
73
}
74
75
+// ControlPlane is the re-exported ControlPlane type from the internal integration package
76
+type ControlPlane = integration.ControlPlane
77
+
78
+// APIServer is the re-exported APIServer type from the internal integration package
79
+type APIServer = integration.APIServer
80
81
+// Etcd is the re-exported Etcd type from the internal integration package
82
+type Etcd = integration.Etcd
83
84
// Environment creates a Kubernetes test environment that will start / stop the Kubernetes control plane and
85
// install extension APIs
86
type Environment struct {
0 commit comments