Merge pull request #14029 from Nikhil2001/fix13977
Set short time Format in Audit logpull/14062/head
commit
ae43182657
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue