Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for formatEndpoints (0.1 sec)

  1. pkg/printers/internalversion/printers.go

    	_ = h.TableHandler(storageVersionMigrationColumnDefinitions, printStorageVersionMigrationList)
    }
    
    // Pass ports=nil for all ports.
    func formatEndpoints(endpoints *api.Endpoints, ports sets.String) string {
    	if len(endpoints.Subsets) == 0 {
    		return "<none>"
    	}
    	list := []string{}
    	max := 3
    	more := false
    	count := 0
    	for i := range endpoints.Subsets {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top