support json output for log backend of advanced audit#48605
support json output for log backend of advanced audit#48605k8s-github-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
Hi @CaoShuFeng. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
*are the formats (or is the list of formats)
There was a problem hiding this comment.
can we use a type alias plus constants?
There was a problem hiding this comment.
if that plays well with fs.StringVar
There was a problem hiding this comment.
Yeap, it will get such error:
cannot use &o.Format (type *format) as type *string in argument to fs.StringVar
cannot use o.Format (type format) as type string in argument to fs.StringVar
|
/ok-to-test |
|
looks good overall 👍 |
|
/approve no-issue |
|
|
|
/test pull-kubernetes-e2e-gce-etcd3 |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CaoShuFeng, sttts Associated issue requirement bypassed by: sttts The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:You can indicate your approval by writing |
|
Automatic merge from submit-queue (batch tested with PRs 48583, 48605, 48601) |
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: