type scaleTest … func TestScaleAllResources(t *testing.T) { … } func TestScaleUpdateOnlyStatus(t *testing.T) { … } func TestAllKnownVersionsAreInMappings(t *testing.T) { … } func validAppsV1(kind string) string { … } func validV1ReplicationController() string { … } func retrieveObject(t *testing.T, client clientset.Interface, prefix, resource string) *unstructured.Unstructured { … } func assertReplicasValue(t *testing.T, obj *unstructured.Unstructured, value int) { … } func assertReplicasOwnership(t *testing.T, obj *unstructured.Unstructured, fieldManagers ...string) { … }