KubectlLogsSettings.

Tail Property

Summary

--tail Lines of recent log file to display. Defaults to -1 with no selector, showing all log lines otherwise 10, if a selector is provided.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlLogsSettings

Syntax

public Nullable<int> Tail { get; set; }

Value

Type Description
Nullable<int>