Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func CrdExistsInDiscovery(client apiextensionsclientset.Interface, ...) bool + func CreateTestCRDs(t *testing.T, client apiextensionsclientset.Interface, ...) + func GetCustomResourceDefinitionData() []*apiextensionsv1beta1.CustomResourceDefinition + func GetEtcdStorageData() map[schema.GroupVersionResource]StorageData + func GetEtcdStorageDataForNamespace(namespace string) map[schema.GroupVersionResource]StorageData + func JSONToUnstructured(stub, namespace string, mapping *meta.RESTMapping, ...) (dynamic.ResourceInterface, *unstructured.Unstructured, error) + type Master struct + Cleanup func() + Client clientset.Interface + Config *restclient.Config + Dynamic dynamic.Interface + KV clientv3.KV + Mapper meta.RESTMapper + Resources []Resource + func StartRealMasterOrDie(t *testing.T, configFuncs ...func(*options.ServerRunOptions)) *Master + type Prerequisite struct + GvrData schema.GroupVersionResource + Stub string + type Resource struct + HasDeleteCollection bool + Mapping *meta.RESTMapping + func GetResources(t *testing.T, serverResources []*metav1.APIResourceList) []Resource + type StorageData struct + ExpectedEtcdPath string + ExpectedGVK *schema.GroupVersionKind + Prerequisites []Prerequisite + Stub string