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
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.