Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for INITIALIZING (0.11 sec)

  1. pilot/pkg/bootstrap/webhook.go

    		CipherSuites:   args.ServerOptions.TLSOptions.CipherSuits,
    	}
    	// Compliance for control plane validation and injection webhook server.
    	sec_model.EnforceGoCompliance(tlsConfig)
    
    	istiolog.Info("initializing secure webhook server for istiod webhooks")
    	// create the https server for hosting the k8s injectionWebhook handlers.
    	s.httpsMux = http.NewServeMux()
    	s.httpsServer = &http.Server{
    		Addr:      args.ServerOptions.HTTPSAddr,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 17:37:53 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. pkg/kube/namespace/filter.go

    	// convert LabelSelectors to Selectors
    	for _, selector := range discoverySelectors {
    		ls, err := LabelSelectorAsSelector(selector)
    		if err != nil {
    			log.Errorf("error initializing discovery namespaces filter, invalid discovery selector: %v", err)
    			return
    		}
    		selectors = append(selectors, ls)
    	}
    
    	// range over all namespaces to get discovery namespaces
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 17:12:52 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top