pub async fn register_versioned_crds( kube_client: Client, versioned_crds: Vec<VersionedCrd>, field_manager: &str, ) -> Result<(), Error>