Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ApplyContent (0.09 sec)

  1. pkg/config/analysis/local/istiod_analyze.go

    	for _, r := range readers {
    		by, err := io.ReadAll(r.Reader)
    		if err != nil {
    			errs = multierror.Append(errs, err)
    			continue
    		}
    
    		if err = src.ApplyContent(r.Name, string(by)); err != nil {
    			errs = multierror.Append(errs, err)
    		}
    	}
    	return errs
    }
    
    // AddRunningKubeSource adds a source based on a running k8s cluster to the current IstiodAnalyzer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
Back to top