Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for analyzeWebhooksMatchStatus (0.23 sec)

  1. istioctl/pkg/checkinject/checkinject.go

    	results := make([]webhookAnalysis, 0)
    	for _, mwc := range whs {
    		if !isIstioWebhook(&mwc) {
    			continue
    		}
    		rev := extractRevision(&mwc)
    		reason, injected := analyzeWebhooksMatchStatus(mwc.Webhooks, podLabels, nsLabels)
    		results = append(results, webhookAnalysis{
    			Name:     mwc.Name,
    			Revision: rev,
    			Injected: injected,
    			Reason:   reason,
    		})
    	}
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 9.3K bytes
    - Viewed (0)
Back to top