Skip to content

Commit

Permalink
RFE-3765 - Including a message about the range of values for maxLengt…
Browse files Browse the repository at this point in the history
…h when using a Container for log capture from routers
  • Loading branch information
dafsjr committed Apr 14, 2023
1 parent cd55a34 commit 040197f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion operator/v1/types_ingress.go
Expand Up @@ -1037,10 +1037,12 @@ type SyslogLoggingDestinationParameters struct {
// ContainerLoggingDestinationParameters describes parameters for the Container
// logging destination type.
type ContainerLoggingDestinationParameters struct {
// maxLength is the maximum length of the syslog message
// maxLength is the maximum length of the log message.
//
// If this field is empty, the maxLength is set to "1024".
//
// Allowed values are between "480" and "8192".
//
// +kubebuilder:validation:Optional
// +kubebuilder:validation:Maximum=8192
// +kubebuilder:validation:Minimum=480
Expand Down
2 changes: 1 addition & 1 deletion operator/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 040197f

Please sign in to comment.