Now generates a timestamp If the configuration has a Timestamper on it, that will be used. Otherwise, this will use time.Now().
()
| 585 | // If the configuration has a Timestamper on it, that will be used. |
| 586 | // Otherwise, this will use time.Now(). |
| 587 | func (cfg *Configuration) Now() time.Time { |
| 588 | return Timestamper() |
| 589 | } |
| 590 | |
| 591 | func (cfg *Configuration) releaseContent(name string, version int) (ri.Releaser, error) { |
| 592 | if err := chartutil.ValidateReleaseName(name); err != nil { |
no outgoing calls