fixed language issues...;)

This commit is contained in:
Olaf Bohlen
2023-02-15 11:46:43 +01:00
parent e281d67b08
commit 267308dc0c
8 changed files with 60 additions and 60 deletions

View File

@@ -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 @@ spec:
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 @@ spec:
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: