KubectlAliases.

KubectlEvents(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 void KubectlEvents(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
void