diff --git a/docs/fluentbit.md b/docs/fluentbit.md index 6de5f7af4..8e171544d 100644 --- a/docs/fluentbit.md +++ b/docs/fluentbit.md @@ -1,6 +1,7 @@ # API Docs This Document documents the types introduced by the fluentbit Operator. -> Note this document is generated from code comments. When contributing a change to this document please do so by changing the code comments. +> Note this document is generated from code comments. +> When contributing a change to this document please do so by changing the code comments. ## Table of Contents * [ClusterFilter](#clusterfilter) * [ClusterFilterList](#clusterfilterlist) diff --git a/docs/fluentd.md b/docs/fluentd.md index c1a20ee3b..5224d9927 100644 --- a/docs/fluentd.md +++ b/docs/fluentd.md @@ -1,6 +1,7 @@ # API Docs This Document documents the types introduced by the fluentd Operator. -> Note this document is generated from code comments. When contributing a change to this document please do so by changing the code comments. +> Note this document is generated from code comments. +> When contributing a change to this document please do so by changing the code comments. ## Table of Contents * [BufferVolume](#buffervolume) * [ClusterFilter](#clusterfilter) diff --git a/docs/plugins/fluentbit/output/const.md b/docs/plugins/fluentbit/output/const.md new file mode 100644 index 000000000..e69de29bb diff --git a/go.mod b/go.mod index 3fcb260d8..44bdeb48c 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/fsnotify/fsnotify v1.9.0 github.com/go-kit/log v0.2.1 github.com/go-logr/logr v1.4.3 - github.com/go-openapi/errors v0.22.1 + github.com/go-openapi/errors v0.22.3 github.com/joho/godotenv v1.5.1 github.com/oklog/run v1.2.0 github.com/onsi/ginkgo/v2 v2.23.4 diff --git a/go.sum b/go.sum index a61c51c30..b3ee43a8b 100644 --- a/go.sum +++ b/go.sum @@ -38,8 +38,8 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ= github.com/go-logr/zapr v1.3.0/go.mod h1:YKepepNBd1u/oyhd/yQmtjVXmm9uML4IXUgMOwR8/Gg= -github.com/go-openapi/errors v0.22.1 h1:kslMRRnK7NCb/CvR1q1VWuEQCEIsBGn5GgKD9e+HYhU= -github.com/go-openapi/errors v0.22.1/go.mod h1:+n/5UdIqdVnLIJ6Q9Se8HNGUXYaY6CN8ImWzfi/Gzp0= +github.com/go-openapi/errors v0.22.3 h1:k6Hxa5Jg1TUyZnOwV2Lh81j8ayNw5VVYLvKrp4zFKFs= +github.com/go-openapi/errors v0.22.3/go.mod h1:+WvbaBBULWCOna//9B9TbLNGSFOfF8lY9dw4hGiEiKQ= github.com/go-openapi/jsonpointer v0.21.1 h1:whnzv/pNXtK2FbX/W9yJfRmE2gsmkfahjMKB0fZvcic= github.com/go-openapi/jsonpointer v0.21.1/go.mod h1:50I1STOfbY1ycR8jGz8DaMeLCdXiI6aDteEdRNNzpdk= github.com/go-openapi/jsonreference v0.21.0 h1:Rs+Y7hSXT83Jacb7kFyjn4ijOuVGSvOdF2+tg1TRrwQ= @@ -136,8 +136,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= -github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= +github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=