...

Package apimachinery

import "k8s.io/kubernetes/test/e2e/apimachinery"
Overview
Index

Overview ▾

Package apimachinery contains e2e tests owned by SIG-API-Machinery.

Variables

SIGDescribe annotates the test with the SIG label.

var SIGDescribe = framework.SIGDescribe("api-machinery")

func SetUpSampleAPIServer

func SetUpSampleAPIServer(ctx context.Context, f *framework.Framework, aggrclient *aggregatorclient.Clientset, image string, n sampleAPIServerObjectNames, apiServiceGroupName, apiServiceVersion string)

func TestSampleAPIServer

func TestSampleAPIServer(ctx context.Context, f *framework.Framework, aggrclient *aggregatorclient.Clientset, image, apiServiceGroupName, apiServiceVersion string)

TestSampleAPIServer is a basic test if the sample-apiserver code from 1.29 and compiled against 1.29 will work on the current Aggregator/API-Server.