Olaf Bohlen
2023-03-21 0cfd14f46c75d2eef2ed792f2cb27c68415a6be1
cookie-crd.yaml
@@ -1,13 +1,13 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
  name: cookiereceipts.de.eenfach.olbohlen
  name: cookierecipes.de.eenfach.olbohlen
spec:
  group: de.eenfach.olbohlen
  names:
    kind: CookieReceipt
    plural: cookiereceipts
    singular: cookiereceipt
    kind: CookieRecipe
    plural: cookierecipes
    singular: cookierecipe
  scope: Namespaced
  versions:
    - name: v1
@@ -15,7 +15,7 @@
      storage: true
      schema:
        openAPIV3Schema:
          description: "The CookieReceipt CRD is a k8s demo for enhancing functionality, it will not (unfortunately) provide you real cookies in the end..."
          description: "The CookieRecipe CRD is a k8s demo for enhancing functionality, it will not (unfortunately) provide you real cookies in the end..."
          type: object
          properties:
            apiVersion:
@@ -40,7 +40,7 @@
                  type: string
                  description: where does this come from? (grandma, mum, the internet...)
                ingredients:
                  description: this list provides required ingredients for this receipt
                  description: this list provides required ingredients for this recipe
                  type: array
                  x-kubernetes-list-type: atomic
                  items: