Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for whenMatch (0.2 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/authorization.go

    		}
    		positiveMatch := &security.Match{
    			Namespaces:       whenMatch("source.namespace", when, false, stringToMatch),
    			Principals:       whenMatch("source.principal", when, false, stringToMatch),
    			SourceIps:        whenMatch("source.ip", when, false, stringToIP),
    			DestinationPorts: whenMatch("destination.port", when, false, stringToPort),
    			DestinationIps:   whenMatch("destination.ip", when, false, stringToIP),
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 16:23:36 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top