KubectlAliases.

KubectlRolloutResume(ICakeContext, KubectlRolloutResumeSettings) Method

Summary

Resume a paused resource. Paused resources will not be reconciled by a controller. By resuming a resource, we allow it to be reconciled again. Currently only deployments support being resumed.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static void KubectlRolloutResume(this ICakeContext context, KubectlRolloutResumeSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void