KubectlAliases.

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