mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-19 07:25:19 +00:00
They now live in a separate file, use ktesting+Gomega consistently, and follow (mostly) best practices: - strict validation during create - wait for completion of delete The latter is not complete yet because it was found that some binding condition test keeps a ResourceCLaim in an undeletable state. That's okayish (namespace stays around until apiserver gets restarted), but is worth looking into later.