Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kube/inject/inject.go

    			ret = append(ret, al...)
    		} else {
    			ret = append(ret, name)
    		}
    	}
    	return ret
    }
    
    func stripPod(req InjectionParameters) *corev1.Pod {
    	pod := req.pod.DeepCopy()
    	prevStatus := injectionStatus(pod)
    	if prevStatus == nil {
    		return req.pod
    	}
    	// We found a previous status annotation. Possibly we are re-injecting the pod
    	// To ensure idempotency, remove our injected containers first
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 28.8K bytes
    - Viewed (1)
Back to top