Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
format: int32
type: integer
tag:
description: Tag name associated to all records comming from this
description: Tag name associated to all records coming from this
plugin.
type: string
type: object
Expand Down Expand Up @@ -156,7 +156,7 @@ spec:
properties:
bufferMaxSize:
description: |-
Specify maximum buffer memory size used to recieve a forward message.
Specify maximum buffer memory size used to receive a forward message.
The value must be according to the Unit Size specification.
pattern: ^\d+(k|K|KB|kb|m|M|MB|mb|g|G|GB|gb)?$
type: string
Expand Down Expand Up @@ -188,7 +188,7 @@ spec:
a separate thread which helps to desaturate the main pipeline.
type: string
unixPath:
description: Specify the path to unix socket to recieve a forward
description: Specify the path to unix socket to receive a forward
message. If set, Listen and port are ignnored.
type: string
unixPerm:
Expand Down Expand Up @@ -282,9 +282,7 @@ spec:
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string
optional:
description: Specify whether the Secret or its
Expand Down Expand Up @@ -355,7 +353,7 @@ spec:
description: API Server end-point
type: string
tag:
description: Tag name associated to all records comming from this
description: Tag name associated to all records coming from this
plugin.
type: string
tlsDebug:
Expand Down Expand Up @@ -434,7 +432,7 @@ spec:
host operating system, default is 5 seconds.
type: string
tag:
description: Tag name associated to all records comming from this
description: Tag name associated to all records coming from this
plugin.
type: string
type: object
Expand Down Expand Up @@ -509,7 +507,7 @@ spec:
description: 'The interval to scrape metrics, default: 10s'
type: string
tag:
description: Tag name associated to all records comming from this
description: Tag name associated to all records coming from this
plugin
type: string
type: object
Expand Down Expand Up @@ -629,9 +627,7 @@ spec:
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string
optional:
description: Specify whether the Secret or its
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ spec:
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string
optional:
description: Specify whether the Secret
Expand Down Expand Up @@ -186,9 +184,7 @@ spec:
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string
optional:
description: Specify whether the Secret
Expand Down Expand Up @@ -253,7 +249,7 @@ spec:
privateKeyPath:
type: string
protocol:
description: 'The protocal name of this plugin, i.e:
description: 'The protocol name of this plugin, i.e:
tls'
type: string
version:
Expand Down Expand Up @@ -284,9 +280,7 @@ spec:
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string
optional:
description: Specify whether the Secret
Expand Down Expand Up @@ -320,9 +314,7 @@ spec:
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string
optional:
description: Specify whether the Secret
Expand Down Expand Up @@ -533,7 +525,7 @@ spec:
privateKeyPath:
type: string
protocol:
description: 'The protocal name of this plugin, i.e:
description: 'The protocol name of this plugin, i.e:
tls'
type: string
version:
Expand Down
Loading
Loading