KubectlAliases.

KubectlRolloutHistoryWithResult(ICakeContext, KubectlRolloutHistorySettings) Method

Summary

View previous rollout revisions and configurations.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlRolloutHistoryWithResult(this ICakeContext context, KubectlRolloutHistorySettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.