Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ spec:
type: string
healthMessage:
type: string
revision:
type: string
sync:
description: SyncStatusCode is a type which represents
possible comparison results
Expand Down Expand Up @@ -525,6 +527,8 @@ spec:
type: string
healthMessage:
type: string
revision:
type: string
sync:
description: SyncStatusCode is a type which represents
possible comparison results
Expand Down Expand Up @@ -613,6 +617,8 @@ spec:
type: string
healthMessage:
type: string
revision:
type: string
sync:
description: SyncStatusCode is a type which represents
possible comparison results
Expand Down Expand Up @@ -697,6 +703,9 @@ spec:
required:
- spec
type: object
selectableFields:
- jsonPath: .status.complete
- jsonPath: .status.phase
served: true
storage: true
subresources:
Expand Down