Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/test/framework/components/echo/kube/deployment.go

    func getTemplate(tmplFilePath string) *template.Template {
    	yamlPath := path.Join(echoKubeTemplatesDir, tmplFilePath)
    	if filepath.IsAbs(tmplFilePath) {
    		yamlPath = tmplFilePath
    	}
    	return tmpl.MustParse(file.MustAsString(yamlPath))
    }
    
    var _ workloadHandler = &deployment{}
    
    type deployment struct {
    	ctx             resource.Context
    	cfg             echo.Config
    	shouldCreateWLE bool
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top