Skip to content

Commit

Permalink
Switch to use upstream audit handler - generated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Oct 6, 2016
1 parent 879ea52 commit ca93c14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkg/cmd/server/api/v1/swagger_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,12 @@ func (AssetExtensionsConfig) SwaggerDoc() map[string]string {
}

var map_AuditConfig = map[string]string{
"": "AuditConfig holds configuration for the audit capabilities",
"enabled": "If this flag is set, basic audit log will be printed in the logs. The logs contains, method, user and a requested URL.",
"": "AuditConfig holds configuration for the audit capabilities",
"enabled": "If this flag is set, audit log will be printed in the logs. The logs contains, method, user and a requested URL.",
"auditFilePath": "All requests coming to the apiserver will be logged to this file.",
"maximumFileRetentionDays": "Maximum number of days to retain old log files based on the timestamp encoded in their filename.",
"maximumRetainedFiles": "Maximum number of old log files to retain.",
"maximumFileSizeMegabytes": "Maximum size in megabytes of the log file before it gets rotated. Defaults to 100MB.",
}

func (AuditConfig) SwaggerDoc() map[string]string {
Expand Down

0 comments on commit ca93c14

Please sign in to comment.