pub async fn past_events(
    client: Client,
    resource_name: &str,
    namespace: &str
) -> Result<Vec<KubeEventResource>, KubeError>