Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pol (0.02 sec)

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

    //
    // functional tests of the registry
    //
    
    func fmtIPFamilyPolicy(pol *api.IPFamilyPolicy) string {
    	if pol == nil {
    		return "<nil>"
    	}
    	return string(*pol)
    }
    
    func fmtInternalTrafficPolicy(pol *api.ServiceInternalTrafficPolicy) string {
    	if pol == nil {
    		return "<nil>"
    	}
    	return string(*pol)
    }
    
    func fmtIPFamilies(fams []api.IPFamily) string {
    	if fams == nil {
    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