const ( DevMode logsMode = "dev" DeployMode logsMode = "deploy" )
const RecommendedCommandName = "logs"
func NewCmdLogs(name, fullname string, testClientset clientset.Clientset) *cobra.Command
type LogsOptions struct {
// contains filtered or unexported fields
}
func NewLogsOptions() *LogsOptions
func (o *LogsOptions) Complete(ctx context.Context, cmdline cmdline.Cmdline, _ []string) error
func (o *LogsOptions) HandleSignal(ctx context.Context, cancelFunc context.CancelFunc) error
func (o *LogsOptions) Run(ctx context.Context) error
func (o *LogsOptions) SetClientset(clientset *clientset.Clientset)
func (o *LogsOptions) Validate(ctx context.Context) error