Skip to content

Unstructured event add not handled #94

@pierreedbrg

Description

@pierreedbrg

Add events on Unstructured CustomResources gets CreationTimestamp set to default Value as it's missing the

case *unstructured.Unstructured:
objectMeta = meta_v1.ObjectMeta{
CreationTimestamp: object.GetCreationTimestamp(),
Namespace: object.GetNamespace(),
}
}

in GetObjectMetaData,

which results in events being skipped as creationTimestamp will always be < serverStartTime

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions