Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPrintIPAddress (0.16 sec)

  1. pkg/printers/internalversion/printers_test.go

    						t.Errorf("Expected no panic, but got: %v", err)
    					}
    				}()
    
    				// should not panic
    				rows[0].DeepCopy()
    			}()
    
    		})
    	}
    }
    
    func TestPrintIPAddress(t *testing.T) {
    	ip := networking.IPAddress{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:              "192.168.2.2",
    			CreationTimestamp: metav1.Time{Time: time.Now().Add(time.Duration(-10 * 365 * 24 * time.Hour))},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top