- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for UnsortedList (0.06 sec)
-
cni/pkg/install/install.go
// we shouldn't fire events for binaries that are not ours. var binPaths []string for _, bindir := range in.cfg.CNIBinTargetDirs { for _, binary := range installedBinFiles.UnsortedList() { binPaths = append(binPaths, filepath.Join(bindir, binary)) } } targets := append( binPaths, in.cfg.MountedCNINetDir, in.cfg.K8sServiceAccountPath, )
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 09 21:33:51 UTC 2024 - 13.5K bytes - Viewed (0) -
istioctl/pkg/describe/describe.go
ns := pod.GetNamespace() ingressNss.Insert(ns) ingressPods[ns] = append(ingressPods[ns], pods.Items[i].DeepCopy()) } foundIngresses := []*ingressInfo{} for _, ns := range ingressNss.UnsortedList() { // Currently no support for non-standard gateways selecting non ingressgateway pods serviceList, err := kubeClient.CoreV1().Services(ns).List(context.TODO(), metav1.ListOptions{}) if err == nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0)