Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProtoToHelmValues (0.12 sec)

  1. operator/pkg/translate/translate.go

    	err = json.Unmarshal(by, &res)
    	if err != nil {
    		return nil, err
    	}
    	r2 := map[string]any{}
    	errs := t.ProtoToHelmValues(res, r2, nil)
    	return r2, errs.ToError()
    }
    
    // ProtoToHelmValues function below is used by third party for integrations and has to be public
    
    // ProtoToHelmValues takes an interface which must be a struct ptr and recursively iterates through all its fields.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 36.3K bytes
    - Viewed (0)
Back to top