Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Haddad (0.18 sec)

  1. istioctl/pkg/tag/generate.go

    	// MutatingWebhookConfiguration and ValidatingWebhookConfiguration. The app of the webhooks are not general
    	// since they are functioned differently with different name.
    	// The filtered common labels are then added to the incoming generated
    	// webhooks, which aids in managing these webhooks via the istioctl/operator.
    	filteredLabels := make(map[string]string)
    	for k, v := range wh.Labels {
    		if k != "app" {
    			filteredLabels[k] = v
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Jan 16 17:43:49 GMT 2024
    - 13.2K bytes
    - Viewed (0)
Back to top