Merge pull request #13653 from petercover/main

chore: fix some comments
pull/13283/head
Robert Sirchia 8 months ago committed by GitHub
commit 7a6dde51c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -104,7 +104,7 @@ type Upgrade struct {
// Description is the description of this operation
Description string
Labels map[string]string
// PostRender is an optional post-renderer
// PostRenderer is an optional post-renderer
//
// If this is non-nil, then after templates are rendered, they will be sent to the
// post renderer before sending to the Kubernetes API server.

@ -163,7 +163,7 @@ annotations:
return ociAnnotations
}
// getChartOCIAnnotations will generate OCI annotations from the provided chart
// generateChartOCIAnnotations will generate OCI annotations from the provided chart
func generateChartOCIAnnotations(meta *chart.Metadata, creationTime string) map[string]string {
chartOCIAnnotations := map[string]string{}

@ -80,7 +80,7 @@ func tsFixtureMemory(t *testing.T) *Memory {
return mem
}
// newTestFixture initializes a MockConfigMapsInterface.
// newTestFixtureCfgMaps initializes a MockConfigMapsInterface.
// ConfigMaps are created for each release provided.
func newTestFixtureCfgMaps(t *testing.T, releases ...*rspb.Release) *ConfigMaps {
var mock MockConfigMapsInterface

Loading…
Cancel
Save