Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sas (0.02 sec)

  1. pkg/printers/internalversion/printers.go

    	row.Cells = append(row.Cells, obj.Name, roleRef, translateTimestampSince(obj.CreationTimestamp))
    	if options.Wide {
    		users, groups, sas, _ := rbac.SubjectsStrings(obj.Subjects)
    		row.Cells = append(row.Cells, strings.Join(users, ", "), strings.Join(groups, ", "), strings.Join(sas, ", "))
    	}
    	return []metav1.TableRow{row}, nil
    }
    
    // Prints the RoleBinding in a human-friendly format.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    sandvikcoromant
    
    // sanofi : 2014-10-09 Sanofi
    sanofi
    
    // sap : 2014-03-27 SAP AG
    sap
    
    // sarl : 2014-07-03 Binky Moon, LLC
    sarl
    
    // sas : 2015-04-02 Research IP LLC
    sas
    
    // save : 2015-06-25 Amazon Registry Services, Inc.
    save
    
    // saxo : 2014-10-31 Saxo Bank A/S
    saxo
    
    // sbi : 2015-03-12 STATE BANK OF INDIA
    sbi
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top