func TestFinalized(t *testing.T) { … }
func TestFinalizeNamespaceFunc(t *testing.T) { … }
func testSyncNamespaceThatIsTerminating(t *testing.T, versions *metav1.APIVersions) { … }
func TestRetryOnConflictError(t *testing.T) { … }
func TestSyncNamespaceThatIsTerminatingNonExperimental(t *testing.T) { … }
func TestSyncNamespaceThatIsTerminatingV1(t *testing.T) { … }
func TestSyncNamespaceThatIsActive(t *testing.T) { … }
func matchErrors(e1, e2 error) bool { … }
func testServerAndClientConfig(handler func(http.ResponseWriter, *http.Request)) (*httptest.Server, *restclient.Config) { … }
type fakeAction …
func (f *fakeAction) String() string { … }
type fakeActionHandler …
func (f *fakeActionHandler) ServeHTTP(response http.ResponseWriter, request *http.Request) { … }
func testResources() []*metav1.APIResourceList { … }
func TestDeleteEncounters404(t *testing.T) { … }