Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NOwnerGroups (0.54 sec)

  1. tools/istio-iptables/pkg/config/validation_test.go

    			include: "*",
    		},
    		{
    			name:    "capture 63 groups",
    			include: NOwnerGroups(63), // just below the limit
    		},
    		{
    			name:    "capture 64 groups",
    			include: NOwnerGroups(64), // limit
    		},
    		{
    			name:    "capture all but 64 groups",
    			exclude: NOwnerGroups(64),
    		},
    		{
    			name:    "capture all but 65 groups",
    			exclude: NOwnerGroups(65), // we don't have to put a limit on the number of groups to exclude
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 11 02:38:28 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top