pub async fn remove_finalizer<K>(
client: &Client,
resource: &K,
finalizer: &str,
) -> Result<(), OperatorError>where
K: Resource + Clone + Debug + Serialize + DeserializeOwned + Send + Sync + 'static,
<K as Resource>::DynamicType: Default,