func TestUnstructuredRoundTripApplyConfigurations(t *testing.T) { … }
func TestJsonRoundTripApplyConfigurations(t *testing.T) { … }
func unstructuredRoundTripApplyConfiguration(t *testing.T, item runtime.Object, applyConfig interface{ … }
func jsonRoundTripApplyConfiguration(t *testing.T, item runtime.Object, applyConfig interface{ … }
func fuzzObject(t *testing.T, gvk schema.GroupVersionKind) runtime.Object { … }
func BenchmarkApplyConfigurationsFromUnstructured(b *testing.B) { … }
func BenchmarkApplyConfigurationsToUnstructured(b *testing.B) { … }