Versions in this module Expand all Collapse all v0 v0.22.3 Sep 17, 2021 Changes in this version + func DefaultConsumeRequest(request rest.ResponseWrapper, out io.Writer) error + func NewCmdLogs(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type LogsOptions struct + AllContainers bool + ConsumeRequestFn func(rest.ResponseWrapper, io.Writer) error + Container string + ContainerNameSpecified bool + Follow bool + GetPodTimeout time.Duration + IgnoreLogErrors bool + InsecureSkipTLSVerifyBackend bool + LimitBytes int64 + LogsForObject polymorphichelpers.LogsForObjectFunc + MaxFollowConcurrency int + Namespace string + Object runtime.Object + Options runtime.Object + Prefix bool + Previous bool + RESTClientGetter genericclioptions.RESTClientGetter + ResourceArg string + Resources []string + Selector string + SinceSeconds time.Duration + SinceTime string + Tail int64 + TailSpecified bool + Timestamps bool + func NewLogsOptions(streams genericclioptions.IOStreams, allContainers bool) *LogsOptions + func (o *LogsOptions) AddFlags(cmd *cobra.Command) + func (o *LogsOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *LogsOptions) ToLogOptions() (*corev1.PodLogOptions, error) + func (o LogsOptions) RunLogs() error + func (o LogsOptions) Validate() error