func TestLibraryCompatibility(t *testing.T) { … } // TestTypeRegistration ensures that all custom types defined and used by Kubernetes CEL libraries // are returned by library.Types(). Other tests depend on Types() to provide an up-to-date list of // types declared in a library. func TestTypeRegistration(t *testing.T) { … } var legacyTypeNames …