Skip to content

Conversation

@trytrywei-debug
Copy link

fix: #350

@trytrywei-debug
Copy link
Author

@adietish @giuseppe @lyarwood @bussyjd review this change please

},
},
Required: []string{"name"},
Required: []string{"name", "query"},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"query" is required?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

has removed from required

scanner := bufio.NewScanner(stream)
for scanner.Scan() {
line := scanner.Text()
if strings.Contains(line, query) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

query?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added query parameter to the method's input parameters.

Signed-off-by: trytrywei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFE] pods_log filter parameter

2 participants