kubeconform/scripts
Halvdan Hoem Grelland d2935aa99d
Improve condition for checking if CRD file is a URL
Was stumped by this when attempting to include a local CRD file named `httproutes.gateway.networking.k8s.io.json` - which resulted in the following error:

```
ValueError: unknown url type: 'httproutes.gateway.networking.k8s.io.json'
```

Assuming that all`startsWith("http")` was intended to do is discerning local from remote resource references.
2024-12-20 13:21:35 +01:00
..
fixtures scripts: Add tests for options 2021-12-12 11:44:09 -08:00
acceptance.bats openapi2jsonschema.py now correctly fails if no FILE is passed (#244) 2023-11-18 18:08:18 +01:00
Dockerfile.bats support disabling ssl validation in openapi2jsonschema.py (#167) 2023-02-26 12:33:54 +01:00
Makefile simple openapi2jsonschema tests 2021-09-26 17:02:34 +02:00
openapi2jsonschema.py Improve condition for checking if CRD file is a URL 2024-12-20 13:21:35 +01:00
requirements.txt simple openapi2jsonschema tests 2021-09-26 17:02:34 +02:00