KubectlAliases.

KubectlRolloutWithResult(ICakeContext, KubectlRolloutSettings) Method

Summary

Manage the rollout of one or many resources. Valid resource types include: * deployments * daemonsets * statefulsets
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlRolloutWithResult(this ICakeContext context, KubectlRolloutSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.