Skip to content

Commit

Permalink
Fluentbit output storage.total_limit_size parameter support (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma authored Jul 19, 2021
1 parent 3161952 commit c9912e6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,8 @@ spec:
type: string
Time_as_Integer:
type: boolean
storage.total_limit_size:
type: string
type: object
grace:
format: int32
Expand Down Expand Up @@ -7392,6 +7394,8 @@ spec:
type: string
Time_as_Integer:
type: boolean
storage.total_limit_size:
type: string
type: object
grace:
format: int32
Expand Down Expand Up @@ -9304,6 +9308,8 @@ spec:
type: string
Time_as_Integer:
type: boolean
storage.total_limit_size:
type: string
type: object
grace:
format: int32
Expand Down Expand Up @@ -15343,6 +15349,8 @@ spec:
type: string
Time_as_Integer:
type: boolean
storage.total_limit_size:
type: string
type: object
grace:
format: int32
Expand Down
8 changes: 8 additions & 0 deletions config/crd/bases/logging.banzaicloud.io_loggings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,8 @@ spec:
type: string
Time_as_Integer:
type: boolean
storage.total_limit_size:
type: string
type: object
grace:
format: int32
Expand Down Expand Up @@ -7392,6 +7394,8 @@ spec:
type: string
Time_as_Integer:
type: boolean
storage.total_limit_size:
type: string
type: object
grace:
format: int32
Expand Down Expand Up @@ -9304,6 +9308,8 @@ spec:
type: string
Time_as_Integer:
type: boolean
storage.total_limit_size:
type: string
type: object
grace:
format: int32
Expand Down Expand Up @@ -15343,6 +15349,8 @@ spec:
type: string
Time_as_Integer:
type: boolean
storage.total_limit_size:
type: string
type: object
grace:
format: int32
Expand Down
2 changes: 2 additions & 0 deletions pkg/sdk/api/v1beta1/fluentbit_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,6 @@ type ForwardOptions struct {
RequireAckResponse bool `json:"Require_ack_response,omitempty"`
Tag string `json:"Tag,omitempty"`
RetryLimit string `json:"Retry_Limit,omitempty"`
// `storage.total_limit_size` Limit the maximum number of Chunks in the filesystem for the current output logical destination.
StorageTotalLimitSize string `json:"storage.total_limit_size,omitempty"`
}
4 changes: 2 additions & 2 deletions pkg/sdk/static/gen/crds/generated.go

Large diffs are not rendered by default.

0 comments on commit c9912e6

Please sign in to comment.