Files
csharp/examples/customResource/config/crd.yaml

24 lines
500 B
YAML
Raw Normal View History

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: customresources.csharp.com
spec:
group: csharp.com
versions:
- name: v1alpha1
storage: true
served: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
cityName:
type: string
names:
kind: CResource
plural: customresources
scope: Namespaced