This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Kubectl.
Summary
Create a pod disruption budget with the specified name, selector, and desired minimum available pods.
Syntax
public static IEnumerable<string> KubectlCreatePoddisruptionbudgetWithResult(this ICakeContext context, KubectlCreatePoddisruptionbudgetSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Return Value
Type |
Description |
IEnumerable<string> |
Output lines. |