Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SupersetOf (0.18 sec)

  1. pkg/test/framework/components/echo/deployment/builder.go

    		expected.InsertAll(parseList(subset.Annotations[annotation.InjectTemplates.Name])...)
    	}
    	if b.templates == nil || b.templates[c.Name()] == nil {
    		return expected.IsEmpty()
    	}
    
    	return b.templates[c.Name()].SupersetOf(expected)
    }
    
    func parseList(s string) []string {
    	if len(strings.TrimSpace(s)) == 0 {
    		return nil
    	}
    	items := strings.Split(s, ",")
    	for i := range items {
    		items[i] = strings.TrimSpace(items[i])
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top