Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. operator/pkg/helm/helm.go

    	ts := struct {
    		Hub string
    		Tag string
    	}{
    		Hub: hub,
    		Tag: tag,
    	}
    	return util.RenderTemplate(hubTagYAMLTemplate, ts)
    }
    
    // DefaultFilenameForProfile returns the profile name of the default profile for the given profile.
    func DefaultFilenameForProfile(profile string) string {
    	switch {
    	case util.IsFilePath(profile):
    		return filepath.Join(filepath.Dir(profile), DefaultProfileFilename)
    	default:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top