Merge pull request #14029 from Nikhil2001/fix13977

Set short time Format in Audit log
pull/14062/head
Medya Ghazizadeh 2022-04-26 13:44:00 -07:00 committed by GitHub
commit ae43182657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ const (
ExistingContainerHostEnv = MinikubeExistingPrefix + "CONTAINER_HOST"
// TimeFormat is the format that should be used when outputting time
TimeFormat = time.RFC1123
TimeFormat = time.RFC822
// MaxResources is the value that can be passed into the memory and cpus flags to specify to use maximum resources
MaxResources = "max"