Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Kissling (0.14 sec)

  1. istioctl/pkg/injector/injector-list.go

    	if newRev == "" && (ok && oldLabel == "disabled" || !ok) {
    		return ""
    	}
    	if newRev != "" {
    		return fmt.Sprintf("MISSING/%s", newRev)
    	}
    	return fmt.Sprintf("MISSING/%s", analyzer_util.InjectionLabelName)
    }
    
    func getMatchingNamespaces(hook *admitv1.MutatingWebhookConfiguration, namespaces []corev1.Namespace) []corev1.Namespace {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Jan 04 03:08:06 GMT 2024
    - 10.4K bytes
    - Viewed (0)
Back to top