Skip to content

Commit cd020d8

Browse files
mlavaccarobscott
authored andcommitted
All route ResolvedRefs reasons added to docs
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
1 parent b35ec56 commit cd020d8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apis/v1alpha2/shared_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ const (
231231
// Possible reasons for this condition to be false are:
232232
//
233233
// * "RefNotPermitted"
234+
// * "InvalidKind"
235+
// * "BackendNotFound"
234236
//
235237
// Controllers may raise this condition with other reasons,
236238
// but should prefer to use the reasons listed above to improve

apis/v1beta1/shared_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ const (
231231
// Possible reasons for this condition to be false are:
232232
//
233233
// * "RefNotPermitted"
234+
// * "InvalidKind"
235+
// * "BackendNotFound"
234236
//
235237
// Controllers may raise this condition with other reasons,
236238
// but should prefer to use the reasons listed above to improve

0 commit comments

Comments
 (0)