Skip to content

Commit

Permalink
docs: add missing go docs in phases
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna committed Feb 29, 2024
1 parent 9c208cd commit 4e9daa7
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ _Appears in:_




KeptnPhaseType holds long and short names of each phase supported by Keptn

_Appears in:_
- [KeptnPhase](#keptnphase)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ _Appears in:_




KeptnPhaseType holds long and short names of each phase supported by Keptn

_Appears in:_
- [KeptnPhase](#keptnphase)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ _Appears in:_




KeptnPhaseType holds long and short names of each phase supported by Keptn

_Appears in:_
- [KeptnPhase](#keptnphase)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ _Appears in:_




KeptnPhaseType holds long and short names of each phase supported by Keptn

_Appears in:_
- [KeptnPhase](#keptnphase)
Expand Down
2 changes: 2 additions & 0 deletions lifecycle-operator/apis/lifecycle/v1alpha1/common/phases.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ import (
"go.opentelemetry.io/otel/propagation"
)

// KeptnPhase holds long and short names of each phase supported by Keptn
type KeptnPhase KeptnPhaseType

// KeptnPhaseType holds long and short names of each phase supported by Keptn
type KeptnPhaseType struct {
LongName string
ShortName string
Expand Down
2 changes: 2 additions & 0 deletions lifecycle-operator/apis/lifecycle/v1alpha2/common/phases.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ import (
"go.opentelemetry.io/otel/propagation"
)

// KeptnPhase holds long and short names of each phase supported by Keptn
type KeptnPhase KeptnPhaseType

// KeptnPhaseType holds long and short names of each phase supported by Keptn
type KeptnPhaseType struct {
LongName string
ShortName string
Expand Down
2 changes: 2 additions & 0 deletions lifecycle-operator/apis/lifecycle/v1alpha3/common/phases.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ import (
"go.opentelemetry.io/otel/propagation"
)

// KeptnPhase holds long and short names of each phase supported by Keptn
type KeptnPhase KeptnPhaseType

// KeptnPhaseType holds long and short names of each phase supported by Keptn
type KeptnPhaseType struct {
LongName string
ShortName string
Expand Down
2 changes: 2 additions & 0 deletions lifecycle-operator/apis/lifecycle/v1beta1/common/phases.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ import (
"go.opentelemetry.io/otel/propagation"
)

// KeptnPhase holds long and short names of each phase supported by Keptn
type KeptnPhase KeptnPhaseType

// KeptnPhaseType holds long and short names of each phase supported by Keptn
type KeptnPhaseType struct {
LongName string
ShortName string
Expand Down

0 comments on commit 4e9daa7

Please sign in to comment.