Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for analyzer_util (0.17 sec)

  1. istioctl/pkg/checkinject/checkinject.go

    						}
    					}
    				}
    			}
    		} else if podMatched {
    			if v, ok := nsLabels[analyzer_util.InjectionLabelName]; ok {
    				if v != "enabled" {
    					return fmt.Sprintf("Namespace has %s=%s label, preventing injection",
    						analyzer_util.InjectionLabelName, v), false
    				}
    			}
    		}
    	}
    	noMatchingReason := func(whs []admitv1.MutatingWebhook) string {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 9.3K bytes
    - Viewed (0)
Back to top