Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions charts/log-router/crds/crd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# log-router CRD resource:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: fluentdconfigs.logs.vdp.vmware.com
spec:
conversion:
strategy: None
group: logs.vdp.vmware.com
names:
kind: FluentdConfig
listKind: FluentdConfigList
plural: fluentdconfigs
singular: fluentdconfig
scope: Namespaced
versions:
- name: v1beta1
schema:
openAPIV3Schema:
properties:
spec:
properties:
fluentconf:
type: string
type: object
type: object
served: true
storage: true
28 changes: 0 additions & 28 deletions kubectl/crd.yaml

This file was deleted.

1 change: 1 addition & 0 deletions kubectl/crd.yaml