Skip to content

Commit 6d24b3f

Browse files
committed
chore: add deprecation notice on logging spec's fluentbit field
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent 7935e02 commit 6d24b3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/sdk/logging/api/v1beta1/logging_types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ type LoggingSpec struct {
5353
// Can be overridden on the fluentd / syslog-ng level.
5454
ConfigCheck ConfigCheck `json:"configCheck,omitempty"`
5555
// FluentbitAgent daemonset configuration.
56-
// Deprecated, will be removed with next major version
57-
// Migrate to the standalone NodeAgent resource
56+
// DEPRECATED: Migrate to the standalone FluentBitAgent resource
5857
FluentbitSpec *FluentbitSpec `json:"fluentbit,omitempty"`
5958
// Fluentd statefulset configuration
6059
FluentdSpec *FluentdSpec `json:"fluentd,omitempty"`

0 commit comments

Comments
 (0)