- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for analyzer_util (0.06 sec)
-
istioctl/pkg/checkinject/checkinject.go
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 9.3K bytes - Viewed (0) -
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) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Oct 18 11:39:52 UTC 2024 - 10.6K bytes - Viewed (0) -
istioctl/pkg/describe/describe.go
"istio.io/istio/pilot/pkg/security/authn" pilotcontroller "istio.io/istio/pilot/pkg/serviceregistry/kube/controller" v3 "istio.io/istio/pilot/pkg/xds/v3" "istio.io/istio/pkg/config" analyzerutil "istio.io/istio/pkg/config/analysis/analyzers/util" "istio.io/istio/pkg/config/constants" "istio.io/istio/pkg/config/host" configKube "istio.io/istio/pkg/config/kube" "istio.io/istio/pkg/config/mesh"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0)