Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCreateDryRun (0.43 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    				t.Errorf("expected clusterIPs [\"None\"], got %q", createdSvc.Spec.ClusterIPs)
    			}
    		})
    	}
    }
    
    // Prove that a dry-run create doesn't actually allocate IPs or ports.
    func TestCreateDryRun(t *testing.T) {
    	testCases := []struct {
    		name            string
    		clusterFamilies []api.IPFamily
    		svc             *api.Service
    	}{{
    		name:            "singlestack:v4_clusterip:unset",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top