We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fe07a commit 61880f3Copy full SHA for 61880f3
charts/log-router/crds/crd.yaml
@@ -0,0 +1,28 @@
1
+# log-router CRD resource:
2
+apiVersion: apiextensions.k8s.io/v1
3
+kind: CustomResourceDefinition
4
+metadata:
5
+ name: fluentdconfigs.logs.vdp.vmware.com
6
+spec:
7
+ conversion:
8
+ strategy: None
9
+ group: logs.vdp.vmware.com
10
+ names:
11
+ kind: FluentdConfig
12
+ listKind: FluentdConfigList
13
+ plural: fluentdconfigs
14
+ singular: fluentdconfig
15
+ scope: Namespaced
16
+ versions:
17
+ - name: v1beta1
18
+ schema:
19
+ openAPIV3Schema:
20
+ properties:
21
+ spec:
22
23
+ fluentconf:
24
+ type: string
25
+ type: object
26
27
+ served: true
28
+ storage: true
kubectl/crd.yaml
@@ -0,0 +1 @@
+../charts/log-router/crds/crd.yaml
0 commit comments