mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
* Force Draft version of JsonSchema * Add test validating using CRD that misses explicit draft version
13 lines
228 B
YAML
13 lines
228 B
YAML
apiVersion: projectcontour.io/v1
|
|
kind: HTTPProxy
|
|
metadata:
|
|
name: basic
|
|
spec:
|
|
virtualhost:
|
|
fqdn: foo-basic.example.com
|
|
routes:
|
|
- conditions:
|
|
- prefix: /
|
|
services:
|
|
- name: s1
|
|
port: 80
|