Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for injectionDisabled (0.12 sec)

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

    		counts.pods++
    		if injectionDisabled(&pod) {
    			counts.disabled++
    		} else if revision != expectedRevision {
    			counts.needsRestart++
    		}
    		retval[revisionLabel] = counts
    	}
    	return retval
    }
    
    func extractRevisionFromPod(pod *corev1.Pod) string {
    	return describe.GetRevisionFromPodAnnotation(pod.GetAnnotations())
    }
    
    func injectionDisabled(pod *corev1.Pod) bool {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Oct 18 11:39:52 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top