type Args struct {
Namespace string// Namespace from which to fetch the logs. TailLines int64// Number of lines to display from the end of the logs in each task pod container, must be greater than 0 to take effect}
Args holds the command line arguments for the logs command.