var kindAllowList …
const testNamespace …
func DryRunCreateTest(t *testing.T, rsc dynamic.ResourceInterface, obj *unstructured.Unstructured, gvResource schema.GroupVersionResource) { … }
func DryRunPatchTest(t *testing.T, rsc dynamic.ResourceInterface, name string) { … }
func getReplicasOrFail(t *testing.T, obj *unstructured.Unstructured) int64 { … }
func DryRunScalePatchTest(t *testing.T, rsc dynamic.ResourceInterface, name string) { … }
func DryRunScaleUpdateTest(t *testing.T, rsc dynamic.ResourceInterface, name string) { … }
func DryRunUpdateTest(t *testing.T, rsc dynamic.ResourceInterface, name string) { … }
func DryRunDeleteCollectionTest(t *testing.T, rsc dynamic.ResourceInterface, name string) { … }
func DryRunDeleteTest(t *testing.T, rsc dynamic.ResourceInterface, name string) { … }
func TestDryRun(t *testing.T) { … }
func gvr(g, v, r string) schema.GroupVersionResource { … }