/
krepost
/
deckhouse
Обзор
Документация
Войти
/
krepost
/
deckhouse
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
testing/openapi_validation/openapi_testdata/crd.yaml
32 строки
712 B
Beastlex
[chore] Add CRD validations for wrong names of properties (#5853)
26 окт 2023, 16:55
Не верифицирован
26 окт 2023, 16:55
406c141
Код
Авторство
О чём код?
apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: testcrds.deckhouse.io labels: heritage: deckhouse spec: group: deckhouse.io scope: Cluster names: plural: testcrds singular: testcrd kind: TestCrd preserveUnknownFields: false versions: - name: v1alpha1 served: true storage: true schema: openAPIV3Schema: type: object description: 'Test CRD' required: - spec properties: spec: type: object properties: examples: type: string description: a x-description: a