var grace …
var enableServiceLinks …
func DefaultHeader() http.Header { … }
func DefaultClientConfig() *restclient.Config { … }
func ObjBody(codec runtime.Codec, obj runtime.Object) io.ReadCloser { … }
func BytesBody(bodyBytes []byte) io.ReadCloser { … }
func StringBody(body string) io.ReadCloser { … }
func TestData() (*corev1.PodList, *corev1.ServiceList, *corev1.ReplicationControllerList) { … }
func EmptyTestData() (*corev1.PodList, *corev1.ServiceList, *corev1.ReplicationControllerList) { … }
func SubresourceTestData() *corev1.Pod { … }
func GenResponseWithJsonEncodedBody(bodyStruct interface{ … }
func InitTestErrorHandler(t *testing.T) { … }
func WithAlphaEnvs(features []cmdutil.FeatureGate, t *testing.T, f func(*testing.T)) { … }
func WithAlphaEnvsDisabled(features []cmdutil.FeatureGate, t *testing.T, f func(*testing.T)) { … }