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 7935e02 commit 6d24b3fCopy full SHA for 6d24b3f
pkg/sdk/logging/api/v1beta1/logging_types.go
@@ -53,8 +53,7 @@ type LoggingSpec struct {
53
// Can be overridden on the fluentd / syslog-ng level.
54
ConfigCheck ConfigCheck `json:"configCheck,omitempty"`
55
// FluentbitAgent daemonset configuration.
56
- // Deprecated, will be removed with next major version
57
- // Migrate to the standalone NodeAgent resource
+ // DEPRECATED: Migrate to the standalone FluentBitAgent resource
58
FluentbitSpec *FluentbitSpec `json:"fluentbit,omitempty"`
59
// Fluentd statefulset configuration
60
FluentdSpec *FluentdSpec `json:"fluentd,omitempty"`
0 commit comments