mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-20 18:49:53 +00:00
Force Draft version of JsonSchema (#221)
* Force Draft version of JsonSchema * Add test validating using CRD that misses explicit draft version
This commit is contained in:
parent
278385f4c9
commit
ae67bb4709
3 changed files with 25 additions and 1 deletions
13
fixtures/httpproxy.yaml
Normal file
13
fixtures/httpproxy.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: projectcontour.io/v1
|
||||
kind: HTTPProxy
|
||||
metadata:
|
||||
name: basic
|
||||
spec:
|
||||
virtualhost:
|
||||
fqdn: foo-basic.example.com
|
||||
routes:
|
||||
- conditions:
|
||||
- prefix: /
|
||||
services:
|
||||
- name: s1
|
||||
port: 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue