We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667a065 commit 5fce793Copy full SHA for 5fce793
api/datareading.go
@@ -28,8 +28,8 @@ type DataReading struct {
28
type GatheredResource struct {
29
// Resource is a reference to a k8s object that was found by the informer
30
// should be of type unstructured.Unstructured, raw Object
31
- Resource interface{}
32
- DeletedAt Time
+ Resource interface{} `json:"resource"`
+ DeletedAt Time `json:"deleted_at,omitempty"`
33
}
34
35
func (v GatheredResource) MarshalJSON() ([]byte, error) {
0 commit comments