2021-10-14 18:02:51 +02:00
|
|
|
apiVersion: apiextensions.k8s.io/v1
|
2020-12-19 11:26:25 -05:00
|
|
|
kind: CustomResourceDefinition
|
|
|
|
|
metadata:
|
|
|
|
|
name: customresources.csharp.com
|
|
|
|
|
spec:
|
|
|
|
|
group: csharp.com
|
2021-10-14 18:02:51 +02:00
|
|
|
versions:
|
|
|
|
|
- name: v1alpha1
|
|
|
|
|
storage: true
|
|
|
|
|
served: true
|
|
|
|
|
schema:
|
|
|
|
|
openAPIV3Schema:
|
|
|
|
|
type: object
|
|
|
|
|
properties:
|
|
|
|
|
spec:
|
|
|
|
|
type: object
|
|
|
|
|
properties:
|
|
|
|
|
cityName:
|
|
|
|
|
type: string
|
2020-12-19 11:26:25 -05:00
|
|
|
names:
|
|
|
|
|
kind: CResource
|
|
|
|
|
plural: customresources
|
2021-10-14 18:02:51 +02:00
|
|
|
scope: Namespaced
|