Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	oldLabel, ok := namespace.ObjectMeta.GetLabels()[analyzer_util.InjectionLabelName]
    	// If there is no istio-injection=disabled and no istio.io/rev, the namespace isn't injected
    	if newRev == "" && (ok && oldLabel == "disabled" || !ok) {
    		return ""
    	}
    	if newRev != "" {
    		return fmt.Sprintf("MISSING/%s", newRev)
    	}
    	return fmt.Sprintf("MISSING/%s", analyzer_util.InjectionLabelName)
    }
    
    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