From 706555513bd3aa35f6ce86df08ce660beb40eeaa Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Sat, 22 Mar 2025 10:20:28 +0100 Subject: [PATCH] Added missing character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c19c3a..d3bff87 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ Currently, there are 15 unsupported Kubernetes resource types: | `LocalSubjectAccessReview` | `authorization.k8s.io` | | `SelfSubjectAccessReview` | `authorization.k8s.io` | | `SelfSubjectRulesReview` | `authorization.k8s.io` | -| `SubjectAccessReview` `authorization.k8s.io`| +| `SubjectAccessReview` | `authorization.k8s.io`| | `CertificateSigningRequest` | `certificates.k8s.io` | | `Event` | `events.k8s.io` | | `FlowSchema` | `flowcontrol.apiserver.k8s.io` |