const svName … const idA … const idB … const idNonExist … func TestStorageVersionGarbageCollection(t *testing.T) { … } func createTestStorageVersion(t *testing.T, client kubernetes.Interface, ids ...string) { … } func assertStorageVersionDeleted(t *testing.T, client kubernetes.Interface) { … } func createTestAPIServerIdentityLease(t *testing.T, client kubernetes.Interface, name string) { … } func deleteTestAPIServerIdentityLease(t *testing.T, client kubernetes.Interface, name string) { … } func assertStorageVersionEntries(t *testing.T, client kubernetes.Interface, numEntries int, firstID string) { … } func assertCommonEncodingVersion(t *testing.T, client kubernetes.Interface, e *string) { … } func idToVersion(t *testing.T, id string) string { … }