Files
kubernetes/test/integration
Krzysztof Ostrowski 783b84cff9 kep-3926: refactor secrets_transformation_test.go
Refactoring as a preparation for the following commits.
Modernize the test file:
- interface{} -> any
- ioutil.ReadFile -> os.ReadFile
- ptr.To[bool](true) -> ptr.To(true)
- Extract grantUserVerbsOnResource from permitUserToDoVerbOnSecret
  to support granting RBAC verbs on arbitrary resources, not just secrets
2026-03-02 22:32:04 +01:00
..
2026-02-25 20:52:44 -08:00
2026-02-12 00:41:25 +00:00