You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config/crd/bases/logging.kubesphere.io_parsers.yaml
+88-87
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
2
2
---
3
-
apiVersion: apiextensions.k8s.io/v1beta1
3
+
apiVersion: apiextensions.k8s.io/v1
4
4
kind: CustomResourceDefinition
5
5
metadata:
6
6
annotations:
7
-
controller-gen.kubebuilder.io/version: v0.2.4
7
+
controller-gen.kubebuilder.io/version: v0.4.1
8
8
creationTimestamp: null
9
9
name: parsers.logging.kubesphere.io
10
10
spec:
@@ -15,95 +15,96 @@ spec:
15
15
plural: parsers
16
16
singular: parser
17
17
scope: Namespaced
18
-
validation:
19
-
openAPIV3Schema:
20
-
description: Parser is the Schema for the parsers API
21
-
properties:
22
-
apiVersion:
23
-
description: 'APIVersion defines the versioned schema of this representation
24
-
of an object. Servers should convert recognized schemas to the latest
25
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
-
type: string
27
-
kind:
28
-
description: 'Kind is a string value representing the REST resource this
29
-
object represents. Servers may infer this from the endpoint the client
30
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
-
type: string
32
-
metadata:
33
-
type: object
34
-
spec:
35
-
description: ParserSpec defines the desired state of Parser
36
-
properties:
37
-
decoders:
38
-
description: 'Decoders are a built-in feature available through the
39
-
Parsers file, each Parser definition can optionally set one or multiple
40
-
decoders. There are two type of decoders type: Decode_Field and Decode_Field_As.'
41
-
items:
18
+
versions:
19
+
- name: v1alpha2
20
+
schema:
21
+
openAPIV3Schema:
22
+
description: Parser is the Schema for the parsers API
23
+
properties:
24
+
apiVersion:
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
type: string
29
+
kind:
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33
+
type: string
34
+
metadata:
35
+
type: object
36
+
spec:
37
+
description: ParserSpec defines the desired state of Parser
38
+
properties:
39
+
decoders:
40
+
description: 'Decoders are a built-in feature available through the
41
+
Parsers file, each Parser definition can optionally set one or multiple
42
+
decoders. There are two type of decoders type: Decode_Field and
43
+
Decode_Field_As.'
44
+
items:
45
+
properties:
46
+
decodeField:
47
+
description: If the content can be decoded in a structured message,
48
+
append that structure message (keys and values) to the original
49
+
log message.
50
+
type: string
51
+
decodeFieldAs:
52
+
description: Any content decoded (unstructured or structured)
53
+
will be replaced in the same key/value, no extra keys are
0 commit comments