Skip to content

Commit 0596513

Browse files
author
Philip Laine
committed
Add documentation for kind string constants
Signed-off-by: Philip Laine <[email protected]>
1 parent c0ee546 commit 0596513

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

api/v1beta1/bucket_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import (
2323
)
2424

2525
const (
26+
// BucketKind is the string representation of a Bucket.
2627
BucketKind = "Bucket"
2728
)
2829

api/v1beta1/gitrepository_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import (
2323
)
2424

2525
const (
26+
// GitRepositoryKind is the string representation of a GitRepository.
2627
GitRepositoryKind = "GitRepository"
2728
)
2829

api/v1beta1/helmchart_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2323
)
2424

25+
// HelmChartKind is the string representation of a HelmChart.
2526
const HelmChartKind = "HelmChart"
2627

2728
// HelmChartSpec defines the desired state of a Helm chart.

0 commit comments

Comments
 (0)