-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmesherypattern-crd.yaml
More file actions
34 lines (34 loc) · 907 Bytes
/
Copy pathmesherypattern-crd.yaml
File metadata and controls
34 lines (34 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: mesherypatterns.meshery.layer5.io
spec:
group: meshery.layer5.io
names:
kind: MesheryPattern
listKind: MesheryPatternList
plural: mesherypatterns
singular: mesherypattern
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: MesheryPattern is the Schema for the mesherypatterns API
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
description: MesheryPatternSpec defines the desired state of MesheryPattern
properties:
pattern:
description: The raw pattern content
type: string
type: object
type: object
served: true
storage: true