KubectlAliases.

KubectlRolloutPauseWithResult(ICakeContext, KubectlRolloutPauseSettings) Method

Summary

Mark the provided resource as paused. Paused resources will not be reconciled by a controller. Use "kubectl rollout resume" to resume a paused resource. Currently only deployments support being paused.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlRolloutPauseWithResult(this ICakeContext context, KubectlRolloutPauseSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.