const logsUsageStr …
var logsLong …
var logsExample …
var selectorTail …
var logsUsageErrStr …
const defaultPodLogsTimeout …
type LogsOptions …
func NewLogsOptions(streams genericiooptions.IOStreams) *LogsOptions { … }
func NewCmdLogs(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … }
func (o *LogsOptions) AddFlags(cmd *cobra.Command) { … }
func (o *LogsOptions) ToLogOptions() (*corev1.PodLogOptions, error) { … }
func (o *LogsOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o LogsOptions) Validate() error { … }
func (o LogsOptions) RunLogs() error { … }
func (o LogsOptions) parallelConsumeRequest(ctx context.Context, requests map[corev1.ObjectReference]rest.ResponseWrapper) error { … }
func (o LogsOptions) sequentialConsumeRequest(ctx context.Context, requests map[corev1.ObjectReference]rest.ResponseWrapper) error { … }
func (o LogsOptions) addPrefixIfNeeded(ref corev1.ObjectReference, writer io.Writer) io.Writer { … }
func DefaultConsumeRequest(ctx context.Context, request rest.ResponseWrapper, out io.Writer) error { … }
type prefixingWriter …
func (pw *prefixingWriter) Write(p []byte) (int, error) { … }