Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. istioctl/pkg/checkinject/checkinject.go

    				isDeactivated = true
    			}
    			nsMatchedLabels = append(nsMatchedLabels, extractMatchLabels(wh.NamespaceSelector)...)
    			podMatchedLabels = append(podMatchedLabels, extractMatchLabels(wh.ObjectSelector)...)
    		}
    		if isDeactivated {
    			return "The injection webhook is deactivated, and will never match labels."
    		}
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 9.3K bytes
    - Viewed (0)
Back to top