fixed language issues...;)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user