KubectlAliases.

KubectlEventsWithResult(ICakeContext, KubectlEventsSettings) Method

Summary

Display events Prints a table of the most important information about events. You can request events for a namespace, for all namespace, or filtered to only those pertaining to a specified resource.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlEventsWithResult(this ICakeContext context, KubectlEventsSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings KubectlEventsSettings The settings.

Return Value

Type Description
IEnumerable<string> Output lines.