apiextensions-apiserverk8s.io/apiextensions-apiserver/pkg/test

Imports of package test

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
k8s.io/apiextensions-apiserver/pkg/apis/apiextensionsPackage apiextensions is the internal version of the API.
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1Package v1 is the v1 version of the API.
k8s.io/apiextensions-apiserver/pkg/apiserver/schema
k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel
k8s.io/apimachinery/pkg/util/validation/field
k8s.io/apimachinery/pkg/util/yaml
k8s.io/apiserver/pkg/apis/cel
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
testingPackage testing provides support for automated testing of Go packages.